@charset "UTF-8";

html:not(.critical) .skip-to-link,
html:not(.critical) .header-main,
html:not(.critical) .footer-main,
html:not(.loading) .map,
html:not(.loading) .internal-nav,
html:not(.loading) .js-wp {
  opacity: 1;
}

/*! modern-normalize | MIT License | https://github.com/sindresorhus/modern-normalize */

/* Document
   ========================================================================== */

/**
 * Use a better box model (opinionated).
 */

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

/**
 * Use a more readable tab size (opinionated).
 */

:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

/**
 * Correct the line height in all browsers.
 */

html {
  line-height: 1.15;
}

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

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
 */

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

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

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

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

/**
 * Add the correct height in Firefox.
 */

hr {
  height: 0;
}

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

/**
 * Add the correct text decoration in Chrome, Edge, and Safari.
 */

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp,
pre {
  font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

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

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

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

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

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

summary {
  display: list-item;
}

/*
@mixin transition($trans-type, $trans-speed, $trans-timing, null) {
	transition: $trans-type $trans-speed $trans-timing;
	will-change: $trans-type;
}
*/

.hide {
  display: none;
}

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

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

.list-reset li,
nav ul li {
  margin: 0;
  padding: 0;
}

.cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 35%;
}

.gutter-150 {
  margin-left: -60px;
}

.gutter-150 > div {
  padding-left: 60px;
}

.gutter-100 {
  margin-left: -40px;
}

.gutter-100 > div {
  padding-left: 40px;
}

.gutter-50 {
  margin-left: -20px;
}

.gutter-50 > div {
  padding-left: 20px;
}

.gutter-40 {
  margin-left: -20px;
}

.gutter-40 > div {
  padding-left: 20px;
}

.gutter-30 {
  margin-left: -20px;
}

.gutter-30 > div {
  padding-left: 20px;
}

.separate-50 > div {
  margin-bottom: 20px;
}

.separate-40 > div {
  margin-bottom: 20px;
}

.separate-30 > div {
  margin-bottom: 20px;
}

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

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

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

.grid-col {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

.grid > .grid-item--sidebar,
.grid > .grid-item--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.grid > .grid-item.grid-item--main {
  width: 65%;
}

.grid > .grid-item.grid-item--sidebar {
  width: 35%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.grid-5 > .grid-item {
  width: 20%;
}

.grid .grid-item--full {
  width: 100% !important;
}

html:not(.loading) .is-revealed .step-in {
  opacity: 1;
}

html:not(.loading) .is-revealed .step-up {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.step-in:nth-child(1),
.step-up:nth-child(1) {
  -webkit-transition-delay: 0.15s !important;
  -o-transition-delay: 0.15s !important;
  transition-delay: 0.15s !important;
}

.step-in[data-delay="1"],
.step-up[data-delay="1"] {
  -webkit-transition-delay: 0.15s !important;
  -o-transition-delay: 0.15s !important;
  transition-delay: 0.15s !important;
}

.step-in:nth-child(2),
.step-up:nth-child(2) {
  -webkit-transition-delay: 0.3s !important;
  -o-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
}

.step-in[data-delay="2"],
.step-up[data-delay="2"] {
  -webkit-transition-delay: 0.3s !important;
  -o-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
}

.step-in:nth-child(3),
.step-up:nth-child(3) {
  -webkit-transition-delay: 0.45s !important;
  -o-transition-delay: 0.45s !important;
  transition-delay: 0.45s !important;
}

.step-in[data-delay="3"],
.step-up[data-delay="3"] {
  -webkit-transition-delay: 0.45s !important;
  -o-transition-delay: 0.45s !important;
  transition-delay: 0.45s !important;
}

.step-in:nth-child(4),
.step-up:nth-child(4) {
  -webkit-transition-delay: 0.6s !important;
  -o-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
}

.step-in[data-delay="4"],
.step-up[data-delay="4"] {
  -webkit-transition-delay: 0.6s !important;
  -o-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
}

.step-in:nth-child(5),
.step-up:nth-child(5) {
  -webkit-transition-delay: 0.75s !important;
  -o-transition-delay: 0.75s !important;
  transition-delay: 0.75s !important;
}

.step-in[data-delay="5"],
.step-up[data-delay="5"] {
  -webkit-transition-delay: 0.75s !important;
  -o-transition-delay: 0.75s !important;
  transition-delay: 0.75s !important;
}

.step-in:nth-child(6),
.step-up:nth-child(6) {
  -webkit-transition-delay: 0.9s !important;
  -o-transition-delay: 0.9s !important;
  transition-delay: 0.9s !important;
}

.step-in[data-delay="6"],
.step-up[data-delay="6"] {
  -webkit-transition-delay: 0.9s !important;
  -o-transition-delay: 0.9s !important;
  transition-delay: 0.9s !important;
}

.step-in:nth-child(7),
.step-up:nth-child(7) {
  -webkit-transition-delay: 1.05s !important;
  -o-transition-delay: 1.05s !important;
  transition-delay: 1.05s !important;
}

.step-in[data-delay="7"],
.step-up[data-delay="7"] {
  -webkit-transition-delay: 1.05s !important;
  -o-transition-delay: 1.05s !important;
  transition-delay: 1.05s !important;
}

.step-in:nth-child(8),
.step-up:nth-child(8) {
  -webkit-transition-delay: 1.2s !important;
  -o-transition-delay: 1.2s !important;
  transition-delay: 1.2s !important;
}

.step-in[data-delay="8"],
.step-up[data-delay="8"] {
  -webkit-transition-delay: 1.2s !important;
  -o-transition-delay: 1.2s !important;
  transition-delay: 1.2s !important;
}

.step-in:nth-child(9),
.step-up:nth-child(9) {
  -webkit-transition-delay: 1.35s !important;
  -o-transition-delay: 1.35s !important;
  transition-delay: 1.35s !important;
}

.step-in[data-delay="9"],
.step-up[data-delay="9"] {
  -webkit-transition-delay: 1.35s !important;
  -o-transition-delay: 1.35s !important;
  transition-delay: 1.35s !important;
}

.step-in:nth-child(10),
.step-up:nth-child(10) {
  -webkit-transition-delay: 1.5s !important;
  -o-transition-delay: 1.5s !important;
  transition-delay: 1.5s !important;
}

.step-in[data-delay="10"],
.step-up[data-delay="10"] {
  -webkit-transition-delay: 1.5s !important;
  -o-transition-delay: 1.5s !important;
  transition-delay: 1.5s !important;
}

.step-in:nth-child(11),
.step-up:nth-child(11) {
  -webkit-transition-delay: 1.65s !important;
  -o-transition-delay: 1.65s !important;
  transition-delay: 1.65s !important;
}

.step-in[data-delay="11"],
.step-up[data-delay="11"] {
  -webkit-transition-delay: 1.65s !important;
  -o-transition-delay: 1.65s !important;
  transition-delay: 1.65s !important;
}

.step-in:nth-child(12),
.step-up:nth-child(12) {
  -webkit-transition-delay: 1.8s !important;
  -o-transition-delay: 1.8s !important;
  transition-delay: 1.8s !important;
}

.step-in[data-delay="12"],
.step-up[data-delay="12"] {
  -webkit-transition-delay: 1.8s !important;
  -o-transition-delay: 1.8s !important;
  transition-delay: 1.8s !important;
}

.step-in:nth-child(13),
.step-up:nth-child(13) {
  -webkit-transition-delay: 1.95s !important;
  -o-transition-delay: 1.95s !important;
  transition-delay: 1.95s !important;
}

.step-in[data-delay="13"],
.step-up[data-delay="13"] {
  -webkit-transition-delay: 1.95s !important;
  -o-transition-delay: 1.95s !important;
  transition-delay: 1.95s !important;
}

.step-in:nth-child(14),
.step-up:nth-child(14) {
  -webkit-transition-delay: 2.1s !important;
  -o-transition-delay: 2.1s !important;
  transition-delay: 2.1s !important;
}

.step-in[data-delay="14"],
.step-up[data-delay="14"] {
  -webkit-transition-delay: 2.1s !important;
  -o-transition-delay: 2.1s !important;
  transition-delay: 2.1s !important;
}

.step-in:nth-child(15),
.step-up:nth-child(15) {
  -webkit-transition-delay: 2.25s !important;
  -o-transition-delay: 2.25s !important;
  transition-delay: 2.25s !important;
}

.step-in[data-delay="15"],
.step-up[data-delay="15"] {
  -webkit-transition-delay: 2.25s !important;
  -o-transition-delay: 2.25s !important;
  transition-delay: 2.25s !important;
}

.step-in:nth-child(16),
.step-up:nth-child(16) {
  -webkit-transition-delay: 2.4s !important;
  -o-transition-delay: 2.4s !important;
  transition-delay: 2.4s !important;
}

.step-in[data-delay="16"],
.step-up[data-delay="16"] {
  -webkit-transition-delay: 2.4s !important;
  -o-transition-delay: 2.4s !important;
  transition-delay: 2.4s !important;
}

.step-in:nth-child(17),
.step-up:nth-child(17) {
  -webkit-transition-delay: 2.55s !important;
  -o-transition-delay: 2.55s !important;
  transition-delay: 2.55s !important;
}

.step-in[data-delay="17"],
.step-up[data-delay="17"] {
  -webkit-transition-delay: 2.55s !important;
  -o-transition-delay: 2.55s !important;
  transition-delay: 2.55s !important;
}

.step-in:nth-child(18),
.step-up:nth-child(18) {
  -webkit-transition-delay: 2.7s !important;
  -o-transition-delay: 2.7s !important;
  transition-delay: 2.7s !important;
}

.step-in[data-delay="18"],
.step-up[data-delay="18"] {
  -webkit-transition-delay: 2.7s !important;
  -o-transition-delay: 2.7s !important;
  transition-delay: 2.7s !important;
}

.step-in:nth-child(19),
.step-up:nth-child(19) {
  -webkit-transition-delay: 2.85s !important;
  -o-transition-delay: 2.85s !important;
  transition-delay: 2.85s !important;
}

.step-in[data-delay="19"],
.step-up[data-delay="19"] {
  -webkit-transition-delay: 2.85s !important;
  -o-transition-delay: 2.85s !important;
  transition-delay: 2.85s !important;
}

.step-in:nth-child(20),
.step-up:nth-child(20) {
  -webkit-transition-delay: 3s !important;
  -o-transition-delay: 3s !important;
  transition-delay: 3s !important;
}

.step-in[data-delay="20"],
.step-up[data-delay="20"] {
  -webkit-transition-delay: 3s !important;
  -o-transition-delay: 3s !important;
  transition-delay: 3s !important;
}

.step-in:nth-child(21),
.step-up:nth-child(21) {
  -webkit-transition-delay: 3.15s !important;
  -o-transition-delay: 3.15s !important;
  transition-delay: 3.15s !important;
}

.step-in[data-delay="21"],
.step-up[data-delay="21"] {
  -webkit-transition-delay: 3.15s !important;
  -o-transition-delay: 3.15s !important;
  transition-delay: 3.15s !important;
}

/* Slider */

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

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

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/*
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */

.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus,
.modaal-close:hover {
  outline: none;
  background: #fff;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
  background: #b93d0c;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:before,
.modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

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

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

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before,
.modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
  transform: scale(0.25);
}

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .12s;
  animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .37s;
  animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .62s;
  animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .87s;
  animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  line-height: 16px;
  height: 28px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.disabled,
.flatpickr-months .flatpickr-next-month.disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  left: 0;
  /*
        /*rtl:end:ignore*/
}

/*
        /*rtl:begin:ignore*/

/*
        /*rtl:end:ignore*/

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  right: 0;
  /*
        /*rtl:end:ignore*/
}

/*
        /*rtl:begin:ignore*/

/*
        /*rtl:end:ignore*/

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill .1s;
  -o-transition: fill .1s;
  transition: fill .1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: .5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 .5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #f3f3f3;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/*
Theme Name: 
Theme URI: 
Description: 
Author: Humaan
Author URI: 
Version: 1.0
Tags: 
*/

/* =WordPress Core - Do not remove these classes
-------------------------------------------------------------- */

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

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

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

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

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

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

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

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

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

.wp-caption {
  background: #fff;
  border: none;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

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

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

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

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

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

@font-face {
  font-family: 'walsheim-light';
  src: url("_fonts/walsheim/light.eot");
  src: url("_fonts/walsheim/light.eot?#iefix") format("embedded-opentype"), url("_fonts/walsheim/light.woff") format("woff"), url("_fonts/walsheim/light.ttf") format("truetype");
}

@font-face {
  font-family: 'walsheim-reg';
  src: url("_fonts/walsheim/regular.eot");
  src: url("_fonts/walsheim/regular.eot?#iefix") format("embedded-opentype"), url("_fonts/walsheim/regular.woff") format("woff"), url("_fonts/walsheim/regular.ttf") format("truetype");
}

@font-face {
  font-family: 'walsheim-med';
  src: url("_fonts/walsheim/medium.eot");
  src: url("_fonts/walsheim/medium.eot?#iefix") format("embedded-opentype"), url("_fonts/walsheim/medium.woff") format("woff"), url("_fonts/walsheim/medium.ttf") format("truetype");
}

@font-face {
  font-family: 'walsheim-bold';
  src: url("_fonts/walsheim/bold.eot");
  src: url("_fonts/walsheim/bold.eot?#iefix") format("embedded-opentype"), url("_fonts/walsheim/bold.woff") format("woff"), url("_fonts/walsheim/bold.ttf") format("truetype");
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html,
body {
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "walsheim-reg", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "walsheim-bold", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  margin: 0;
}

p {
  margin: 0;
}

p + p {
  margin: 25px 0 0;
}

strong {
  font-family: "walsheim-bold", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
}

a {
  text-decoration: none;
  outline: 0;
  -webkit-transition: color 0.4s linear;
  -o-transition: color 0.4s linear;
  transition: color 0.4s linear;
  color: #82C341;
}

a:hover,
a:focus {
  color: #41ABE4;
}

.focus-visible {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}

.title {
  color: #3B464C;
}

.title--fancy__decorative {
  white-space: nowrap;
  position: relative;
  display: inline-block;
}

.title--fancy__decorative .text {
  padding: 5px 15px 10px;
  position: relative;
  z-index: 2;
  color: white;
  display: block;
}

.title--fancy__decorative svg {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.title--fancy__decorative svg path {
  fill: #82C341;
}

.is-revealed .title--fancy__decorative svg {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.title--scattered {
  color: #EEF0F2;
  text-align: center;
  font-family: "walsheim-bold", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.title--scattered--vert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.title--scattered--vert,
.title--scattered--vert * {
  line-height: 1;
}

.title--scattered--vert > div + div {
  margin-top: -.15em;
}

.title-illo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-illo .illo {
  width: 108px;
  height: 80px;
  margin-left: 20px;
}

.content {
  color: #455259;
}

.text-light {
  font-family: "walsheim-light", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.text-med {
  font-family: "walsheim-med", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.text-bold {
  font-family: "walsheim-bold", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.text-primary {
  color: #82C341;
}

.text-secondary {
  color: #41ABE4;
}

.text-teal {
  color: #7CCDCB;
}

.text-orange {
  color: #E0970C;
}

.text-grey {
  color: #455259;
}

.text-16 {
  font-size: 12px;
}

.text-15 {
  font-size: 12px;
}

.text-14 {
  font-size: 12px;
}

.text-13 {
  font-size: 12px;
}

.text-12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.text-10 {
  font-size: 10px;
  font-size: 1rem;
}

.text-200 {
  font-size: 25px;
}

.text-130 {
  font-size: 25px;
}

.text-70 {
  font-size: 35px;
}

.text-50 {
  font-size: 25px;
}

.text-40 {
  font-size: 20px;
}

.text-36 {
  font-size: 18px;
}

.text-30 {
  font-size: 16px;
}

.text-32 {
  font-size: 16px;
}

.text-28 {
  font-size: 16px;
}

.text-26 {
  font-size: 16px;
}

.text-24 {
  font-size: 16px;
}

.text-22 {
  font-size: 16px;
}

.scroll-to-target:focus {
  outline: none;
  color: #82C341;
}

@font-face {
  font-family: "icons";
  src: url("resources/icons/icons.woff2") format("woff2"), url("resources/icons/icons.woff") format("woff"), url("resources/icons/icons.ttf") format("truetype");
}

.icon:before {
  font-family: "icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

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

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

.icon--arrow-right:before {
  content: "\EA03";
}

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

.icon--calendar:before {
  content: "\EA05";
}

.icon--coffee:before {
  content: "\EA06";
}

.icon--compass:before {
  content: "\EA07";
}

.icon--curriculum:before {
  content: "\EA08";
}

.icon--email-heart:before {
  content: "\EA09";
}

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

.icon--floorplan:before {
  content: "\EA0B";
}

.icon--gallery:before {
  content: "\EA0C";
}

.icon--googleplus:before {
  content: "\EA0D";
}

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

.icon--journal:before {
  content: "\EA0F";
}

.icon--linkedin:before {
  content: "\EA10";
}

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

.icon--phone:before {
  content: "\EA12";
}

.icon--question:before {
  content: "\EA13";
}

.icon--search:before {
  content: "\EA14";
}

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

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

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

.buttons--centered {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  border-radius: 0;
}

.btn {
  font-size: 12px;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  white-space: nowrap;
}

.btn--primary {
  font-family: "walsheim-bold", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.6rem;
  background-color: #82C341;
  color: white;
}

.btn--blue {
  font-family: "walsheim-bold", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.6rem;
  background-color: #41ABE4;
  color: white;
}

.btn--rounded {
  border-radius: 30px;
}

.btn--med {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 35px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 58px;
}

.btn--large {
  font-size: 14px;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 58px;
}

.btn--outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 27px;
  -webkit-box-shadow: 0 0 0 1px #EAEAEA;
  box-shadow: 0 0 0 1px #EAEAEA;
  color: #3B464C;
  -webkit-transition: color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

.btn--outline:not(.btn--large) {
  height: 40px;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 1;
  font-family: "walsheim-med", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.btn--outline.btn--large {
  font-family: "walsheim-bold", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.btn--outline img {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.btn--outline img,
.btn--outline .icon {
  margin-right: 13px;
}

.btn--outline .icon--gallery:before {
  font-size: 18px;
  color: #97A6D4;
}

.btn--outline .icon--journal:before {
  font-size: 24px;
  color: #E0970C;
}

.btn--outline .icon--curriculum:before {
  font-size: 13px;
  color: #41ABE4;
}

.btn--tour {
  color: #FF6360;
  font-family: "walsheim-bold", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  height: 58px;
  padding-left: 45px;
  padding-right: 45px;
}

.btn--tour .icon--coffee:before {
  font-size: 32px;
  color: #97A6D4;
  margin-right: 15px;
}

.btn--tour .icon--arrow-right {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  margin-left: 15px;
}

.btn--tour .icon--arrow-right:before {
  font-size: 12px;
}

.btn-gallery {
  height: 45px;
  font-size: 14px;
  font-family: "walsheim-med", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #3B464C;
  background-color: white;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.btn-gallery .icon {
  margin-right: 8px;
}

.btn-gallery .icon:before {
  font-size: 20px;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  color: #82C341;
}

html:not(.mobile):not(.tablet) .btn-gallery:hover,
html:not(.mobile):not(.tablet) .btn-gallery:focus,
.btn-gallery.on_press {
  background-color: #82C341;
}

html:not(.mobile):not(.tablet) .btn-gallery:hover,
html:not(.mobile):not(.tablet) .btn-gallery:hover .icon:before,
html:not(.mobile):not(.tablet) .btn-gallery:focus,
html:not(.mobile):not(.tablet) .btn-gallery:focus .icon:before,
.btn-gallery.on_press,
.btn-gallery.on_press .icon:before {
  color: white;
}

html:not(.mobile):not(.tablet) a.btn--primary:hover,
html:not(.mobile):not(.tablet) a.btn--primary:focus,
a.btn--primary.on_press,
html:not(.mobile):not(.tablet)
button.btn--primary:hover,
html:not(.mobile):not(.tablet)
button.btn--primary:focus,
button.btn--primary.on_press {
  background-color: #41ABE4;
  color: white;
}

html:not(.mobile):not(.tablet) a.btn--blue:hover,
html:not(.mobile):not(.tablet) a.btn--blue:focus,
a.btn--blue.on_press,
html:not(.mobile):not(.tablet)
button.btn--blue:hover,
html:not(.mobile):not(.tablet)
button.btn--blue:focus,
button.btn--blue.on_press {
  background-color: #82C341;
  color: white;
}

html:not(.mobile):not(.tablet) a.btn--outline:hover,
html:not(.mobile):not(.tablet) a.btn--outline:focus,
a.btn--outline.on_press,
html:not(.mobile):not(.tablet)
button.btn--outline:hover,
html:not(.mobile):not(.tablet)
button.btn--outline:focus,
button.btn--outline.on_press {
  -webkit-box-shadow: 0 0 0 2px #82C341;
  box-shadow: 0 0 0 2px #82C341;
  color: #82C341;
}

html:not(.mobile):not(.tablet) a.btn--tour:hover .icon--arrow-right,
html:not(.mobile):not(.tablet) a.btn--tour:focus .icon--arrow-right,
a.btn--tour.on_press .icon--arrow-right,
html:not(.mobile):not(.tablet)
button.btn--tour:hover .icon--arrow-right,
html:not(.mobile):not(.tablet)
button.btn--tour:focus .icon--arrow-right,
button.btn--tour.on_press .icon--arrow-right {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.flatpickr-current-month,
.flatpickr-current-month input.cur-year {
  font-family: "walsheim-light", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.flatpickr-calendar,
.flatpickr-day,
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second,
.flatpickr-time .flatpickr-am-pm {
  font-family: "walsheim-reg", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

span.flatpickr-weekday,
.flatpickr-current-month span.cur-month,
.flatpickr-time input.flatpickr-hour,
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  font-family: "walsheim-med", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #EAEAEA, 5px 0 0 #EAEAEA;
  box-shadow: -2px 0 0 #EAEAEA, 5px 0 0 #EAEAEA;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  border-top: 1px solid #EAEAEA;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #EAEAEA;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #EAEAEA;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #EAEAEA;
  box-shadow: -1px 0 0 #EAEAEA;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  background: #EAEAEA;
  border-color: #EAEAEA;
}

.flatpickr-day.inRange {
  -webkit-box-shadow: -5px 0 0 #EAEAEA, 5px 0 0 #EAEAEA;
  box-shadow: -5px 0 0 #EAEAEA, 5px 0 0 #EAEAEA;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  -webkit-box-shadow: 1px 0 0 #EAEAEA;
  box-shadow: 1px 0 0 #EAEAEA;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #82C341;
  border-color: #82C341;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #82C341;
  box-shadow: -10px 0 0 #82C341;
}

.flatpickr-day.week.selected {
  -webkit-box-shadow: -5px 0 0 #82C341, 5px 0 0 #82C341;
  box-shadow: -5px 0 0 #82C341, 5px 0 0 #82C341;
}

input[type="text"],
textarea,
.customSelect.custom-select {
  -webkit-appearance: none;
  font-family: "walsheim-reg", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  border-radius: 8px;
  border: 1px solid #EAEAEA;
  background-color: white;
  display: block;
  width: 100%;
  padding: 15px 20px;
  color: #3B464C;
  -webkit-transition: border-color 0.4s ease-in-out;
  -o-transition: border-color 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out;
  font-size: 1.6rem;
}

input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.customSelect.custom-select::-webkit-input-placeholder {
  -webkit-transition: color 0.4s linear;
  -o-transition: color 0.4s linear;
  transition: color 0.4s linear;
}

input[type="text"]:focus,
textarea:focus,
.customSelect.custom-select:focus {
  outline: none;
  border-color: #82C341;
}

input[type="text"].error,
textarea.error,
.customSelect.custom-select.error {
  border: 1px solid #C23E3E;
}

textarea {
  min-height: 200px;
}

input[type="file"] {
  cursor: pointer;
}

select {
  width: 100%;
  display: block;
}

.field {
  position: relative;
}

.field label,
fieldset legend {
  color: #3B464C;
  margin-bottom: 10px;
  display: block;
  font-size: 1.6rem;
}

.field label.error,
fieldset legend.error {
  margin-top: 5px;
  font-size: 0.9em;
  color: #C23E3E;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

.radio {
  white-space: nowrap;
  cursor: pointer;
}

.radio:not(:last-child) {
  margin-right: 35px;
}

.radio__text {
  padding-left: 30px;
  position: relative;
  line-height: 50px;
  color: #455259;
}

.radio__text:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: block;
  border: 1px solid #EAEAEA;
  border-radius: 10px;
  background-color: white;
  z-index: 1;
}

.radio__text:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 2;
  width: 10px;
  line-height: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #82C341;
  display: block;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

input[type="radio"]:checked + .radio__text {
  color: #3B464C;
}

input[type="radio"]:checked + .radio__text:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.checkbox {
  white-space: nowrap;
  cursor: pointer;
}

.checkbox:not(:last-child) {
  margin-right: 35px;
}

.checkbox__text {
  padding-left: 30px;
  position: relative;
  line-height: 50px;
  color: #455259;
}

.checkbox__text:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: block;
  border: 1px solid #EAEAEA;
  border-radius: 4px;
  background-color: white;
  z-index: 1;
}

.checkbox__text:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 2;
  width: 10px;
  line-height: 10px;
  height: 10px;
  border-radius: 2px;
  background-color: #82C341;
  display: block;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

input[type="checkbox"]:checked + .checkbox__text {
  color: #3B464C;
}

input[type="checkbox"]:checked + .checkbox__text:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.custom-select.hasCustomSelect {
  z-index: 2;
  position: relative;
  width: 100% !important;
  height: 50px !important;
}

.custom-select.hasCustomSelect select {
  height: 100%;
  min-height: 50px;
}

.customSelect.custom-select {
  cursor: pointer;
  position: relative;
  z-index: 1;
  padding: 13px 20px;
}

.customSelect.custom-select:before,
.customSelect.custom-select:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -3px;
}

.customSelect.custom-select:before {
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #3B464C transparent;
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}

.customSelect.custom-select:after {
  border-width: 6px 6px 0 6px;
  border-color: #3B464C transparent transparent transparent;
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
}

.customSelect.custom-select .customSelectInner {
  width: 100% !important;
}

.datepicker-wrap {
  position: relative;
}

.datepicker-wrap .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -12px;
  pointer-events: none;
}

.datepicker-wrap .icon:before {
  display: block;
  line-height: 1;
  font-size: 24px;
  color: #3B464C;
  opacity: .5;
}

form section .title--fancy {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

form section .title--fancy__decorative {
  margin-right: 15px;
}

form section .title--fancy .line {
  position: relative;
}

form section .title--fancy .line:before {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  width: 100vw;
  height: 1px;
  display: block;
  background-color: #EAEAEA;
  margin-left: 15px;
}

form section + section {
  margin-top: 20px;
}

.form-register__add {
  font-size: 1.6rem;
  color: #455259;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.form-register__add .plus {
  width: 28px;
  height: 28px;
  border-radius: 28px;
  display: block;
  position: relative;
  margin-right: 15px;
  -webkit-box-shadow: 0 0 0 1px #EAEAEA;
  box-shadow: 0 0 0 1px #EAEAEA;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

.form-register__add .plus:before,
.form-register__add .plus:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  margin-left: -7px;
  margin-top: -1px;
  background-color: #82C341;
  display: block;
}

.form-register__add .plus:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

html:not(.mobile):not(.tablet) .form-register__add:hover .plus,
html:not(.mobile):not(.tablet) .form-register__add:focus .plus,
.form-register__add.on_press .plus {
  -webkit-box-shadow: 0 0 0 2px #82C341;
  box-shadow: 0 0 0 2px #82C341;
}

.alert {
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
}

.alert.alert--detail {
  text-align: left;
  color: #444;
  padding: 40px;
}

.alert.alert--success {
  background: #82C341;
}

.alert.alert--success.alert--detail {
  border: 2px solid #82C341;
  background: transparent;
}

.alert.alert--error {
  background: #C23E3E;
}

.alert.alert--error.alert--detail {
  border: 2px solid #C23E3E;
  background: transparent;
}

#google_translate_element {
  position: absolute;
  top: 37px;
  width: 150px;
  right: 270px;
}

.hamburger {
  margin: 0;
  padding: 0;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  display: block;
  width: 70px;
  height: 70px;
}

html:not(.mobile):not(.tablet) .hamburger:hover .line--top,
html:not(.mobile):not(.tablet) .hamburger:focus .line--top,
.hamburger.on_press .line--top {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

html:not(.mobile):not(.tablet) .hamburger:hover .line--bottom,
html:not(.mobile):not(.tablet) .hamburger:focus .line--bottom,
.hamburger.on_press .line--bottom {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

.hamburger .lines {
  display: block;
  width: 30px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -12px;
}

.hamburger .line {
  background-color: #3B464C;
  display: block;
  position: absolute;
  left: 50%;
  width: 30px;
  height: 3px;
  margin-left: -15px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 3px;
}

.hamburger .line--top {
  top: 0;
}

.hamburger .line--middle1,
.hamburger .line--middle2 {
  top: 50%;
  margin-top: -1.5px;
}

.hamburger .line--bottom {
  bottom: -1px;
}

.is-mobOpen .hamburger .line--top,
.is-mobOpen .hamburger .line--bottom {
  opacity: 0;
}

.is-mobOpen .hamburger .line--middle1 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.is-mobOpen .hamburger .line--middle2 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.illo {
  opacity: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.illo__stroke {
  fill: none;
  stroke: #485865;
  stroke-width: 3.5;
  stroke-linecap: round;
}

.illo svg {
  max-width: 100%;
  width: auto;
  height: auto;
}

.internal-nav {
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  background-color: white;
  display: block;
  position: relative;
  z-index: 101;
  -webkit-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
}

.internal-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.internal-nav a {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  line-height: 45px;
  font-family: "walsheim-med", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  white-space: nowrap;
  color: #455259;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

html:not(.mobile):not(.tablet) .internal-nav a:hover,
html:not(.mobile):not(.tablet) .internal-nav a:focus,
.internal-nav a.on_press {
  opacity: .85;
}

.internal-nav li.is-active a {
  color: #82C341;
}

.is-internalNavSticky .internal-nav {
  background-color: #fcfcfc;
}

.list-social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-social li {
  margin: 0;
  padding: 0;
}

.list-social > li {
  margin-right: 13px;
}

.list-social a,
.list-social .icon,
.list-social .icon:before {
  display: block;
}

.list-social .icon:before {
  display: block;
  background-color: white;
  line-height: 36px;
  height: 36px;
  width: 36px;
  text-align: center;
  border-radius: 18px;
}

.list-social .icon--facebook {
  color: #3b5999;
  font-size: 12px;
}

.list-social .icon--twitter {
  color: #44acee;
  font-size: 10px;
}

.list-social .icon--instagram {
  color: #1B2124;
  font-size: 12px;
}

.list-social .icon--linkedin {
  color: #0077B5;
  font-size: 10px;
}

.list-social .icon--googleplus {
  color: #dd4b39;
  font-size: 10px;
}

.list-social .icon--youtube {
  color: #FF0000;
}

.list-social a {
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

html:not(.mobile):not(.tablet) .list-social a:hover,
html:not(.mobile):not(.tablet) .list-social a:focus,
.list-social a.on_press {
  opacity: .65;
}

.skip-to-link {
  position: fixed;
  top: 10px;
  left: 10px;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  color: #fff;
  background: #455259;
  opacity: 0;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 101;
  outline: none;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  padding: 10px 16px;
}

.skip-to-link:focus {
  overflow: visible;
  width: auto;
  height: auto;
  color: #fff;
  opacity: 1;
  clip: auto;
  white-space: normal;
  outline: none;
}

.skip-to-link:hover {
  background: #2f383c;
}

.slider--people .slick-list {
  overflow: visible;
}

.slider--people .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider--people .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  outline: none;
  width: 100%;
}

.panel-people .slider--people.slick-slider .arrow {
  cursor: pointer;
  z-index: 2;
  padding: 0;
  position: absolute;
  height: auto;
  line-height: 1;
  -webkit-transition: ease-in-out 0.4s opacity;
  -o-transition: ease-in-out 0.4s opacity;
  transition: ease-in-out 0.4s opacity;
  font-size: 70px;
}

.panel-people .slider--people.slick-slider .arrow .icon {
  display: block;
  text-align: center;
  background-color: #7CCDCB;
  color: white;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1em;
  border: 0.14286em solid white;
  border-radius: 90px;
  width: 1em;
  height: 1em;
}

.panel-people .slider--people.slick-slider .arrow .icon:before {
  color: #fff;
  display: block;
  line-height: 1;
  font-size: 0.15306em;
}

.panel-people .slider--people.slick-slider .arrow--prev {
  left: -0.5em;
  right: auto;
}

.panel-people .slider--people.slick-slider .arrow--prev .icon:before {
  position: relative;
}

.panel-people .slider--people.slick-slider .arrow--next {
  right: -0.5em;
  left: auto;
}

.panel-people .slider--people.slick-slider .arrow--next .icon:before {
  position: relative;
}

.panel-people .slider--people.slick-slider .arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}

.header-main {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
}

.header-main nav {
  font-size: 16px;
}

.header-main nav ul > li:not(:last-child) {
  margin-right: 20px;
}

.header-main nav a {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

html:not(.mobile):not(.tablet) .header-main nav a:hover,
html:not(.mobile):not(.tablet) .header-main nav a:focus,
.header-main nav a.on_press {
  opacity: .65;
}

.header-main .btn-wrap .btn {
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
}

.header-main .btn-wrap.is-active .btn {
  background-color: transparent;
  color: #82C341;
  border: 2px solid #82C341;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

html:not(.mobile):not(.tablet) .header-main .btn-wrap.is-active .btn:hover,
html:not(.mobile):not(.tablet) .header-main .btn-wrap.is-active .btn:focus,
.header-main .btn-wrap.is-active .btn.on_press {
  background-color: #82C341;
}

.header-main__logo {
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

html:not(.mobile):not(.tablet) .header-main__logo:hover,
html:not(.mobile):not(.tablet) .header-main__logo:focus,
.header-main__logo.on_press {
  opacity: .85;
}

.header-main__translate {
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  position: absolute;
  right: 30px;
  top: 0;
  cursor: pointer;
}

html:not(.mobile):not(.tablet) .header-main__translate:hover,
html:not(.mobile):not(.tablet) .header-main__translate:focus,
.header-main__translate.on_press {
  opacity: .85;
}

.header-main__translate-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 12px;
  font-family: "walsheim-bold", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 900;
  font-size: 1.2rem;
  line-height: 1;
  color: #455259;
  border: 1px solid #EAEAEA;
  border-top: 0;
  border-radius: 0 0 4px 4px;
}

.header-main__translate-label .icon {
  margin-left: 6px;
  font-size: 1.0rem;
  color: #7CCDCB;
}

.header-main__translate-widget {
  position: absolute;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: block;
  opacity: 0;
  z-index: 2;
  overflow: hidden;
}

.header-main__translate-widget .goog-te-combo {
  margin: 0 !important;
  display: block;
  height: 30px;
  bordeR: 0;
  cursor: pointer;
}

.header-mobile {
  display: none;
}

#floorplan {
  display: none;
}

.floorplan {
  width: calc(100vw - 110px);
  height: calc(100vh - 180px);
  max-width: calc(1000px - 60px);
  overflow: scroll;
}

.floorplan img {
  width: 100%;
}

.floorplan img.is-zoomed {
  width: auto;
}

.floorplan__caption {
  position: absolute;
  bottom: -30px;
  color: #fff;
  text-align: center;
  display: block;
  width: calc(100% - 60px);
}

.footer-main {
  position: relative;
  z-index: 2;
  background-color: #F4FBFF;
  color: #677484;
}

.footer-main a {
  color: #3B464C;
}

.footer-main__logo {
  display: block;
  width: 100%;
  position: relative;
}

.footer-main__logo img {
  width: 100%;
  height: 162px;
  display: block;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

html:not(.mobile):not(.tablet) .footer-main__logo:hover img,
html:not(.mobile):not(.tablet) .footer-main__logo:focus img,
.footer-main__logo.on_press img {
  opacity: .65;
}

.footer-main .footer-main__logo {
  margin-bottom: 50px;
}

.footer-main .footer-main__search {
  margin: 0 auto 60px;
  display: block;
  width: 100%;
  max-width: 700px;
}

.footer-main .footer-main__search label {
  position: relative;
  display: block;
}

.footer-main .footer-main__search .label {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 66px;
  font-size: 2.2rem;
  font-family: "walsheim-med", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.footer-main .footer-main__search .label .icon {
  margin-left: 25px;
  margin-right: 18px;
}

.footer-main .footer-main__search .label .icon:before {
  font-size: 36px;
  color: #41ABE4;
  display: block;
}

.footer-main .footer-main__search input {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
  line-height: 64px;
  padding: 0;
  padding-left: 230px;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  background-color: white;
  font-size: 2.0rem;
  color: #3B464C;
  -webkit-transition: border-color 0.4s ease-in-out;
  -o-transition: border-color 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out;
}

.footer-main .footer-main__search input::-webkit-input-placeholder {
  color: #677484;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.footer-main .footer-main__search input:focus::-webkit-input-placeholder {
  opacity: .65;
}

.footer-main .footer-main__search input:focus {
  outline: none;
  border-color: #41ABE4;
}

.footer-main .footer-main__subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 70px;
  color: #7B9D99;
}

.footer-main .footer-main__subscribe label {
  cursor: pointer;
}

.footer-main .footer-main__subscribe .list-social > li:not(:last-child) {
  margin-right: 20px;
}

.footer-main .footer-main__subscribe .list-social .icon--email-heart:before {
  font-size: 20px;
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 1px #BBD4E2;
  box-shadow: 0 0 0 1px #BBD4E2;
  color: #7CCDCB;
  font-size: 28px;
  line-height: 56px;
  height: 56px;
  width: 56px;
  border-radius: 28px;
}

.footer-main .footer-main__mobile {
  margin-bottom: 30px;
}

.footer-main .footer-main__mobile p {
  margin-bottom: 0;
  text-align: center;
}

.footer-main .footer-main__mobile p:not(:last-child) {
  margin-bottom: 5px;
}

.footer-main .footer-main__mobile p + p {
  margin-top: 0;
}

.footer-main .footer-main__mobile a {
  color: #3B464C;
}

html:not(.mobile):not(.tablet) .footer-main .footer-main__mobile a:hover,
html:not(.mobile):not(.tablet) .footer-main .footer-main__mobile a:focus,
.footer-main .footer-main__mobile a.on_press {
  color: #7CCDCB;
  text-decoration: underline;
}

.footer-main .footer-main__fineprint {
  font-size: 1.4rem;
}

.footer-main .footer-main__fineprint p + p {
  margin: 0;
}

.footer-main .footer-main__fineprint a {
  color: #3B464C;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

html:not(.mobile):not(.tablet) .footer-main .footer-main__fineprint a:hover,
html:not(.mobile):not(.tablet) .footer-main .footer-main__fineprint a:focus,
.footer-main .footer-main__fineprint a.on_press {
  color: #7CCDCB;
  text-decoration: underline;
}

.footer-main .footer-main__fineprint .grid {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-main .footer-main__fineprint .grid > .grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-main .footer-main__fineprint .grid > .grid-item:nth-child(1) {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.footer-main .footer-main__fineprint .grid > .grid-item:nth-child(1) a {
  color: #677484;
}

html:not(.mobile):not(.tablet) .footer-main .footer-main__fineprint .grid > .grid-item:nth-child(1) a:hover,
html:not(.mobile):not(.tablet) .footer-main .footer-main__fineprint .grid > .grid-item:nth-child(1) a:focus,
.footer-main .footer-main__fineprint .grid > .grid-item:nth-child(1) a.on_press {
  color: #7CCDCB;
}

.footer-main .footer-main__fineprint .grid > .grid-item:nth-child(2) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.7rem;
}

.footer-main .footer-main__fineprint .grid > .grid-item:nth-child(3) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-main .footer-main__fineprint .grid > .grid-item:nth-child(3) a {
  color: #677484;
}

html:not(.mobile):not(.tablet) .footer-main .footer-main__fineprint .grid > .grid-item:nth-child(3) a:hover,
html:not(.mobile):not(.tablet) .footer-main .footer-main__fineprint .grid > .grid-item:nth-child(3) a:focus,
.footer-main .footer-main__fineprint .grid > .grid-item:nth-child(3) a.on_press {
  color: #7CCDCB;
}

.footer-main .footer-main__fineprint .grid > .grid-item * + * {
  margin-left: 20px;
}

.footer-main .list-social__subscribe label {
  display: block;
  position: relative;
}

.footer-main .list-social__subscribe label .title {
  font-family: "walsheim-med", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  position: absolute;
  bottom: 100%;
  left: 0;
  -webkit-transform: translate(-100%, 100%);
  -ms-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%);
  padding-right: 20px;
  line-height: 56px;
  -webkit-transition: padding 0.4s ease-in-out, line-height 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: padding 0.4s ease-in-out, line-height 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out, padding 0.4s ease-in-out, line-height 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, padding 0.4s ease-in-out, line-height 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, padding 0.4s ease-in-out, line-height 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.footer-main .list-social__subscribe label .icon {
  position: absolute;
  top: 0;
  right: 0;
}

.footer-main .list-social__subscribe label .icon:before {
  -webkit-transition: -webkit-box-shadow 0.4s ease-in-out;
  transition: -webkit-box-shadow 0.4s ease-in-out;
  -o-transition: box-shadow 0.4s ease-in-out;
  transition: box-shadow 0.4s ease-in-out;
  transition: box-shadow 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
}

.footer-main .list-social__subscribe label input {
  height: 56px;
  border: 0;
  border-radius: 28px;
}

svg {
  min-height: 0;
  min-width: 0;
}

html {
  height: 100%;
}

body {
  background-color: #3B464C;
  font-size: 14px;
  font-family: "walsheim-reg", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1.4;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.container--page {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

.container--outer {
  background-color: white;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  position: relative;
  min-height: 100vh;
  z-index: 2;
  padding-top: 115px;
  overflow: hidden;
}

.container--narrow {
  max-width: 1140px;
}

body.is-mobOpen {
  overflow: hidden;
}

.content-main {
  z-index: 2;
  position: relative;
}

.hero {
  position: relative;
  z-index: 0;
  display: table;
  width: 100vw;
  height: calc(100vh - 115px);
  color: white;
}

.hero__inner {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 2;
}

.hero .container {
  padding-top: 30px;
  padding-bottom: 30px;
}

.hero .bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 15%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
}

.hero__content {
  font-size: 14px;
  font-family: "walsheim-med", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  max-width: 500px;
  color: white;
}

.hero__content .title {
  font-family: "walsheim-bold", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 900;
}

.hero__content a:not(.btn) {
  color: white;
  text-decoration: underline;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

html:not(.mobile):not(.tablet) .hero__content a:not(.btn):hover,
html:not(.mobile):not(.tablet) .hero__content a:not(.btn):focus,
.hero__content a:not(.btn).on_press {
  opacity: .65;
}

.hero .title {
  line-height: 1;
  text-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
  color: inherit;
}

.hero .content {
  color: inherit;
}

.hero .buttons a {
  text-decoration: none;
}

.hero .buttons a.btn {
  -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
}

html:not(.mobile):not(.tablet) .hero .buttons a:hover,
html:not(.mobile):not(.tablet) .hero .buttons a:focus,
.hero .buttons a.on_press {
  opacity: 1;
}

.hero .btn--primary {
  margin-top: 20px;
  font-size: 14px;
  text-decoration: none;
  padding: 10px 50px;
}

.hero .title + .content,
.hero .title + .buttons,
.hero .content + .buttons {
  margin-top: 20px;
}

.hero-slider-wrap {
  position: relative;
}

.hero-slider-wrap:not(.is-paused) .slick-pause:before,
.hero-slider-wrap:not(.is-paused) .slick-pause:after {
  content: '';
  width: 4px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  margin-left: -2px;
  margin-top: -6px;
  display: block;
  background-color: white;
  pointer-events: none;
}

.hero-slider-wrap:not(.is-paused) .slick-pause:before {
  -webkit-transform: translateX(-4px);
  -ms-transform: translateX(-4px);
  transform: translateX(-4px);
}

.hero-slider-wrap:not(.is-paused) .slick-pause:after {
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}

.hero-slider-wrap.is-paused .slick-pause:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  margin-left: -4px;
  margin-top: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent white;
}

.hero-slider-wrap.is-paused .slick-pause:after {
  content: none;
}

.hero-slider-wrap.is-paused .progress.over path {
  -webkit-animation-play-state: paused !important;
  animation-play-state: paused !important;
}

.hero-slider__controls {
  position: absolute;
  z-index: 10;
  padding-right: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-slider__controls .arrow {
  padding: 0;
  color: white;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  text-align: center;
}

.hero-slider__controls .arrow .icon {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.hero-slider__controls .arrow .icon,
.hero-slider__controls .arrow .icon:before {
  display: block;
  line-height: 40px;
}

.hero-slider__controls .arrow--prev {
  right: 40px;
}

html:not(.mobile):not(.tablet) .hero-slider__controls .arrow--prev:hover .icon,
html:not(.mobile):not(.tablet) .hero-slider__controls .arrow--prev:focus .icon,
.hero-slider__controls .arrow--prev.on_press .icon {
  -webkit-transform: translateX(-4px);
  -ms-transform: translateX(-4px);
  transform: translateX(-4px);
}

.hero-slider__controls .arrow--next {
  right: 0;
}

html:not(.mobile):not(.tablet) .hero-slider__controls .arrow--next:hover .icon,
html:not(.mobile):not(.tablet) .hero-slider__controls .arrow--next:focus .icon,
.hero-slider__controls .arrow--next.on_press .icon {
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}

.hero-slider__controls .slick-pause {
  padding: 0;
  margin: 0;
  position: relative;
  width: 34px;
  height: 34px;
  z-index: 10;
  border-radius: 16px;
  background-color: transparent;
}

.hero-slider__controls .slick-pause .progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 34px;
  display: block;
  z-index: 2;
  pointer-events: none;
}

.hero-slider__controls .slick-pause .progress.over {
  stroke-dasharray: 97.47190856933594;
  stroke-dashoffset: 97.47190856933594;
}

.hero-slider__controls .slick-pause.is-active .progress.over path {
  -webkit-animation: dash 6s linear forwards;
  animation: dash 6s linear forwards;
}

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

.hero-slider__controls .slick-pause .bg {
  position: absolute;
  left: -2px;
  top: -2px;
  z-index: 1;
  width: 38px;
  height: 38px;
  display: block;
  background-color: rgba(59, 70, 76, 0.35);
  border-radius: 38px;
}

.hero--centre .hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero--enrol {
  max-height: 680px;
  padding-bottom: 0;
  z-index: 3;
}

.hero--enrol .hero__content {
  max-width: none;
  text-align: center;
}

.hero--enrol .content {
  margin-bottom: 20px;
  font-size: 16px;
  font-family: "walsheim-med", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.hero--enrol .content .title {
  margin-bottom: 20px;
}

.hero--enrol .widget-search {
  margin-top: 0;
}

.hero--enrol .widget-search .container {
  padding: 0;
}

.hero--enrol .widget-search .title {
  color: #3B464C;
  text-shadow: none;
}

.hero--enrol .widget-search__aside .title {
  color: #677484;
}

.hero--internal {
  max-height: 800px;
}

.hero--internal .hero__inner {
  vertical-align: bottom;
}

.hero--internal .hero__content {
  max-width: 400px;
  margin: 0 auto;
}

.hero--internal .bg:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75%;
  display: block;
  opacity: .75;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.hero--internal .title,
.hero--internal .content {
  text-align: center;
  margin: 0 auto;
}

.hero--internal .content {
  font-size: 16px;
  max-width: 700px;
}

.hero--internal .title + .content,
.hero--internal .title + .buttons {
  margin-top: 30px;
}

.hero--internal .title + .buttons,
.hero--internal .content + .buttons {
  margin-top: 40px;
}

.hero--internal .buttons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero--centre {
  overflow: hidden;
  height: calc(100vh - 115px);
  max-height: 930px;
  min-height: 400px;
  display: block;
}

.hero--centre:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 56.25%;
}

.hero--centre .hero__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hero--centre .container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.hero--centre .buttons {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.hero--centre .bg:before {
  content: none;
}

.hero.hero--landing {
  padding-bottom: 0;
}

.hero--landing {
  max-height: 768px;
}

.hero--landing a:not(.btn) {
  color: #3B464C;
  text-decoration: none;
}

.hero--landing .title-wrap {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero--landing .pre-title,
.hero--landing .pre-title:not(.btn) {
  font-family: "walsheim-med", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  display: inline-block;
  width: auto;
  color: #757575;
  margin-bottom: 10px;
}

html:not(.mobile):not(.tablet) .hero--landing .pre-title:hover,
html:not(.mobile):not(.tablet) .hero--landing .pre-title:focus,
.hero--landing .pre-title.on_press,
html:not(.mobile):not(.tablet)
    .hero--landing .pre-title:not(.btn):hover,
html:not(.mobile):not(.tablet)
    .hero--landing .pre-title:not(.btn):focus,
.hero--landing .pre-title:not(.btn).on_press {
  text-decoration: underline;
}

.hero--landing .title {
  text-shadow: none;
  color: #3B464C;
}

.hero--landing .title--fancy__decorative {
  font-family: "walsheim-bold", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin-left: -15px;
}

.hero--landing .meta {
  display: block;
  margin-left: 20px;
  border-left: 1px solid #EAEAEA;
}

.hero--landing .meta .age {
  font-size: 8px;
  display: block;
  position: relative;
  z-index: 2;
  font-family: "walsheim-bold", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1;
  padding: 0 25px;
}

.hero--landing .meta .age strong {
  font-size: 22px;
  font-family: "walsheim-bold", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  display: block;
  width: 100%;
  white-space: nowrap;
}

.hero--landing .hero__content {
  font-size: 14px;
  font-family: "walsheim-light", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #455259;
}

.hero--landing .bg {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  width: 60%;
  height: 100%;
}

.hero--landing .bg:before,
.hero--landing .bg:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
}

.hero--landing .bg:before {
  width: 65%;
}

.hero--landing .bg:after {
  width: 25%;
}

.hero--landing__scroll {
  padding-left: 30px;
  color: #3B464C;
  font-family: "walsheim-med", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.6rem;
  position: relative;
}

.hero--landing__scroll .icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.hero--landing__scroll .icon:before {
  font-size: 20px;
  line-height: 1;
  display: block;
}

html:not(.mobile):not(.tablet) .hero--landing__scroll:hover .icon,
html:not(.mobile):not(.tablet) .hero--landing__scroll:focus .icon,
.hero--landing__scroll.on_press .icon {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

.theme-purple .hero--landing .title--fancy__decorative svg path {
  fill: #97A6D4;
}

html:not(.mobile):not(.tablet) .theme-purple .hero--landing .pre-title:hover,
html:not(.mobile):not(.tablet) .theme-purple .hero--landing .pre-title:focus,
.theme-purple .hero--landing .pre-title.on_press,
html:not(.mobile):not(.tablet)
  .theme-purple .hero--landing .pre-title:not(.btn):hover,
html:not(.mobile):not(.tablet)
  .theme-purple .hero--landing .pre-title:not(.btn):focus,
.theme-purple .hero--landing .pre-title:not(.btn).on_press {
  color: #97A6D4;
}

.theme-purple .hero--landing .hero--landing__scroll .icon:before,
.theme-purple .hero--landing .meta .age strong {
  color: #97A6D4;
}

.theme-teal .hero--landing .title--fancy__decorative svg path {
  fill: #7CCDCB;
}

html:not(.mobile):not(.tablet) .theme-teal .hero--landing .pre-title:hover,
html:not(.mobile):not(.tablet) .theme-teal .hero--landing .pre-title:focus,
.theme-teal .hero--landing .pre-title.on_press,
html:not(.mobile):not(.tablet)
  .theme-teal .hero--landing .pre-title:not(.btn):hover,
html:not(.mobile):not(.tablet)
  .theme-teal .hero--landing .pre-title:not(.btn):focus,
.theme-teal .hero--landing .pre-title:not(.btn).on_press {
  color: #7CCDCB;
}

.theme-teal .hero--landing .hero--landing__scroll .icon:before,
.theme-teal .hero--landing .meta .age strong {
  color: #7CCDCB;
}

.theme-blue .hero--landing .title--fancy__decorative svg path {
  fill: #41ABE4;
}

html:not(.mobile):not(.tablet) .theme-blue .hero--landing .pre-title:hover,
html:not(.mobile):not(.tablet) .theme-blue .hero--landing .pre-title:focus,
.theme-blue .hero--landing .pre-title.on_press,
html:not(.mobile):not(.tablet)
  .theme-blue .hero--landing .pre-title:not(.btn):hover,
html:not(.mobile):not(.tablet)
  .theme-blue .hero--landing .pre-title:not(.btn):focus,
.theme-blue .hero--landing .pre-title:not(.btn).on_press {
  color: #41ABE4;
}

.theme-blue .hero--landing .hero--landing__scroll .icon:before,
.theme-blue .hero--landing .meta .age strong {
  color: #41ABE4;
}

.hero--map {
  position: relative;
}

.hero--map .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hero--map iframe,
.hero--map .map {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100% !important;
  display: block;
}

.hero--simple {
  max-height: 680px;
  padding-bottom: 0;
}

.hero--simple .hero__content {
  max-width: none;
  text-align: center;
}

.hero--simple .buttons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero.hero--video {
  width: 100vw;
  height: auto;
  display: block;
  max-height: calc(100vh - 115px);
  overflow: hidden;
}

.hero.hero--video:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 56.25%;
}

.page-home .hero.hero--video {
  padding-bottom: 0;
}

.hero.hero--video:before {
  width: 100vw;
}

.hero.hero--video .hero__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
}

.hero.hero--video .video-wrap {
  z-index: 1;
  display: block;
}

.hero.hero--video .video-wrap:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  z-index: 2;
}

.hero.hero--video .video-wrap,
.hero.hero--video .video-wrap video {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 105vw;
  height: auto;
  white-space: nowrap;
}

.hero.hero--video .video-play {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border: 4px solid #fff;
  border-radius: 50%;
  -webkit-transition: .15s linear;
  -o-transition: .15s linear;
  transition: .15s linear;
  margin-top: 25px;
}

.hero.hero--video .video-play:after {
  position: absolute;
  border: solid transparent;
  left: 11px;
  top: 7px;
  border-width: 9px 15px;
  content: ' ';
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  -webkit-transition: .15s linear;
  -o-transition: .15s linear;
  transition: .15s linear;
}

.hero.hero--video .video-play span {
  position: absolute;
  top: 0;
  left: 50px;
  line-height: 30px;
  white-space: nowrap;
}

html.desktop .hero.hero--video .hero__inner {
  background-image: none !important;
}

.widget-search {
  position: relative;
  z-index: 99;
  margin-top: -95px;
}

.widget-search__inner {
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  background-color: white;
  border-radius: 34px;
  display: block;
  padding: 50px 70px;
  background-size: auto 100%;
  background-position: center right;
  background-repeat: no-repeat;
}

.widget-search__inner.no-image .widget-search__form {
  max-width: 100%;
}

.widget-search__form {
  display: block;
  position: relative;
  width: 100%;
  max-width: 65%;
}

.widget-search__form:not(.is-loading) .widget-search__list:before {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.widget-search__input {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
}

.widget-search__input input[type="text"] {
  border: 0;
  padding: 22px;
  padding-left: 65px;
  font-size: 2.2rem;
  line-height: 88px;
  width: 100%;
  height: 88px;
  color: #455259;
  border-radius: 0;
  border-bottom: 1px solid #EAEAEA;
  -webkit-transition: border-color 0.4s ease-in-out;
  -o-transition: border-color 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out;
}

.widget-search__input input[type="text"]::-webkit-input-placeholder {
  font-size: 2.2rem;
  color: #677484;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.widget-search__input input[type="text"]:focus {
  outline: none;
  border-bottom-color: #41ABE4;
}

.widget-search__input input[type="text"]:focus::-webkit-input-placeholder {
  opacity: .65;
}

.widget-search__input .icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -18px;
}

.widget-search__input .icon:before {
  display: block;
  font-size: 3.6rem;
  color: #41ABE4;
  width: 36px;
  height: 36px;
  line-height: 1;
}

.widget-search__use-location,
.widget-map__use-location {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
  font-family: "walsheim-med", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.6rem;
  color: #677484;
  padding: 0;
  padding-left: 45px;
  line-height: 60px;
  margin-top: -30px;
  white-space: nowrap;
  display: block;
  cursor: pointer;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

html:not(.mobile):not(.tablet) .widget-search__use-location:hover,
html:not(.mobile):not(.tablet) .widget-map__use-location:hover,
html:not(.mobile):not(.tablet) .widget-search__use-location:focus,
html:not(.mobile):not(.tablet) .widget-map__use-location:focus,
.widget-search__use-location.on_press,
.on_press.widget-map__use-location {
  color: #3B464C;
}

.widget-search__use-location .icon,
.widget-map__use-location .icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -14px;
  color: #FF6360;
}

.widget-search__use-location .icon:before,
.widget-map__use-location .icon:before {
  font-size: 28px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  display: block;
}

.widget-search__aside {
  font-size: 1.6rem;
  color: #677484;
}

.widget-search__aside .title {
  font-family: "walsheim-reg", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: inherit;
  color: inherit;
}

.widget-search__aside .see-all {
  color: inherit;
}

.widget-search__aside,
.widget-search__aside ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget-search__aside .title,
.widget-search__aside ul {
  margin-right: 50px;
}

.widget-search__aside ul li:not(:last-child) {
  margin-right: 40px;
}

.widget-search__aside ul a {
  font-family: "walsheim-med", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #3B464C;
}

.widget-search__aside a {
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

html:not(.mobile):not(.tablet) .widget-search__aside a:hover,
html:not(.mobile):not(.tablet) .widget-search__aside a:focus,
.widget-search__aside a.on_press {
  color: #82C341;
}

.widget-search__form + .widget-search__aside {
  margin-top: 25px;
}

.widget-search__list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 20px 20px;
  max-height: 500px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.widget-search__list li {
  margin: 0;
  padding: 0;
}

.widget-search__list:not(.is-active) {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.widget-search__list:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(245, 245, 245, 0.65);
  background-image: url(../../img/loading-search.gif);
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center 15px;
}

.widget-search li.widget-search__item {
  background-color: white;
  border: 1px solid #EAEAEA;
  border-radius: 4px;
  color: #3B464C;
  display: block;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.widget-search li.widget-search__item a {
  color: #3B464C;
}

html:not(.mobile):not(.tablet) .widget-search li.widget-search__item a:hover,
html:not(.mobile):not(.tablet) .widget-search li.widget-search__item a:focus,
.widget-search li.widget-search__item a.on_press {
  color: #82C341;
}

.widget-search li.widget-search__item:not(:last-child) {
  margin-bottom: 13px;
}

.widget-search li.widget-search__item .title {
  font-size: 16px;
  text-shadow: none;
  line-height: 1;
}

.widget-search li.widget-search__item .title + .address {
  margin-top: 5px;
}

.widget-search li.widget-search__item .address + .contact {
  margin-top: 5px;
}

.widget-search li.widget-search__item .address a {
  display: inline-block;
  line-height: 27px;
  white-space: nowrap;
  padding-left: 9px;
  padding-right: 9px;
  background-color: #F5F5F5;
  color: #747474;
  border-radius: 3px;
  font-size: 1.2rem;
  margin-left: 5px;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

html:not(.mobile):not(.tablet) .widget-search li.widget-search__item .address a:hover,
html:not(.mobile):not(.tablet) .widget-search li.widget-search__item .address a:focus,
.widget-search li.widget-search__item .address a.on_press {
  background-color: #82C341;
  color: white;
}

.widget-search li.widget-search__item .status {
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget-search li.widget-search__item .status .logo-mark {
  height: 28px;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

.widget-search li.widget-search__item .status svg,
.widget-search li.widget-search__item .status .logo-mark {
  margin: 0 10px;
}

.widget-search li.widget-search__item .status strong {
  color: #82C341;
  font-family: "walsheim-med", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  opacity: .8;
}

.widget-search li.widget-search__item .buttons > .btn:not(:last-child) {
  margin-right: 10px;
}

.widget-search li.widget-search__item .buttons .btn {
  color: white;
  background-color: #82C341;
  line-height: 1;
  font-size: 1.4rem;
  font-family: "walsheim-med", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding: 11px 17px;
  border-radius: 3px;
  -webkit-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
}

.widget-search li.widget-search__item .buttons .btn--grey {
  background-color: #f5f5f5;
  color: #3B464C;
}

html:not(.mobile):not(.tablet) .widget-search li.widget-search__item .buttons .btn:hover,
html:not(.mobile):not(.tablet) .widget-search li.widget-search__item .buttons .btn:focus,
.widget-search li.widget-search__item .buttons .btn.on_press {
  color: white;
  background-color: #41ABE4;
}

.widget-search li.widget-search__item.is-now-open .status strong {
  color: #82C341;
}

.widget-search li.widget-search__item.is-opening-soon .status strong {
  color: #7CCDCB;
}

.widget-search li.widget-search__item.is-planned .status strong {
  color: #E0970C;
}

.widget-map {
  position: absolute;
  top: 50px;
  z-index: 2;
  width: 600px;
  margin-bottom: -70px;
  margin-top: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  border-radius: 20px;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.widget-map:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 60px;
  display: block;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.1)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.widget-map.is-active .btn-filter-toggle:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.widget-map.is-active .widget-map__overflow {
  max-height: 0;
}

.widget-map.is-active .widget-map__overflow:before {
  opacity: 0;
}

.widget-map__filter {
  position: relative;
}

.widget-map__filter .btn-filter-toggle {
  font-size: 1.5rem;
  position: relative;
  z-index: 2;
  color: #455259;
  padding-right: 15px;
  display: block;
  cursor: pointer;
}

.widget-map__filter .btn-filter-toggle:focus {
  outline: none;
}

.widget-map__filter .btn-filter-toggle:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: #3B464C transparent transparent transparent;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

html:not(.mobile):not(.tablet) .widget-map__filter .btn-filter-toggle:hover,
html:not(.mobile):not(.tablet) .widget-map__filter .btn-filter-toggle:focus,
.widget-map__filter .btn-filter-toggle.on_press {
  color: #3B464C;
}

.widget-map__filter .widget-map__filterList {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: white;
  border: 1px solid #EAEAEA;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  display: block;
  width: 200px;
  font-size: 1.4rem;
  margin-top: 10px;
  margin-right: -22px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 3px;
}

.widget-map__filter .widget-map__filterList li {
  margin: 0;
  padding: 0;
}

.widget-map__filter .widget-map__filterList:before,
.widget-map__filter .widget-map__filterList:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: 0;
  height: 0;
  border-style: solid;
}

.widget-map__filter .widget-map__filterList:before {
  z-index: 2;
  right: 20px;
  border-width: 0 4px 4px 4px;
  border-color: transparent transparent white transparent;
}

.widget-map__filter .widget-map__filterList:after {
  z-index: 1;
  right: 19px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #EAEAEA transparent;
}

.widget-map__filter .widget-map__filterList > li {
  display: block;
  text-align: left;
  line-height: 1;
}

.widget-map__filter .widget-map__filterList > li:not(:last-child) {
  border-bottom: 1px solid #EAEAEA;
}

.widget-map__filter .widget-map__filterList > li button {
  padding: 10px 20px;
  display: block;
  width: 100%;
  text-align: left;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

html:not(.mobile):not(.tablet) .widget-map__filter .widget-map__filterList > li button:hover,
html:not(.mobile):not(.tablet) .widget-map__filter .widget-map__filterList > li button:focus,
.widget-map__filter .widget-map__filterList > li button.on_press {
  opacity: .65;
}

.widget-map__filter:not(.is-active) .widget-map__filterList {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.widget-map__filter.is-active .btn-filter-toggle:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.widget-map__search {
  border-radius: 20px 20px 0 0;
  display: block;
  background-color: white;
  border-bottom: 1px solid #EAEAEA;
  position: relative;
  z-index: 2;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.widget-map__search__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.widget-map__input {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
}

.widget-map__input input[type="text"] {
  border: 1px solid #EAEAEA;
  padding: 0;
  padding-left: 85px;
  padding-right: 20px;
  font-size: 2.2rem;
  line-height: 66px;
  width: 100%;
  height: 66px;
  color: #455259;
  border-radius: 8px;
  -webkit-transition: border-color 0.4s ease-in-out;
  -o-transition: border-color 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out;
}

.widget-map__input input[type="text"]::-webkit-input-placeholder {
  font-size: 2.2rem;
  color: #677484;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.widget-map__input input[type="text"]:focus {
  outline: none;
  border-color: #41ABE4;
}

.widget-map__input input[type="text"]:focus::-webkit-input-placeholder {
  opacity: .65;
}

.widget-map__input .icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -18px;
}

.widget-map__input .icon:before {
  display: block;
  font-size: 3.6rem;
  color: #41ABE4;
  width: 36px;
  height: 36px;
  line-height: 1;
}

.widget-map__input .icon.icon--search {
  left: 23px;
}

.widget-map__input .icon.icon--search:before {
  font-size: 36px;
}

.widget-map__use-location {
  font-size: 1.5rem;
  margin-top: 0;
  position: relative;
  left: 0;
  top: 0;
  right: auto;
  line-height: 28px;
}

.widget-map__overflow {
  position: relative;
  z-index: 1;
  background-color: #F2F2F2;
  border-radius: 0 0 20px 20px;
  max-height: calc(100vh - 270px);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: max-height 0.2s ease-in-out;
  -o-transition: max-height 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out;
}

.widget-map__list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.widget-map__list li {
  margin: 0;
  padding: 0;
}

.widget-map li.widget-map__item {
  background-color: white;
  border: 1px solid #EAEAEA;
  border-radius: 4px;
  color: #3B464C;
  display: block;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.widget-map li.widget-map__item a {
  color: #3B464C;
}

html:not(.mobile):not(.tablet) .widget-map li.widget-map__item a:hover,
html:not(.mobile):not(.tablet) .widget-map li.widget-map__item a:focus,
.widget-map li.widget-map__item a.on_press {
  color: #82C341;
}

.widget-map li.widget-map__item:not(:last-child) {
  margin-bottom: 13px;
}

.widget-map li.widget-map__item .title {
  font-size: 16px;
  text-shadow: none;
  line-height: 1;
}

.widget-map li.widget-map__item .title + .address {
  margin-top: 5px;
}

.widget-map li.widget-map__item .address + .contact {
  margin-top: 15px;
}

.widget-map li.widget-map__item .address a {
  display: inline-block;
  line-height: 27px;
  white-space: nowrap;
  padding-left: 9px;
  padding-right: 9px;
  background-color: #F5F5F5;
  color: #707070;
  border-radius: 3px;
  font-size: 1.2rem;
  margin-left: 5px;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

html:not(.mobile):not(.tablet) .widget-map li.widget-map__item .address a:hover,
html:not(.mobile):not(.tablet) .widget-map li.widget-map__item .address a:focus,
.widget-map li.widget-map__item .address a.on_press {
  background-color: #82C341;
  color: white;
}

.widget-map li.widget-map__item .status {
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget-map li.widget-map__item .status .logo-mark {
  height: 28px;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

.widget-map li.widget-map__item .status svg,
.widget-map li.widget-map__item .status .logo-mark {
  margin: 0 10px;
}

.widget-map li.widget-map__item .status strong {
  color: #82C341;
  font-family: "walsheim-med", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  opacity: .8;
}

.widget-map li.widget-map__item .btn {
  color: white;
  background-color: #82C341;
  line-height: 1;
  font-size: 1.4rem;
  font-family: "walsheim-med", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding: 11px 17px;
  border-radius: 3px;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

html:not(.mobile):not(.tablet) .widget-map li.widget-map__item .btn:hover,
html:not(.mobile):not(.tablet) .widget-map li.widget-map__item .btn:focus,
.widget-map li.widget-map__item .btn.on_press {
  color: white;
  background-color: #41ABE4;
}

.widget-map li.widget-map__item.is-now-open .status strong {
  color: #82C341;
}

.widget-map li.widget-map__item.is-opening-soon .status strong {
  color: #7CCDCB;
}

.widget-map li.widget-map__item.is-planned .status strong {
  color: #E0970C;
}

.widget-sidebar {
  position: relative;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  border-radius: 0 0 20px 20px;
  width: 100%;
  color: #455259;
}

.widget-sidebar .status {
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget-sidebar .status .logo-mark {
  height: 28px;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

.widget-sidebar .status svg,
.widget-sidebar .status .logo-mark {
  margin: 0 10px;
}

.widget-sidebar .status strong {
  color: #82C341;
  font-family: "walsheim-med", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  opacity: .8;
}

.widget-sidebar__header {
  width: 100%;
  display: block;
  border-radius: 20px 20px 0 0;
  border-bottom: 1px solid #EAEAEA;
  padding: 40px;
}

.widget-sidebar__header .title + .address {
  margin-top: 5px;
}

.widget-sidebar__header .address + .buttons {
  margin-top: 15px;
}

.widget-sidebar__header .address {
  line-height: 2.3;
}

.widget-sidebar__header .address a {
  display: inline-block;
  line-height: 27px;
  white-space: nowrap;
  padding-left: 9px;
  padding-right: 9px;
  background-color: #F5F5F5;
  color: #707070;
  border-radius: 3px;
  font-size: 1.2rem;
  margin-left: 5px;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

html:not(.mobile):not(.tablet) .widget-sidebar__header .address a:hover,
html:not(.mobile):not(.tablet) .widget-sidebar__header .address a:focus,
.widget-sidebar__header .address a.on_press {
  background-color: #82C341;
  color: white;
}

.widget-sidebar__header .buttons {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.widget-sidebar__header .buttons .btn-text {
  display: block;
  color: #3B464C;
  padding-left: 35px;
  position: relative;
  white-space: nowrap;
}

.widget-sidebar__header .buttons .btn-text:not(:last-child) {
  margin-top: 15px;
}

.widget-sidebar__header .buttons .btn-text .icon {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
}

.widget-sidebar__header .buttons .btn-text .icon:before {
  color: #82C341;
  line-height: 1;
  display: block;
}

.widget-sidebar__header .buttons .btn-text .icon--phone {
  margin-top: -10px;
}

.widget-sidebar__header .buttons .btn-text .icon--phone:before {
  font-size: 20px;
}

.widget-sidebar__header .buttons .btn-text .icon--mail {
  margin-top: -8px;
}

.widget-sidebar__header .buttons .btn-text .icon--mail:before {
  font-size: 16px;
}

.widget-sidebar__header .buttons .btn-text .icon--facebook {
  margin-top: -14px;
}

.widget-sidebar__header .buttons .btn-text .icon--facebook:before {
  font-size: 13px;
  display: block;
  color: #fff;
  background-color: #82C341;
  line-height: 24px;
  height: 24px;
  width: 24px;
  text-align: center;
  border-radius: 12px;
}

html:not(.mobile):not(.tablet) .widget-sidebar__header .buttons .btn-text:hover,
html:not(.mobile):not(.tablet) .widget-sidebar__header .buttons .btn-text:focus,
.widget-sidebar__header .buttons .btn-text.on_press {
  color: #82C341;
}

.widget-sidebar__content {
  padding: 40px;
  font-size: 1.8rem;
}

.widget-sidebar .widget-sidebar__item {
  display: block;
}

.widget-sidebar .widget-sidebar__item + .widget-sidebar__item {
  margin-top: 30px;
}

.widget-sidebar .widget-sidebar__item .title {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.widget-sidebar .widget-sidebar__item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget-sidebar .widget-sidebar__item ul li {
  margin: 0;
  padding: 0;
}

.widget-sidebar .widget-sidebar__item ul li {
  padding-left: 20px;
  position: relative;
}

.widget-sidebar .widget-sidebar__item ul li:not(:last-child) {
  margin-bottom: 10px;
}

.widget-sidebar .widget-sidebar__item ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 7px;
  display: block;
  background-color: #82C341;
  border-radius: 4px;
}

.widget-sidebar__buttons,
.widget-sidebar__buttons .btn + .btn {
  border-top: 1px solid #EAEAEA;
}

.widget-sidebar__buttons .js-modaal-floorplan {
  border-bottom: 1px solid #EAEAEA;
}

.widget-sidebar__buttons .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  line-height: 1;
  padding: 0;
  padding-left: 44px;
  padding-right: 44px;
  color: #3B464C;
  font-size: 1.6rem;
  font-family: "walsheim-med", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  position: relative;
  padding-right: 100px;
}

.widget-sidebar__buttons .btn .icon--arrow-right {
  margin-right: 14px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.widget-sidebar__buttons .btn .icon--arrow-right:before {
  font-size: 14px;
  color: #7CCDCB;
}

.widget-sidebar__buttons .btn .icon--floorplan,
.widget-sidebar__buttons .btn .icon--coffee,
.widget-sidebar__buttons .btn .icon--question {
  position: absolute;
  right: 44px;
  top: 50%;
}

.widget-sidebar__buttons .btn .icon--floorplan:before,
.widget-sidebar__buttons .btn .icon--coffee:before,
.widget-sidebar__buttons .btn .icon--question:before {
  line-height: 1;
  display: block;
}

.widget-sidebar__buttons .btn .icon--floorplan {
  color: #7CCDCB;
  margin-top: -13px;
}

.widget-sidebar__buttons .btn .icon--floorplan:before {
  font-size: 26px;
}

.widget-sidebar__buttons .btn .icon--coffee {
  color: #FF6360;
  margin-top: -16px;
}

.widget-sidebar__buttons .btn .icon--coffee:before {
  font-size: 32px;
}

.widget-sidebar__buttons .btn .icon--question {
  color: #41ABE4;
  margin-top: -14px;
}

.widget-sidebar__buttons .btn .icon--question:before {
  font-size: 29px;
}

html:not(.mobile):not(.tablet) .widget-sidebar__buttons .btn:hover .icon--arrow-right,
html:not(.mobile):not(.tablet) .widget-sidebar__buttons .btn:focus .icon--arrow-right,
.widget-sidebar__buttons .btn.on_press .icon--arrow-right {
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}

.widget-sidebar__enrol a {
  font-size: 2.0rem;
  padding: 0;
  display: block;
  line-height: 80px;
  text-align: center;
  border-radius: 0 0 20px 20px;
}

.panel-benchmark {
  background-color: #3B464C;
  background-image: url(../../img/bg-pattern.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: white;
}

.panel-benchmark .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.panel-benchmark .title-bar .title {
  color: white;
  max-width: 580px;
  line-height: 1.2;
}

.panel-benchmark .title-bar .content {
  color: #D4D4D4;
  max-width: 510px;
  line-height: 1.6;
  padding-top: 5px;
}

.title-bar + .panel-benchmark__slider {
  margin-top: 30px;
}

.panel-benchmark__slider__item {
  padding: 0 20px;
}

.panel-benchmark__slider .slick-list {
  overflow: visible;
  margin: 0 -20px;
  width: calc(100% + 40px);
  position: relative;
  z-index: 1;
}

.panel-benchmark__slider .arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -45px;
  z-index: 2;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.panel-benchmark__slider .arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}

.panel-benchmark__slider .arrow--prev {
  right: 100%;
  padding-right: 150px;
}

.panel-benchmark__slider .arrow--next {
  left: 100%;
  padding-left: 150px;
}

.panel-benchmark__slider .arrow .icon:before {
  display: block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 45px;
  font-size: 24px;
  text-align: center;
  background-color: white;
  color: #41ABE4;
}

.panel-benchmark__item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 15%;
  border-radius: 12px;
  display: block;
  position: relative;
}

.panel-benchmark__item:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 125%;
}

.panel-benchmark__item .title {
  font-family: "walsheim-med", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: white;
  padding: 30px 40px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
}

.panel-card {
  display: block;
  width: 100%;
  border-radius: 20px;
  background-color: white;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.panel-card__image .bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 15%;
  border-radius: 20px 20px 0 0;
}

.panel-card__image .bg:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 58%;
}

.panel-card__content {
  display: block;
  position: relative;
  border-radius: 0 0 20px 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 15px;
}

.panel-card .title + .address {
  margin-top: 5px;
}

.panel-card .address + .buttons {
  margin-top: 15px;
}

.panel-card .status {
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: block;
}

.panel-card .status .logo-mark {
  height: 28px;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

.panel-card .status svg,
.panel-card .status .logo-mark {
  margin: 0 10px;
}

.panel-card .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.panel-card .title .mark {
  display: block;
  margin-left: -20px;
  margin-right: 10px;
}

.panel-card .address {
  line-height: 2.3;
}

.panel-card .address a {
  display: inline-block;
  line-height: 27px;
  white-space: nowrap;
  padding-left: 9px;
  padding-right: 9px;
  background-color: #F5F5F5;
  color: #707070;
  border-radius: 3px;
  font-size: 1.2rem;
  margin-left: 5px;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

html:not(.mobile):not(.tablet) .panel-card .address a:hover,
html:not(.mobile):not(.tablet) .panel-card .address a:focus,
.panel-card .address a.on_press {
  background-color: #82C341;
  color: white;
}

.panel-card .buttons {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.panel-card .buttons .btn-text {
  display: block;
  color: #3B464C;
  padding-left: 35px;
  position: relative;
  white-space: nowrap;
}

.panel-card .buttons .btn-text:not(:last-child) {
  margin-top: 15px;
}

.panel-card .buttons .btn-text .icon {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
}

.panel-card .buttons .btn-text .icon:before {
  color: #82C341;
  line-height: 1;
  display: block;
}

.panel-card .buttons .btn-text .icon--phone {
  margin-top: -10px;
}

.panel-card .buttons .btn-text .icon--phone:before {
  font-size: 20px;
}

.panel-card .buttons .btn-text .icon--mail {
  margin-top: -8px;
}

.panel-card .buttons .btn-text .icon--mail:before {
  font-size: 16px;
}

html:not(.mobile):not(.tablet) .panel-card .buttons .btn-text:hover,
html:not(.mobile):not(.tablet) .panel-card .buttons .btn-text:focus,
.panel-card .buttons .btn-text.on_press {
  color: #82C341;
}

.panel-contact .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.panel-contact .container > .grid {
  margin-left: -50px;
  margin-right: -50px;
  margin-left: 0;
  margin-right: 0;
}

.panel-contact .container > .grid > .grid-item.grid-item--main,
.panel-contact .container > .grid > .grid-item.grid-item--sidebar {
  padding-left: 50px;
  padding-right: 50px;
  padding-left: 0;
  padding-right: 0;
}

.panel-contact__form .title,
.panel-contact__headoffice .title {
  margin-bottom: 20px;
}

.panel-contact__headoffice,
.panel-contact__image {
  display: block;
  width: 100%;
}

.panel-contact__headoffice {
  font-size: 14px;
  font-family: "walsheim-light", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #455259;
  line-height: 1.6;
}

.panel-contact__headoffice p + p {
  margin: 0;
}

.panel-contact__headoffice p:not(:last-child) {
  margin-bottom: 10px;
}

.panel-contact__headoffice a {
  font-family: "walsheim-med", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #455259;
}

html:not(.mobile):not(.tablet) .panel-contact__headoffice a:hover,
html:not(.mobile):not(.tablet) .panel-contact__headoffice a:focus,
.panel-contact__headoffice a.on_press {
  color: #82C341;
}

.panel-contact__image .bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 15%;
  width: 100%;
  max-width: 420px;
  display: block;
  border-radius: 8px;
}

.panel-contact__image .bg:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
}

.panel-contact .buttons {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

.panel-contact .btn {
  padding: 16px 20px;
}

.panel-centreDetails .title {
  max-width: 660px;
}

.panel-centreDetails .content {
  max-width: 600px;
  font-size: 14px;
}

.panel-centreDetails .content p:not(:last-child) {
  margin-bottom: 20px;
}

.panel-centreDetails .title + .content,
.panel-centreDetails .content + .author {
  margin-top: 20px;
}

.panel-centreDetails .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.panel-centreDetails .author__avatar {
  margin-right: 30px;
}

.panel-centreDetails .author__avatar .bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 15%;
  border-radius: 50px;
  width: 100px;
  height: 100px;
  display: block;
}

.panel-centreDetails .author__avatar .bg:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
}

.panel-centreDetails .author__content {
  font-size: 1.6rem;
  color: #455259;
}

.panel-centreDetails .author__content strong {
  display: block;
  width: 100%;
  font-family: "walsheim-reg", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 2.0rem;
  color: #3B464C;
}

.panel-centreDetails .author__stamp {
  margin-left: 50px;
}

.panel-centreDetails .author__stamp img {
  display: block;
  margin: 0;
  max-width: 100%;
}

.panel-centreDetails .grid-2 > .grid-item:nth-child(1) {
  padding-top: 40px;
  padding-bottom: 40px;
}

.panel-content-img .grid-item,
.panel-content-img__bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.panel-content-img .grid > .grid-item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.panel-content-img .content-wrap {
  -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  opacity: 0;
}

.panel-content-img .title + .content,
.panel-content-img .content + .buttons {
  margin-top: 20px;
}

.panel-content-img .content {
  font-size: 14px;
  color: #455259;
  line-height: 1.6;
}

.panel-content-img__bg {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 8px;
}

.panel-content-img__bg:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 72%;
}

.panel-content-img__bg:after,
.panel-content-img__bg .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.panel-content-img__bg:after {
  content: '';
  z-index: 2;
}

.panel-content-img__bg .bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 15%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0s ease-in-out;
  -o-transition: opacity 0s ease-in-out;
  transition: opacity 0s ease-in-out;
}

.panel-content-img .illo {
  position: absolute;
  z-index: 2;
  max-width: 100px;
  max-height: 100px;
}

.repeater .panel-content-img:nth-child(4n-3) .panel-content-img__bg:after {
  background-color: #82C341;
}

.repeater .panel-content-img:nth-child(4n-2) .panel-content-img__bg:after {
  background-color: #97A6D4;
}

.repeater .panel-content-img:nth-child(4n-1) .panel-content-img__bg:after {
  background-color: #E0970C;
}

.repeater .panel-content-img:nth-child(4n-0) .panel-content-img__bg:after {
  background-color: #41ABE4;
}

.repeater .panel-content-img:nth-child(4n-3) .illo {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-35%, 45%);
  -ms-transform: translate(-35%, 45%);
  transform: translate(-35%, 45%);
}

.repeater .panel-content-img:nth-child(4n-2) .illo {
  bottom: 0;
  right: 0;
  -webkit-transform: translate(35%, 45%);
  -ms-transform: translate(35%, 45%);
  transform: translate(35%, 45%);
}

.repeater .panel-content-img:nth-child(4n-1) .illo {
  top: 0;
  left: 0;
  -webkit-transform: translate(-35%, -45%);
  -ms-transform: translate(-35%, -45%);
  transform: translate(-35%, -45%);
}

.repeater .panel-content-img:nth-child(4n-0) .illo {
  top: 0;
  right: 0;
  -webkit-transform: translate(35%, -45%);
  -ms-transform: translate(35%, -45%);
  transform: translate(35%, -45%);
}

.repeater .panel-content-img:nth-child(even) .grid > .grid-item:nth-child(1) {
  padding-left: 0px;
  padding-right: 30px;
}

.repeater .panel-content-img:nth-child(even) .panel-content-img__bg:after {
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}

.repeater .panel-content-img:nth-child(even) .content-wrap {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}

.repeater .panel-content-img:nth-child(odd) .grid > .grid-item:nth-child(1) {
  padding-left: 30px;
  padding-right: 0px;
}

.repeater .panel-content-img:nth-child(odd) .panel-content-img__bg:after {
  -webkit-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  transform: translateX(-101%);
}

.repeater .panel-content-img:nth-child(odd) .content-wrap {
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}

.repeater .panel-content-img + .panel-content-img {
  margin-top: 40px;
}

.panel-content-img.is-reversed .panel-content-img__bg:after {
  background-color: #82C341;
}

.panel-content-img.is-reversed .illo {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-35%, 45%);
  -ms-transform: translate(-35%, 45%);
  transform: translate(-35%, 45%);
}

.panel-content-img.is-reversed .grid > .grid-item:nth-child(1) {
  padding-right: 30px;
}

.panel-content-img.is-reversed .panel-content-img__bg:after {
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}

.panel-content-img.is-reversed .content-wrap {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}

@-webkit-keyframes wipe-left {
  0% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
  }

  100% {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
  }
}

@keyframes wipe-left {
  0% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
  }

  100% {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
  }
}

@-webkit-keyframes wipe-right {
  0% {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
  }

  100% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
  }
}

@keyframes wipe-right {
  0% {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
  }

  100% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
  }
}

.panel-content-img .is-revealed .bg {
  opacity: 1;
  -webkit-transition-delay: 0.412s;
  -o-transition-delay: 0.412s;
  transition-delay: 0.412s;
}

.panel-content-img.is-reversed .is-revealed .content-wrap,
.repeater .panel-content-img:nth-child(odd) .is-revealed .content-wrap,
.repeater .panel-content-img:nth-child(even) .is-revealed .content-wrap {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.repeater .panel-content-img:nth-child(odd) .is-revealed .panel-content-img__bg:after {
  -webkit-animation: wipe-left 1.6s forwards cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
  animation: wipe-left 1.6s forwards cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
}

.panel-content-img.is-reversed .is-revealed .panel-content-img__bg:after,
.repeater .panel-content-img:nth-child(even) .is-revealed .panel-content-img__bg:after {
  -webkit-animation: wipe-right 1.6s forwards cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
  animation: wipe-right 1.6s forwards cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
}

.panel-enrol {
  position: relative;
  z-index: 2;
  text-align: center;
  overflow: hidden;
}

.panel-enrol .container {
  max-width: 600px;
  position: relative;
}

.panel-enrol .title + .content {
  margin-top: 20px;
}

.panel-enrol .content {
  font-size: 14px;
  line-height: 1.6;
}

.panel-enrol__inner {
  position: relative;
  z-index: 2;
}

.panel-enrol .buttons {
  padding-top: 20px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
}

.panel-enrol .bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  display: block;
  width: 100%;
  pointer-events: none;
  position: relative;
  z-index: 1;
  max-height: 820px;
}

.panel-enrol .bg:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 56.25%;
}

.panel-enrol .bg:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
}

.panel-gallery {
  position: relative;
  display: block;
  width: 100%;
}

.panel-gallery__slider__item .bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 15%;
  display: block;
  width: 100vw;
}

.panel-gallery__slider__item .bg:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 56.25%;
}

.panel-gallery__slider__controls {
  position: absolute;
  margin-top: -40px;
  right: 50px;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: none;
}

.panel-gallery__slider__controls .arrow {
  cursor: pointer;
  z-index: 2;
  padding: 0;
  margin: 0 50px;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.panel-gallery__slider__controls .arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}

.panel-gallery__slider__controls .arrow .icon:before {
  display: block;
  border-radius: 45px;
  text-align: center;
  background-color: #7CCDCB;
  color: white;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  width: 58px;
  height: 58px;
  line-height: 58px;
  font-size: 15px;
}

.panel-gallery__overlay {
  right: 30px;
  bottom: 80px;
  padding-left: 50px;
  padding-right: 30px;
  padding-top: 40px;
  max-width: 500px;
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  color: white;
  display: none;
}

.panel-gallery__overlay .title,
.panel-gallery__overlay .content {
  color: inherit;
  position: relative;
  z-index: 2;
}

.panel-gallery__overlay .title + .content {
  padding-top: 10px;
}

.panel-gallery__overlay svg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
}

.panel-gallery__overlay svg path {
  fill: #7CCDCB;
}

.panel-intro {
  display: block;
}

.panel-intro--centered {
  text-align: center;
}

.panel-intro--centered .panel-intro__content {
  max-width: 780px;
  margin: 0 auto;
}

.panel-intro--centered .buttons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.panel-intro__title {
  line-height: 1.2;
}

.panel-intro__content {
  font-size: 14px;
  line-height: 1.6;
}

.panel-intro__title + .panel-intro__content,
.panel-intro__title + .buttons,
.panel-intro__content + .buttons {
  margin-top: 20px;
}

.panel-intro__partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  margin-top: 30px;
  margin-left: -20px;
  margin-right: -20px;
}

.panel-intro__partners > * {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.panel-intro__partners img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}

.panel-intro__partners > a {
  max-width: 150px;
  display: block;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

html:not(.mobile):not(.tablet) .panel-intro__partners > a:hover,
html:not(.mobile):not(.tablet) .panel-intro__partners > a:focus,
.panel-intro__partners > a.on_press {
  opacity: .65;
}

.panel-timeline + .panel-journeys {
  margin-top: 40px;
  margin-bottom: 40px;
}

.panel-journeys .panel-intro + .title--scattered {
  margin-top: 40px;
}

.page-home .panel-journeys .container:not(.container--narrow) {
  padding-top: 50px;
  padding-bottom: 50px;
}

.page-learning .panel-journeys .container:not(.container--narrow) {
  padding-top: 50px;
  padding-bottom: 50px;
}

.panel-journeys .panel-intro + .grid,
.panel-journeys .panel-intro + .hidden + .grid {
  margin-top: 20px;
}

.panel-journeys .grid-item:nth-child(3n-2) .panel-journeys__item .btn .icon:before {
  color: #97A6D4;
}

.panel-journeys .grid-item:nth-child(3n-2) .panel-journeys__item svg path {
  fill: #97A6D4;
}

.panel-journeys .grid-item:nth-child(3n-2) .panel-journeys__item .age {
  color: #495475;
}

.panel-journeys .grid-item:nth-child(3n-2) .panel-journeys__item .bg {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.panel-journeys .grid-item:nth-child(3n-2) .panel-journeys__item .meta {
  -webkit-transition-delay: .25s;
  -o-transition-delay: .25s;
  transition-delay: .25s;
}

.panel-journeys .grid-item:nth-child(3n-2) .panel-journeys__item .content {
  -webkit-transition-delay: .15s;
  -o-transition-delay: .15s;
  transition-delay: .15s;
}

.panel-journeys .grid-item:nth-child(3n-2) .panel-journeys__item .buttons {
  -webkit-transition-delay: .25s;
  -o-transition-delay: .25s;
  transition-delay: .25s;
}

html:not(.mobile):not(.tablet) .panel-journeys .grid-item:nth-child(3n-2) .panel-journeys__item:hover .btn--outline,
html:not(.mobile):not(.tablet) .panel-journeys .grid-item:nth-child(3n-2) .panel-journeys__item:focus .btn--outline,
.panel-journeys .grid-item:nth-child(3n-2) .panel-journeys__item.on_press .btn--outline {
  -webkit-box-shadow: 0 0 0 2px #97A6D4;
  box-shadow: 0 0 0 2px #97A6D4;
}

.panel-journeys .grid-item:nth-child(3n-1) .panel-journeys__item .btn .icon:before {
  color: #7CCDCB;
}

.panel-journeys .grid-item:nth-child(3n-1) .panel-journeys__item svg path {
  fill: #7CCDCB;
}

.panel-journeys .grid-item:nth-child(3n-1) .panel-journeys__item .age {
  color: #336766;
}

.panel-journeys .grid-item:nth-child(3n-1) .panel-journeys__item .bg {
  -webkit-transition-delay: .15s;
  -o-transition-delay: .15s;
  transition-delay: .15s;
}

.panel-journeys .grid-item:nth-child(3n-1) .panel-journeys__item .meta {
  -webkit-transition-delay: .40s;
  -o-transition-delay: .40s;
  transition-delay: .40s;
}

.panel-journeys .grid-item:nth-child(3n-1) .panel-journeys__item .content {
  -webkit-transition-delay: .30s;
  -o-transition-delay: .30s;
  transition-delay: .30s;
}

.panel-journeys .grid-item:nth-child(3n-1) .panel-journeys__item .buttons {
  -webkit-transition-delay: .40s;
  -o-transition-delay: .40s;
  transition-delay: .40s;
}

html:not(.mobile):not(.tablet) .panel-journeys .grid-item:nth-child(3n-1) .panel-journeys__item:hover .btn--outline,
html:not(.mobile):not(.tablet) .panel-journeys .grid-item:nth-child(3n-1) .panel-journeys__item:focus .btn--outline,
.panel-journeys .grid-item:nth-child(3n-1) .panel-journeys__item.on_press .btn--outline {
  -webkit-box-shadow: 0 0 0 2px #7CCDCB;
  box-shadow: 0 0 0 2px #7CCDCB;
}

.panel-journeys .grid-item:nth-child(3n) .panel-journeys__item .btn .icon:before {
  color: #41ABE4;
}

.panel-journeys .grid-item:nth-child(3n) .panel-journeys__item svg path {
  fill: #41ABE4;
}

.panel-journeys .grid-item:nth-child(3n) .panel-journeys__item .age {
  color: white;
}

.panel-journeys .grid-item:nth-child(3n) .panel-journeys__item .bg {
  -webkit-transition-delay: .30s;
  -o-transition-delay: .30s;
  transition-delay: .30s;
}

.panel-journeys .grid-item:nth-child(3n) .panel-journeys__item .meta {
  -webkit-transition-delay: .55s;
  -o-transition-delay: .55s;
  transition-delay: .55s;
}

.panel-journeys .grid-item:nth-child(3n) .panel-journeys__item .content {
  -webkit-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.panel-journeys .grid-item:nth-child(3n) .panel-journeys__item .buttons {
  -webkit-transition-delay: 0.55s;
  -o-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

html:not(.mobile):not(.tablet) .panel-journeys .grid-item:nth-child(3n) .panel-journeys__item:hover .btn--outline,
html:not(.mobile):not(.tablet) .panel-journeys .grid-item:nth-child(3n) .panel-journeys__item:focus .btn--outline,
.panel-journeys .grid-item:nth-child(3n) .panel-journeys__item.on_press .btn--outline {
  -webkit-box-shadow: 0 0 0 2px #41ABE4;
  box-shadow: 0 0 0 2px #41ABE4;
}

.panel-journeys__item {
  line-height: 1.6;
  text-align: center;
}

.panel-journeys__item .content {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}

.panel-journeys__item .buttons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.panel-journeys__item .content,
.panel-journeys__item .buttons {
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}

html:not(.mobile):not(.tablet) .panel-journeys__item:hover .meta svg,
html:not(.mobile):not(.tablet) .panel-journeys__item:focus .meta svg,
.panel-journeys__item.on_press .meta svg {
  -webkit-transform: scale(1.1) rotate(10deg);
  -ms-transform: scale(1.1) rotate(10deg);
  transform: scale(1.1) rotate(10deg);
}

.panel-journeys__image {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: block;
  position: relative;
}

.panel-journeys__image:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
}

.panel-journeys__image .title,
.panel-journeys__image .meta,
.panel-journeys__image .bg {
  position: absolute;
}

.panel-journeys__image .title {
  left: 0;
  top: 50%;
  display: block;
  z-index: 4;
  padding: 50px;
  color: white;
  text-shadow: 0 5px 6px rgba(0, 0, 0, 0.25);
  line-height: 1;
  text-align: center;
  width: 100%;
}

.panel-journeys__image .title strong {
  display: block;
  width: 100%;
  padding-left: 25px;
}

.panel-journeys__image .meta {
  left: 50%;
  bottom: -30px;
  display: block;
  z-index: 3;
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: translateX(-50%) scale(0) rotate(-30deg);
  -ms-transform: translateX(-50%) scale(0) rotate(-30deg);
  transform: translateX(-50%) scale(0) rotate(-30deg);
}

.is-revealed .panel-journeys__image .meta {
  -webkit-transform: translateX(-50%) scale(1) rotate(0deg);
  -ms-transform: translateX(-50%) scale(1) rotate(0deg);
  transform: translateX(-50%) scale(1) rotate(0deg);
}

.panel-journeys__image .meta svg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.panel-journeys__image .meta .age {
  font-size: 8px;
  display: block;
  position: relative;
  z-index: 2;
  font-family: "walsheim-bold", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1;
  padding: 20px 25px;
}

.panel-journeys__image .meta .age strong {
  font-size: 22px;
  font-family: "walsheim-bold", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  display: block;
  width: 100%;
  color: white;
  white-space: nowrap;
}

.panel-journeys__image .bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 15%;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 200px;
  background-color: #EAEAEA;
  overflow: hidden;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-transform: scale(0.9) rotate(-2deg);
  -ms-transform: scale(0.9) rotate(-2deg);
  transform: scale(0.9) rotate(-2deg);
}

.is-revealed .panel-journeys__image .bg {
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}

.panel-journeys__image .bg:after {
  content: '';
  width: 200%;
  height: 200%;
  display: block;
  position: absolute;
  right: 100%;
  top: 100%;
  z-index: 2;
  -webkit-transform: translate(60%, -60%);
  -ms-transform: translate(60%, -60%);
  transform: translate(60%, -60%);
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%);
  background: -o-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%);
}

.panel-journeys .is-revealed .panel-journeys__item .content,
.panel-journeys .is-revealed .panel-journeys__item .buttons {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.panel-journeys__image + .content {
  margin-top: 60px;
}

.panel-journeys .content + .buttons {
  margin-top: 20px;
}

.panel-mosaic h3 {
  text-align: center;
  margin-bottom: 30px;
}

.panel-mosaic .bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 15%;
  width: 100%;
  display: block;
}

.panel-mosaic .bg:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 56.25%;
}

.panel-mosaic a.bg {
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

html:not(.mobile):not(.tablet) .panel-mosaic a.bg:hover,
html:not(.mobile):not(.tablet) .panel-mosaic a.bg:focus,
.panel-mosaic a.bg.on_press {
  opacity: .85;
}

.panel-mosaic .arrow {
  cursor: pointer;
  z-index: 2;
  padding: 0;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.panel-mosaic .arrow--prev {
  left: 0;
  margin-left: -20px;
}

.panel-mosaic .arrow--prev .icon:before {
  position: relative;
}

.panel-mosaic .arrow--next {
  right: 0;
  margin-right: -20px;
}

.panel-mosaic .arrow--next .icon:before {
  position: relative;
}

.panel-mosaic .arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}

.panel-mosaic .arrow .icon {
  display: block;
  text-align: center;
  background-color: #7CCDCB;
  color: white;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  font-size: 15px;
}

.panel-people .container--people {
  max-width: 1605px;
}

.panel-people .slick-slider {
  padding-top: 50px;
}

.panel-people .slick-slider.grid.gutter-50 {
  margin-left: 0;
}

.panel-people .slick-slider.grid.gutter-50 > div {
  padding-left: 0;
}

.panel-people .slick-slider .arrow {
  position: absolute;
  top: 50%;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
}

.panel-people .slick-slider .arrow--prev {
  right: 100%;
}

.panel-people .slick-slider .arrow--next {
  left: 100%;
}

.panel-people .slick-slider .arrow .icon:before {
  color: #41ABE4;
}

.panel-people .grid .grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding-top: 100px;
}

.panel-people__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 8px;
  background-color: white;
  text-align: center;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  padding-top: 0;
}

.slick-list .panel-people__item {
  margin: 0 1.5625vw;
}

html:not(.mobile):not(.tablet) .panel-people__item:hover .text-link,
html:not(.mobile):not(.tablet) .panel-people__item:focus .text-link,
.panel-people__item.on_press .text-link {
  color: #82C341;
}

.panel-people__item .content,
.panel-people__item .text-link {
  font-size: 16px;
}

.panel-people__item .title,
.panel-people__item .text-link {
  margin-top: 20px;
}

.panel-people__item .title {
  margin-bottom: 10px;
}

.panel-people__item .content {
  color: #3B464C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.panel-people__item .text-link {
  color: #41ABE4;
  display: block;
}

.panel-people__avatar {
  max-width: 200px;
  margin: 0 auto;
  margin-top: -100px;
}

.panel-people__avatar,
.panel-people__avatar .bg {
  width: 100%;
  display: block;
}

.panel-people__avatar .bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}

.panel-people__avatar .bg:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
}

.panel-pointers .grid {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.panel-pointers .grid > .grid-item--full {
  margin-top: 50px;
}

.panel-pointers__item {
  max-width: 300px;
  text-align: center;
  margin: 0 auto;
}

.panel-pointers__item .illo {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 200px;
}

.panel-pointers__item .title {
  font-size: 18px;
  color: #3B464C;
}

.panel-pointers__item .title + .content {
  margin-top: 10px;
}

.panel-pointers__item .content {
  font-size: 14px;
  line-height: 1.4;
  color: #455259;
}

.panel-quote figure {
  display: block;
  max-width: 780px;
  margin: 0 auto;
  color: #3B3E40;
}

.panel-quote figure figcaption {
  font-size: 14px;
  color: #3B464C;
}

.panel-quote figure blockquote + figcaption {
  margin-top: 20px;
}

.panel-quote blockquote {
  font-size: 16px;
  position: relative;
  margin: 0;
}

.panel-quote blockquote:before {
  content: '“';
  color: #82C341;
  font-size: 10.0rem;
  font-family: "walsheim-bold", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  position: absolute;
  right: 100%;
  top: 0;
  line-height: 1;
  pointer-events: none;
  padding: 0 20px;
  display: block;
  margin-top: -10px;
}

.panel-statement {
  position: relative;
  z-index: 1;
}

.panel-statement .container {
  position: relative;
}

.panel-statement__content {
  font-size: 14px;
}

.panel-statement__content .content {
  color: #3B464C;
  line-height: 1.6;
}

.panel-statement__content .title + .content,
.panel-statement__content p + p {
  margin-top: 20px;
}

.panel-statement .grid {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.panel-statement .grid > .grid-item {
  position: relative;
  z-index: 2;
}

.panel-statement__bg {
  border-radius: 8px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.panel-statement__bg:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
}

.panel-statement__bg:after,
.panel-statement__bg .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.panel-statement__bg:after {
  content: '';
  z-index: 2;
}

.panel-statement__bg .bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0s ease-in-out;
  -o-transition: opacity 0s ease-in-out;
  transition: opacity 0s ease-in-out;
}

.panel-statement__content {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  z-index: 2;
  background-color: white;
  -webkit-box-shadow: 0 20px 40px rgba(74, 117, 121, 0.22);
  box-shadow: 0 20px 40px rgba(74, 117, 121, 0.22);
  border-radius: 8px;
  margin-left: -50px;
}

.panel-statement__blot {
  position: absolute;
  top: 100%;
  left: 50%;
  pointer-events: none;
  -webkit-animation: blot-morph 15s infinite linear;
  animation: blot-morph 15s infinite linear;
}

.panel-statement__blot__wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.panel-statement__blot svg {
  -webkit-transform: translate(-50%, -75%);
  -ms-transform: translate(-50%, -75%);
  transform: translate(-50%, -75%);
  display: block;
}

@-webkit-keyframes blot-morph {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }

  15% {
    -webkit-transform: scale(1.01) rotate(-2deg);
    transform: scale(1.01) rotate(-2deg);
  }

  30% {
    -webkit-transform: scale(1.012) rotate(1deg);
    transform: scale(1.012) rotate(1deg);
  }

  45% {
    -webkit-transform: scale(0.98) rotate(0deg);
    transform: scale(0.98) rotate(0deg);
  }

  65% {
    -webkit-transform: scale(0.99) rotate(2deg);
    transform: scale(0.99) rotate(2deg);
  }

  75% {
    -webkit-transform: scale(1.02) rotate(-1deg);
    transform: scale(1.02) rotate(-1deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
}

@keyframes blot-morph {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }

  15% {
    -webkit-transform: scale(1.01) rotate(-2deg);
    transform: scale(1.01) rotate(-2deg);
  }

  30% {
    -webkit-transform: scale(1.012) rotate(1deg);
    transform: scale(1.012) rotate(1deg);
  }

  45% {
    -webkit-transform: scale(0.98) rotate(0deg);
    transform: scale(0.98) rotate(0deg);
  }

  65% {
    -webkit-transform: scale(0.99) rotate(2deg);
    transform: scale(0.99) rotate(2deg);
  }

  75% {
    -webkit-transform: scale(1.02) rotate(-1deg);
    transform: scale(1.02) rotate(-1deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
}

.panel-statement .illo {
  position: absolute;
  top: 0;
  z-index: 3;
  max-width: 100px;
}

.repeater .panel-statement:nth-child(4n-3) .panel-statement__bg:after {
  background-color: #82C341;
}

.repeater .panel-statement:nth-child(4n-2) .panel-statement__bg:after {
  background-color: #97A6D4;
}

.repeater .panel-statement:nth-child(4n-1) .panel-statement__bg:after {
  background-color: #E0970C;
}

.repeater .panel-statement:nth-child(4n-0) .panel-statement__bg:after {
  background-color: #41ABE4;
}

.panel-statement:not(.panel-statement--reverse) .panel-statement__bg:after {
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}

.panel-statement.panel-statement--reverse .panel-statement__bg:after {
  -webkit-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  transform: translateX(-101%);
}

.panel-statement .is-revealed .bg {
  opacity: 1;
  -webkit-transition-delay: 0.412s;
  -o-transition-delay: 0.412s;
  transition-delay: 0.412s;
}

.repeater .panel-statement:not(.panel-statement--reverse) .is-revealed .panel-statement__bg:after {
  -webkit-animation: wipe-left 1.6s forwards cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
  animation: wipe-left 1.6s forwards cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
}

.repeater .panel-statement.panel-statement--reverse .is-revealed .panel-statement__bg:after {
  -webkit-animation: wipe-right 1.6s forwards cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
  animation: wipe-right 1.6s forwards cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
}

@keyframes wipe-left {
  0% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
  }

  100% {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
  }
}

@keyframes wipe-right {
  0% {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
  }

  100% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
  }
}

.panel-tabs {
  border-radius: 20px;
  border: 1px solid #EAEAEA;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.panel-tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  list-style: none;
  margin: 0;
  border-bottom: 1px solid #EAEAEA;
}

.panel-tabs__nav li {
  padding: 0;
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.panel-tabs__nav li:not(:last-child) {
  border-right: 1px solid #EAEAEA;
}

.panel-tabs__nav button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  padding: 0;
  font-family: "walsheim-med", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #455259;
  font-size: 14px;
  height: 50px;
}

.panel-tabs__nav button .text {
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.panel-tabs__nav li.is-active {
  border-right: 0;
  position: relative;
}

.panel-tabs__nav li.is-active:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -1px;
  margin-left: -1px;
  margin-right: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: #82C341;
  z-index: 1;
}

.panel-tabs__nav li.is-active:first-child:before {
  border-radius: 21px 0 0 0;
}

.panel-tabs__nav li.is-active:last-child:before {
  border-radius: 0 21px 0 0;
}

.panel-tabs__nav li.is-active > button {
  position: relative;
  z-index: 2;
  color: white;
  font-family: "walsheim-bold", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  cursor: default;
}

html:not(.mobile):not(.tablet) .panel-tabs__nav li:not(.is-active) button:hover .text,
html:not(.mobile):not(.tablet) .panel-tabs__nav li:not(.is-active) button:focus .text,
.panel-tabs__nav li:not(.is-active) button.on_press .text {
  opacity: .65;
}

.panel-tabs__tab {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.panel-tabs__tab:not(.is-active) {
  display: none;
}

.panel-tabs .title--fancy__decorative .text {
  padding: 10px 15px;
}

.panel-tabs .content {
  line-height: 1.6;
  margin-bottom: 30px;
}

.panel-tabs .title + .content {
  margin-top: 20px;
}

.panel-tabs .buttons {
  padding: 30px;
}

.panel-tabs #tab-register {
  padding-bottom: 0 !important;
}

.panel-testimonial {
  position: relative;
  z-index: 2;
}

.panel-testimonial__content {
  width: 100%;
  padding: 40px;
}

.panel-testimonial__image .bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 15%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.panel-testimonial figure {
  display: block;
  max-width: 440px;
  margin: 0 auto;
  color: #455259;
}

.panel-testimonial figure figcaption {
  font-size: 14px;
  color: #3B464C;
}

.panel-testimonial figure blockquote + figcaption {
  margin-top: 20px;
}

.panel-testimonial blockquote {
  font-size: 16px;
  padding-top: 30px;
  position: relative;
  margin: 0;
}

.panel-testimonial blockquote:before {
  content: '“';
  color: #82C341;
  font-size: 10.0rem;
  font-family: "walsheim-reg", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  pointer-events: none;
  display: block;
}

.panel-testimonial[class*="theme-"] {
  color: white;
}

.panel-testimonial[class*="theme-"] figure,
.panel-testimonial[class*="theme-"] figcaption,
.panel-testimonial[class*="theme-"] blockquote:before {
  color: inherit;
}

.panel-testimonial.theme-green .panel-testimonial__content {
  background-color: #82C341;
}

.panel-testimonial.theme-teal .panel-testimonial__content {
  background-color: #7CCDCB;
}

.panel-testimonial.theme-blue .panel-testimonial__content {
  background-color: #41ABE4;
}

.panel-testimonial.theme-dark .panel-testimonial__content {
  background-color: #3B464C;
}

.panel-testimonial.theme-dark .panel-testimonial__content blockquote:before {
  color: #41ABE4;
}

.panel-timeline {
  position: relative;
  z-index: 2;
  padding: 75px 0;
}

.panel-timeline .container {
  overflow: hidden;
}

.panel-timeline > .illo {
  position: absolute;
  left: 50%;
  z-index: 2;
}

.panel-timeline > .illo svg {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.panel-timeline > .illo--sun {
  top: 0;
}

.panel-timeline > .illo--moon {
  top: 100%;
}

.theme-purple .panel-timeline {
  background-color: #EDF1FF;
}

.theme-purple .panel-timeline .panel-timeline-item__line:before,
.theme-purple .panel-timeline .panel-timeline-item__line:after {
  background-color: #bbc5e3;
}

.theme-purple .panel-timeline .pre-title {
  color: #97A6D4;
}

.theme-purple .panel-timeline-item--info .panel-timeline-item__inner:before {
  border-color: #bbc5e3;
}

.theme-teal .panel-timeline {
  background-color: #EAF4FC;
}

.theme-teal .panel-timeline .panel-timeline-item__line:before,
.theme-teal .panel-timeline .panel-timeline-item__line:after {
  background-color: #a1dbda;
}

.theme-teal .panel-timeline .pre-title {
  color: #7CCDCB;
}

.theme-teal .panel-timeline-item--info .panel-timeline-item__inner:before {
  border-color: #a1dbda;
}

.theme-blue .panel-timeline {
  background-color: #F0FAFF;
}

.theme-blue .panel-timeline .panel-timeline-item__line:before,
.theme-blue .panel-timeline .panel-timeline-item__line:after {
  background-color: #6ebfea;
}

.theme-blue .panel-timeline .pre-title {
  color: #41ABE4;
}

.theme-blue .panel-timeline-item--info .panel-timeline-item__inner:before {
  border-color: #6ebfea;
}

.panel-timeline-item {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.panel-timeline-item:first-child {
  margin-top: 40px;
}

.panel-timeline-item:last-child {
  margin-bottom: 40px;
}

.panel-timeline-item + .panel-timeline-item {
  margin-top: 50px;
}

.panel-timeline-item .panel-timeline-item__bg,
.panel-timeline-item .panel-timeline-item__content {
  padding-left: 30px;
  padding-right: 30px;
  width: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.panel-timeline-item .panel-timeline-item__bg {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.panel-timeline-item .panel-timeline-item__bg .bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 15%;
  max-width: 450px;
  width: 100%;
  display: inline-block;
  background-color: #455259;
  border-radius: 12px;
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
}

.panel-timeline-item .panel-timeline-item__bg .bg:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 56.25%;
}

.panel-timeline-item .panel-timeline-item__content {
  font-size: 16px;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.panel-timeline-item .panel-timeline-item__content .pre-title {
  font-size: 16px;
  font-family: "walsheim-bold", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.panel-timeline-item .panel-timeline-item__content .title + .content {
  margin-top: 10px;
}

.panel-timeline-item .panel-timeline-item__content .content p:not(:last-child) {
  margin-bottom: 10px;
}

.panel-timeline-item .panel-timeline-item__content .content {
  color: #3B464C;
  max-width: 420px;
}

.panel-timeline-item .panel-timeline-item__line {
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin-left: -1px;
  width: 3px;
  height: 100vw;
  z-index: 1;
  margin-bottom: -40px;
}

.panel-timeline-item .panel-timeline-item__line:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: -webkit-transform 1.2s ease-in-out;
  transition: -webkit-transform 1.2s ease-in-out;
  -o-transition: transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
}

.panel-timeline-item .panel-timeline-item__line:after {
  width: 20px;
  content: '';
  position: absolute;
  bottom: 0;
  height: 3px;
  display: block;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  transition: -webkit-transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.panel-timeline-item svg {
  max-width: 170px;
}

.panel-timeline-item--info .panel-timeline-item__inner {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 640px;
  display: block;
  position: relative;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  text-align: center;
}

.panel-timeline-item--info .panel-timeline-item__inner:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 12px;
  border-width: 2px;
  border-style: solid;
}

.panel-timeline-item--info .illo,
.panel-timeline-item--info .title,
.panel-timeline-item--info .content {
  position: relative;
  z-index: 2;
}

.panel-timeline-item--info .illo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.panel-timeline-item--info .illo + .title {
  margin-top: 10px;
}

.panel-timeline-item--info .title + .content {
  margin-top: 10px;
}

.panel-timeline-item--info .title,
.panel-timeline-item--info .content,
.panel-timeline-item--info .panel-timeline-item__inner:before {
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.8s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out, transform 0.8s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.8s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}

.panel-timeline-item--info .panel-timeline-item__inner:before {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.panel-timeline-item--info .title {
  -webkit-transition-delay: 0.88s;
  -o-transition-delay: 0.88s;
  transition-delay: 0.88s;
}

.panel-timeline-item--info .content {
  font-size: 14px;
  color: #3B464C;
  -webkit-transition-delay: 0.96s;
  -o-transition-delay: 0.96s;
  transition-delay: 0.96s;
}

.panel-timeline-item--info.is-revealed .title,
.panel-timeline-item--info.is-revealed .content,
.panel-timeline-item--info.is-revealed .panel-timeline-item__inner:before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.panel-wysiwyg {
  font-size: 16px;
}

.panel-wysiwyg:after {
  content: '';
  clear: both;
  display: table;
}

.panel-wysiwyg .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.panel-wysiwyg .wp-caption[class*="align"] img {
  margin-bottom: 0;
}

.panel-wysiwyg .wp-caption-text {
  font-size: 14px;
  border-bottom: 1px solid #EAEAEA;
  line-height: 1.2;
  padding: 15px 0;
  color: #677484;
  margin-top: 0;
}

.panel-wysiwyg .wp-caption-text strong {
  margin-right: 10px;
  color: #3B464C;
}

.panel-wysiwyg .aligncenter,
.panel-wysiwyg .alignnone {
  clear: both;
  width: 100%;
  margin: 50px 0;
  clear: both;
}

.panel-wysiwyg .aligncenter {
  text-align: center;
}

.panel-wysiwyg .aligncenter .wp-caption-text {
  margin-left: auto;
  margin-right: auto;
}

.panel-wysiwyg .aligncenter img {
  margin: 0 auto;
}

.panel-wysiwyg .alignleft img,
.panel-wysiwyg .alignright img,
.panel-wysiwyg .aligncenter img,
.panel-wysiwyg .alignnone img {
  margin-bottom: 13px;
}

.panel-wysiwyg img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}

.panel-wysiwyg a {
  color: #41ABE4;
}

.panel-wysiwyg a:hover {
  color: #41ABE4;
  text-decoration: underline;
}

.panel-wysiwyg h2,
.panel-wysiwyg h3,
.panel-wysiwyg h4,
.panel-wysiwyg h5,
.panel-wysiwyg h6 {
  font-family: "walsheim-bold", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #3B464C;
}

.panel-wysiwyg h2 {
  font-size: 25px;
}

.panel-wysiwyg h3 {
  font-size: 22px;
}

.panel-wysiwyg h4 {
  font-size: 20px;
  font-family: "walsheim-med", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.panel-wysiwyg h5 {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "walsheim-bold", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  letter-spacing: 0.01em;
}

.panel-wysiwyg h6 {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "walsheim-bold", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  letter-spacing: 0.01em;
}

.panel-wysiwyg * + h2 {
  margin-top: 20px;
}

.panel-wysiwyg * + h3,
.panel-wysiwyg * + h4,
.panel-wysiwyg * + h5,
.panel-wysiwyg * + h6,
.panel-wysiwyg * + p,
.panel-wysiwyg * + ul,
.panel-wysiwyg * + ol,
.panel-wysiwyg * + img {
  margin-top: 20px;
}

.panel-wysiwyg * + blockquote {
  margin-top: 20px;
}

.panel-wysiwyg h1 + blockquote,
.panel-wysiwyg h1 + p,
.panel-wysiwyg h1 + ul,
.panel-wysiwyg h1 + ol,
.panel-wysiwyg h1 + img,
.panel-wysiwyg h2 + blockquote,
.panel-wysiwyg h2 + p,
.panel-wysiwyg h2 + ul,
.panel-wysiwyg h2 + ol,
.panel-wysiwyg h2 + img,
.panel-wysiwyg h3 + blockquote,
.panel-wysiwyg h3 + p,
.panel-wysiwyg h3 + ul,
.panel-wysiwyg h3 + ol,
.panel-wysiwyg h3 + img,
.panel-wysiwyg h4 + blockquote,
.panel-wysiwyg h4 + p,
.panel-wysiwyg h4 + ul,
.panel-wysiwyg h4 + ol,
.panel-wysiwyg h4 + img,
.panel-wysiwyg h5 + blockquote,
.panel-wysiwyg h5 + p,
.panel-wysiwyg h5 + ul,
.panel-wysiwyg h5 + ol,
.panel-wysiwyg h5 + img,
.panel-wysiwyg h6 + blockquote,
.panel-wysiwyg h6 + p,
.panel-wysiwyg h6 + ul,
.panel-wysiwyg h6 + ol,
.panel-wysiwyg h6 + img {
  margin-top: 10px;
}

.panel-wysiwyg *:last-child {
  margin-bottom: 0;
}

.panel-wysiwyg hr {
  border: 0;
  padding: 0;
  margin: 0;
  display: block;
  height: 2px;
  width: 100%;
  position: relative;
  clear: both;
  margin-top: 30px;
  margin-bottom: 30px;
}

.panel-wysiwyg hr:before,
.panel-wysiwyg hr:after {
  content: '';
  width: 100%;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  height: 2px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.panel-wysiwyg hr:before {
  background-color: #3B464C;
  opacity: .1;
  max-width: 500px;
}

.panel-wysiwyg hr:after {
  background-color: #82C341;
  max-width: 100px;
}

.panel-wysiwyg ul,
.panel-wysiwyg ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.panel-wysiwyg ul > li,
.panel-wysiwyg ol > li {
  padding-left: 20px;
  position: relative;
}

.panel-wysiwyg ul > li + li,
.panel-wysiwyg ol > li + li {
  margin-top: 10px;
}

.panel-wysiwyg ul > li:before,
.panel-wysiwyg ol > li:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.panel-wysiwyg ul ul,
.panel-wysiwyg ul ol,
.panel-wysiwyg ol ul,
.panel-wysiwyg ol ol {
  list-style: circle;
  margin-bottom: 15px;
}

.panel-wysiwyg ul li:before {
  content: '';
  top: 5px;
  width: 10px;
  height: 10px;
  border: 1.5px solid #EAEAEA;
  border-radius: 5px;
}

.panel-wysiwyg ol {
  counter-reset: list-counter;
}

.panel-wysiwyg ol li {
  counter-increment: list-counter;
}

.panel-wysiwyg ol li:before {
  font-size: 16px;
  top: 0px;
  content: counter(list-counter);
  font-family: "walsheim-bold", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.panel-wysiwyg .iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.panel-wysiwyg .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-home .panel-intro > .container {
  padding-top: 30px;
  padding-bottom: 30px;
}

.page-home .panel-pointers > .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.page-learning .panel-journeys {
  margin-bottom: 50px;
}

.page-learning .repeater .panel-statement + .panel-quote {
  margin-top: 50px;
}

.page-learning .repeater .panel-quote + .panel-statement {
  margin-top: 50px;
}

.page-learning .panel-enrol .container {
  padding-top: 50px;
}

.page-story .panel-statement--reverse {
  margin-top: 50px;
  margin-bottom: 50px;
}

.page-story .panel-statement {
  margin-bottom: 50px;
}

.page-story .panel-pointers {
  margin-top: 50px;
  margin-bottom: 50px;
}

.page-story .panel-pointers .grid > .grid-item--full {
  position: relative;
  margin-top: 0px;
  top: 35px;
  margin-bottom: 20px;
}

.page-story .panel-pointers .title--scattered > div:nth-child(1) > div:nth-child(2) {
  top: -20px;
}

.page-story .panel-pointers .title--scattered > div:nth-child(1) > div:nth-child(3) {
  top: -32px;
}

.page-story .panel-pointers .title--scattered > div:nth-child(2) > div:nth-child(1) {
  top: 0px;
}

.page-story .panel-pointers .title--scattered > div:nth-child(2) > div:nth-child(2) {
  top: -19px;
}

.page-story .panel-pointers .title--scattered > div:nth-child(2) > div:nth-child(3) {
  top: -38px;
}

.page-story .panel-pointers .title--scattered > div:nth-child(2) > div:nth-child(5) {
  top: -10px;
}

.page-story .panel-pointers .title--scattered > div:nth-child(2) > div:nth-child(6) {
  top: -35px;
}

.page-story .panel-intro--centered {
  margin-top: 50px;
  margin-bottom: 50px;
}

.page-careers__panel1 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.page-careers__panel2 {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.page-careers__panel3 {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}

.page-careers__panel4 {
  margin-bottom: 50px;
}

.page-careers__panel5 {
  margin-bottom: 50px;
}

.page-careers__panel6 {
  margin-bottom: 50px;
}

.page-careers__panel5 .panel-intro,
.page-careers__panel6 .panel-intro {
  margin-bottom: 50px;
}

.page-careers__panel7 {
  margin-bottom: 50px;
}

.page-careers__panel8 {
  margin-bottom: 50px;
}

.page-centre__panel1 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.page-centre__panel1 .panel-statement__blot {
  top: 90%;
}

.page-centre .panel-centreDetails {
  margin-bottom: 10px;
}

.page-single__panel1 {
  margin-bottom: 20px;
}

.page-single__panel2 {
  margin-bottom: 50px;
}

.page-single__panel3 {
  margin-bottom: 50px;
}

.page-single__panel4 {
  margin-bottom: 50px;
}

.page-single__panel5 {
  margin-bottom: 50px;
}

.page-single__panel6 {
  margin-bottom: 50px;
}

.page-single__panel7 {
  margin-bottom: 0px;
}

.page-contact .buttons {
  padding-top: 30px;
}

.page-enrol .panel-content-img .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.page-register > .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.page-404 .hero {
  overflow: hidden;
}

.page-404 .hero .bg {
  background-position: top center;
}

.page-404 .hero .bg:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
}

.map-tooltip {
  background-color: white;
  border: 1px solid #EAEAEA;
  border-radius: 4px;
  color: #3B464C;
  display: block;
  position: relative;
  z-index: 10;
  width: 450px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.map-tooltip:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: white transparent transparent transparent;
}

.map-tooltip a {
  color: #3B464C;
}

html:not(.mobile):not(.tablet) .map-tooltip a:hover,
html:not(.mobile):not(.tablet) .map-tooltip a:focus,
.map-tooltip a.on_press {
  color: #82C341;
}

.map-tooltip .title {
  font-size: 16px;
  text-shadow: none;
  line-height: 1;
}

.map-tooltip .title + .address {
  margin-top: 5px;
}

.map-tooltip .address + .contact {
  margin-top: 15px;
}

.map-tooltip .address a {
  display: inline-block;
  line-height: 27px;
  white-space: nowrap;
  padding-left: 9px;
  padding-right: 9px;
  background-color: #F5F5F5;
  color: #747474;
  border-radius: 3px;
  font-size: 1.2rem;
  margin-left: 5px;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

html:not(.mobile):not(.tablet) .map-tooltip .address a:hover,
html:not(.mobile):not(.tablet) .map-tooltip .address a:focus,
.map-tooltip .address a.on_press {
  background-color: #82C341;
  color: white;
}

.map-tooltip .status {
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 20px;
}

.map-tooltip .status .logo-mark {
  height: 28px;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

.map-tooltip .status svg,
.map-tooltip .status .logo-mark {
  margin: 0 10px;
}

.map-tooltip .status strong {
  color: #82C341;
  font-family: "walsheim-med", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  opacity: .8;
}

.map-tooltip .btn {
  color: white;
  background-color: #82C341;
  line-height: 1;
  font-size: 1.4rem;
  font-family: "walsheim-med", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding: 11px 17px;
  border-radius: 3px;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

html:not(.mobile):not(.tablet) .map-tooltip .btn:hover,
html:not(.mobile):not(.tablet) .map-tooltip .btn:focus,
.map-tooltip .btn.on_press {
  color: white;
  background-color: #41ABE4;
}

.map-tooltip.is-now-open .status strong {
  color: #82C341;
}

.map-tooltip.is-opening-soon .status strong {
  color: #7CCDCB;
}

.map-tooltip.is-planned .status strong {
  color: #E0970C;
}

.map-tooltip .close {
  position: absolute;
  display: block;
  right: 0;
  bottom: 100%;
  z-index: 5;
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
}

.map-tooltip .close:before,
.map-tooltip .close:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1px;
  margin-top: -10px;
  width: 2px;
  height: 20px;
  border-radius: 2px;
  display: block;
  background-color: #000;
}

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

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

@media screen and (min-width: 375px) {
  .gutter-150 {
    margin-left: calc(-60px + -90 * (100vw - 375px) / 1425);
  }

  .gutter-150 > div {
    padding-left: calc(60px + 90 * (100vw - 375px) / 1425);
  }

  .gutter-100 {
    margin-left: calc(-40px + -60 * (100vw - 375px) / 1425);
  }

  .gutter-100 > div {
    padding-left: calc(40px + 60 * (100vw - 375px) / 1425);
  }

  .gutter-50 {
    margin-left: calc(-20px + -30 * (100vw - 375px) / 1425);
  }

  .gutter-50 > div {
    padding-left: calc(20px + 30 * (100vw - 375px) / 1425);
  }

  .gutter-40 {
    margin-left: calc(-20px + -20 * (100vw - 375px) / 1425);
  }

  .gutter-40 > div {
    padding-left: calc(20px + 20 * (100vw - 375px) / 1425);
  }

  .gutter-30 {
    margin-left: calc(-20px + -10 * (100vw - 375px) / 1425);
  }

  .gutter-30 > div {
    padding-left: calc(20px + 10 * (100vw - 375px) / 1425);
  }

  .separate-50 > div {
    margin-bottom: calc(20px + 30 * (100vw - 375px) / 1425);
  }

  .separate-40 > div {
    margin-bottom: calc(20px + 20 * (100vw - 375px) / 1425);
  }

  .separate-30 > div {
    margin-bottom: calc(20px + 10 * (100vw - 375px) / 1425);
  }

  .text-16 {
    font-size: calc(12px + 4 * (100vw - 375px) / 1425);
  }

  .text-15 {
    font-size: calc(12px + 3 * (100vw - 375px) / 1425);
  }

  .text-14 {
    font-size: calc(12px + 2 * (100vw - 375px) / 1425);
  }

  .text-13 {
    font-size: calc(12px + 1 * (100vw - 375px) / 1425);
  }

  .text-200 {
    font-size: calc(25px + 175 * (100vw - 375px) / 1425);
  }

  .text-130 {
    font-size: calc(25px + 105 * (100vw - 375px) / 1425);
  }

  .text-70 {
    font-size: calc(35px + 35 * (100vw - 375px) / 1425);
  }

  .text-50 {
    font-size: calc(25px + 25 * (100vw - 375px) / 1425);
  }

  .text-40 {
    font-size: calc(20px + 20 * (100vw - 375px) / 1425);
  }

  .text-36 {
    font-size: calc(18px + 18 * (100vw - 375px) / 1425);
  }

  .text-30 {
    font-size: calc(16px + 14 * (100vw - 375px) / 1425);
  }

  .text-32 {
    font-size: calc(16px + 16 * (100vw - 375px) / 1425);
  }

  .text-28 {
    font-size: calc(16px + 12 * (100vw - 375px) / 1425);
  }

  .text-26 {
    font-size: calc(16px + 10 * (100vw - 375px) / 1425);
  }

  .text-24 {
    font-size: calc(16px + 8 * (100vw - 375px) / 1425);
  }

  .text-22 {
    font-size: calc(16px + 6 * (100vw - 375px) / 1425);
  }

  .btn-gallery {
    height: calc(45px + 20 * (100vw - 375px) / 1425);
  }

  .btn-gallery .icon {
    margin-right: calc(8px + 10 * (100vw - 375px) / 1425);
  }

  .btn-gallery .icon:before {
    font-size: calc(20px + 15 * (100vw - 375px) / 1425);
  }

  .internal-nav a {
    padding-left: calc(10px + 40 * (100vw - 375px) / 1425);
  }

  .internal-nav a {
    padding-right: calc(10px + 40 * (100vw - 375px) / 1425);
  }

  .internal-nav a {
    font-size: calc(12px + 6 * (100vw - 375px) / 1425);
  }

  .internal-nav a {
    line-height: calc(45px + 35 * (100vw - 375px) / 1425);
  }

  .panel-people .slider--people.slick-slider .arrow {
    font-size: calc(70px + 28 * (100vw - 375px) / 1425);
  }

  body {
    font-size: calc(14px + 2 * (100vw - 375px) / 1425);
  }

  .hero .container {
    padding-top: calc(30px + 70 * (100vw - 375px) / 1425);
  }

  .hero .container {
    padding-bottom: calc(30px + 70 * (100vw - 375px) / 1425);
  }

  .hero__content {
    font-size: calc(14px + 8 * (100vw - 375px) / 1425);
  }

  .hero .btn--primary {
    font-size: calc(14px + 8 * (100vw - 375px) / 1425);
  }

  .hero .title + .content,
  .hero .title + .buttons,
  .hero .content + .buttons {
    margin-top: calc(20px + 10 * (100vw - 375px) / 1425);
  }

  .hero--enrol .content {
    margin-bottom: calc(20px + 30 * (100vw - 375px) / 1425);
  }

  .hero--enrol .content {
    font-size: calc(16px + 4 * (100vw - 375px) / 1425);
  }

  .hero--internal .hero__content {
    max-width: calc(400px + 400 * (100vw - 375px) / 1425);
  }

  .hero--internal .content {
    font-size: calc(16px + 10 * (100vw - 375px) / 1425);
  }

  .hero--centre .container {
    padding-top: calc(20px + 20 * (100vw - 375px) / 1425);
  }

  .hero--centre .container {
    padding-bottom: calc(20px + 20 * (100vw - 375px) / 1425);
  }

  .hero--landing .title-wrap {
    margin-bottom: calc(10px + 10 * (100vw - 375px) / 1425);
  }

  .hero--landing .meta .age {
    font-size: calc(8px + 6 * (100vw - 375px) / 1425);
  }

  .hero--landing .meta .age strong {
    font-size: calc(22px + 22 * (100vw - 375px) / 1425);
  }

  .hero--landing .hero__content {
    font-size: calc(14px + 6 * (100vw - 375px) / 1425);
  }

  .widget-search li.widget-search__item .title {
    font-size: calc(16px + 4 * (100vw - 375px) / 1425);
  }

  .widget-map__search__controls {
    padding-top: calc(10px + 15 * (100vw - 375px) / 1425);
  }

  .widget-map__search__controls {
    padding-bottom: calc(10px + 20 * (100vw - 375px) / 1425);
  }

  .widget-map li.widget-map__item .title {
    font-size: calc(16px + 4 * (100vw - 375px) / 1425);
  }

  .panel-benchmark .container {
    padding-top: calc(50px + 80 * (100vw - 375px) / 1425);
  }

  .panel-benchmark .container {
    padding-bottom: calc(50px + 130 * (100vw - 375px) / 1425);
  }

  .title-bar + .panel-benchmark__slider {
    margin-top: calc(30px + 45 * (100vw - 375px) / 1425);
  }

  .panel-card__content {
    padding-left: calc(20px + 20 * (100vw - 375px) / 1425);
  }

  .panel-card__content {
    padding-right: calc(20px + 20 * (100vw - 375px) / 1425);
  }

  .panel-card__content {
    padding-bottom: calc(20px + 20 * (100vw - 375px) / 1425);
  }

  .panel-contact .container {
    padding-top: calc(50px + 70 * (100vw - 375px) / 1425);
  }

  .panel-contact .container {
    padding-bottom: calc(50px + 110 * (100vw - 375px) / 1425);
  }

  .panel-contact__form .title,
  .panel-contact__headoffice .title {
    margin-bottom: calc(20px + 30 * (100vw - 375px) / 1425);
  }

  .panel-contact__headoffice {
    font-size: calc(14px + 6 * (100vw - 375px) / 1425);
  }

  .panel-contact__headoffice p:not(:last-child) {
    margin-bottom: calc(10px + 20 * (100vw - 375px) / 1425);
  }

  .panel-centreDetails .content {
    font-size: calc(14px + 6 * (100vw - 375px) / 1425);
  }

  .panel-centreDetails .content p:not(:last-child) {
    margin-bottom: calc(20px + 20 * (100vw - 375px) / 1425);
  }

  .panel-centreDetails .title + .content,
  .panel-centreDetails .content + .author {
    margin-top: calc(20px + 30 * (100vw - 375px) / 1425);
  }

  .panel-centreDetails .grid-2 > .grid-item:nth-child(1) {
    padding-top: calc(40px + 50 * (100vw - 375px) / 1425);
  }

  .panel-centreDetails .grid-2 > .grid-item:nth-child(1) {
    padding-bottom: calc(40px + 50 * (100vw - 375px) / 1425);
  }

  .panel-content-img .content {
    font-size: calc(14px + 6 * (100vw - 375px) / 1425);
  }

  .panel-content-img .illo {
    max-width: calc(100px + 400 * (100vw - 375px) / 1425);
  }

  .panel-content-img .illo {
    max-height: calc(100px + 400 * (100vw - 375px) / 1425);
  }

  .repeater .panel-content-img + .panel-content-img {
    margin-top: calc(40px + 200 * (100vw - 375px) / 1425);
  }

  .panel-enrol .container {
    max-width: calc(600px + 240 * (100vw - 375px) / 1425);
  }

  .panel-enrol .title + .content {
    margin-top: calc(20px + 20 * (100vw - 375px) / 1425);
  }

  .panel-enrol .content {
    font-size: calc(14px + 6 * (100vw - 375px) / 1425);
  }

  .panel-enrol .buttons {
    padding-top: calc(20px + 80 * (100vw - 375px) / 1425);
  }

  .panel-gallery__slider__controls .arrow .icon:before {
    width: calc(58px + 32 * (100vw - 375px) / 1425);
  }

  .panel-gallery__slider__controls .arrow .icon:before {
    height: calc(58px + 32 * (100vw - 375px) / 1425);
  }

  .panel-gallery__slider__controls .arrow .icon:before {
    line-height: calc(58px + 32 * (100vw - 375px) / 1425);
  }

  .panel-gallery__slider__controls .arrow .icon:before {
    font-size: calc(15px + 9 * (100vw - 375px) / 1425);
  }

  .panel-gallery__overlay .title + .content {
    padding-top: calc(10px + 20 * (100vw - 375px) / 1425);
  }

  .panel-intro__content {
    font-size: calc(14px + 6 * (100vw - 375px) / 1425);
  }

  .panel-intro__title + .panel-intro__content,
  .panel-intro__title + .buttons,
  .panel-intro__content + .buttons {
    margin-top: calc(20px + 20 * (100vw - 375px) / 1425);
  }

  .panel-intro__partners {
    margin-top: calc(30px + 50 * (100vw - 375px) / 1425);
  }

  .panel-intro__partners {
    margin-left: calc(-20px + -55 * (100vw - 375px) / 1425);
  }

  .panel-intro__partners {
    margin-right: calc(-20px + -55 * (100vw - 375px) / 1425);
  }

  .panel-intro__partners > * {
    margin-top: calc(10px + 20 * (100vw - 375px) / 1425);
  }

  .panel-intro__partners > * {
    margin-bottom: calc(10px + 20 * (100vw - 375px) / 1425);
  }

  .panel-intro__partners > * {
    margin-left: calc(20px + 55 * (100vw - 375px) / 1425);
  }

  .panel-intro__partners > * {
    margin-right: calc(20px + 55 * (100vw - 375px) / 1425);
  }

  .panel-intro__partners > a {
    max-width: calc(150px + 100 * (100vw - 375px) / 1425);
  }

  .panel-journeys .panel-intro + .title--scattered {
    margin-top: calc(40px + 30 * (100vw - 375px) / 1425);
  }

  .page-home .panel-journeys .container:not(.container--narrow) {
    padding-top: calc(50px + 90 * (100vw - 375px) / 1425);
  }

  .page-home .panel-journeys .container:not(.container--narrow) {
    padding-bottom: calc(50px + 150 * (100vw - 375px) / 1425);
  }

  .page-learning .panel-journeys .container:not(.container--narrow) {
    padding-top: calc(50px + 40 * (100vw - 375px) / 1425);
  }

  .page-learning .panel-journeys .container:not(.container--narrow) {
    padding-bottom: calc(50px + 40 * (100vw - 375px) / 1425);
  }

  .panel-journeys .panel-intro + .grid,
  .panel-journeys .panel-intro + .hidden + .grid {
    margin-top: calc(20px + 50 * (100vw - 375px) / 1425);
  }

  .panel-journeys__image .meta .age {
    font-size: calc(8px + 6 * (100vw - 375px) / 1425);
  }

  .panel-journeys__image .meta .age strong {
    font-size: calc(22px + 22 * (100vw - 375px) / 1425);
  }

  .panel-journeys .content + .buttons {
    margin-top: calc(20px + 20 * (100vw - 375px) / 1425);
  }

  .panel-mosaic .arrow .icon {
    font-size: calc(15px + 9 * (100vw - 375px) / 1425);
  }

  .panel-people__item .content,
  .panel-people__item .text-link {
    font-size: calc(16px + 4 * (100vw - 375px) / 1425);
  }

  .panel-people__item .title,
  .panel-people__item .text-link {
    margin-top: calc(20px + 20 * (100vw - 375px) / 1425);
  }

  .panel-pointers__item {
    max-width: calc(300px + 200 * (100vw - 375px) / 1425);
  }

  .panel-pointers__item .illo {
    margin-bottom: calc(20px + 30 * (100vw - 375px) / 1425);
  }

  .panel-pointers__item .title {
    font-size: calc(18px + 2 * (100vw - 375px) / 1425);
  }

  .panel-pointers__item .title + .content {
    margin-top: calc(10px + 10 * (100vw - 375px) / 1425);
  }

  .panel-pointers__item .content {
    font-size: calc(14px + 4 * (100vw - 375px) / 1425);
  }

  .panel-quote figure figcaption {
    font-size: calc(14px + 6 * (100vw - 375px) / 1425);
  }

  .panel-quote figure blockquote + figcaption {
    margin-top: calc(20px + 20 * (100vw - 375px) / 1425);
  }

  .panel-quote blockquote {
    font-size: calc(16px + 10 * (100vw - 375px) / 1425);
  }

  .panel-statement__content {
    font-size: calc(14px + 6 * (100vw - 375px) / 1425);
  }

  .panel-statement__content .title + .content,
  .panel-statement__content p + p {
    margin-top: calc(20px + 10 * (100vw - 375px) / 1425);
  }

  .panel-statement__content {
    padding-top: calc(30px + 70 * (100vw - 375px) / 1425);
  }

  .panel-statement__content {
    padding-bottom: calc(30px + 70 * (100vw - 375px) / 1425);
  }

  .panel-statement__content {
    padding-left: calc(30px + 90 * (100vw - 375px) / 1425);
  }

  .panel-statement__content {
    padding-right: calc(30px + 90 * (100vw - 375px) / 1425);
  }

  .panel-statement .illo {
    max-width: calc(100px + 160 * (100vw - 375px) / 585);
  }

  .panel-tabs__tab {
    padding-left: calc(20px + 40 * (100vw - 375px) / 1425);
  }

  .panel-tabs__tab {
    padding-right: calc(20px + 40 * (100vw - 375px) / 1425);
  }

  .panel-tabs__tab {
    padding-top: calc(15px + 25 * (100vw - 375px) / 1425);
  }

  .panel-tabs__tab {
    padding-bottom: calc(15px + 25 * (100vw - 375px) / 1425);
  }

  .panel-tabs .buttons {
    padding: calc(30px + 30 * (100vw - 375px) / 1425);
  }

  .panel-testimonial figure figcaption {
    font-size: calc(14px + 6 * (100vw - 375px) / 1425);
  }

  .panel-testimonial figure blockquote + figcaption {
    margin-top: calc(20px + 20 * (100vw - 375px) / 1425);
  }

  .panel-testimonial blockquote {
    font-size: calc(16px + 10 * (100vw - 375px) / 1425);
  }

  .panel-testimonial blockquote {
    padding-top: calc(30px + 45 * (100vw - 375px) / 1425);
  }

  .panel-timeline-item:first-child {
    margin-top: calc(40px + 100 * (100vw - 375px) / 1425);
  }

  .panel-timeline-item:last-child {
    margin-bottom: calc(40px + 140 * (100vw - 375px) / 1425);
  }

  .panel-timeline-item + .panel-timeline-item {
    margin-top: calc(50px + 80 * (100vw - 375px) / 1425);
  }

  .panel-timeline-item .panel-timeline-item__content {
    font-size: calc(16px + 4 * (100vw - 375px) / 1425);
  }

  .panel-timeline-item .panel-timeline-item__content .pre-title {
    font-size: calc(16px + 8 * (100vw - 375px) / 1425);
  }

  .panel-timeline-item .panel-timeline-item__content .title + .content {
    margin-top: calc(10px + 50 * (100vw - 375px) / 1425);
  }

  .panel-timeline-item .panel-timeline-item__content .content p:not(:last-child) {
    margin-bottom: calc(10px + 20 * (100vw - 375px) / 1425);
  }

  .panel-timeline-item .panel-timeline-item__line {
    margin-bottom: calc(-40px + -20 * (100vw - 375px) / 1425);
  }

  .panel-timeline-item .panel-timeline-item__line:after {
    width: calc(20px + 30 * (100vw - 375px) / 1425);
  }

  .panel-timeline-item--info .panel-timeline-item__inner {
    padding-top: calc(30px + 50 * (100vw - 375px) / 1425);
  }

  .panel-timeline-item--info .panel-timeline-item__inner {
    padding-bottom: calc(30px + 50 * (100vw - 375px) / 1425);
  }

  .panel-timeline-item--info .panel-timeline-item__inner {
    padding-left: calc(30px + 30 * (100vw - 375px) / 1425);
  }

  .panel-timeline-item--info .panel-timeline-item__inner {
    padding-right: calc(30px + 30 * (100vw - 375px) / 1425);
  }

  .panel-timeline-item--info .illo + .title {
    margin-top: calc(10px + 20 * (100vw - 375px) / 1425);
  }

  .panel-timeline-item--info .title + .content {
    margin-top: calc(10px + 10 * (100vw - 375px) / 1425);
  }

  .panel-timeline-item--info .content {
    font-size: calc(14px + 6 * (100vw - 375px) / 1425);
  }

  .panel-wysiwyg {
    font-size: calc(16px + 4 * (100vw - 375px) / 1425);
  }

  .panel-wysiwyg .container {
    padding-top: calc(50px + 40 * (100vw - 375px) / 1425);
  }

  .panel-wysiwyg .container {
    padding-bottom: calc(50px + 140 * (100vw - 375px) / 1425);
  }

  .panel-wysiwyg .wp-caption-text {
    font-size: calc(14px + 4 * (100vw - 375px) / 1425);
  }

  .panel-wysiwyg h2 {
    font-size: calc(25px + 15 * (100vw - 375px) / 1425);
  }

  .panel-wysiwyg h3 {
    font-size: calc(22px + 8 * (100vw - 375px) / 1425);
  }

  .panel-wysiwyg h4 {
    font-size: calc(20px + 5 * (100vw - 375px) / 1425);
  }

  .panel-wysiwyg h5 {
    font-size: calc(14px + 2 * (100vw - 375px) / 1425);
  }

  .panel-wysiwyg h6 {
    font-size: calc(12px + 2 * (100vw - 375px) / 1425);
  }

  .panel-wysiwyg * + blockquote {
    margin-top: calc(20px + 30 * (100vw - 375px) / 1425);
  }

  .panel-wysiwyg h1 + blockquote,
  .panel-wysiwyg h1 + p,
  .panel-wysiwyg h1 + ul,
  .panel-wysiwyg h1 + ol,
  .panel-wysiwyg h1 + img,
  .panel-wysiwyg h2 + blockquote,
  .panel-wysiwyg h2 + p,
  .panel-wysiwyg h2 + ul,
  .panel-wysiwyg h2 + ol,
  .panel-wysiwyg h2 + img,
  .panel-wysiwyg h3 + blockquote,
  .panel-wysiwyg h3 + p,
  .panel-wysiwyg h3 + ul,
  .panel-wysiwyg h3 + ol,
  .panel-wysiwyg h3 + img,
  .panel-wysiwyg h4 + blockquote,
  .panel-wysiwyg h4 + p,
  .panel-wysiwyg h4 + ul,
  .panel-wysiwyg h4 + ol,
  .panel-wysiwyg h4 + img,
  .panel-wysiwyg h5 + blockquote,
  .panel-wysiwyg h5 + p,
  .panel-wysiwyg h5 + ul,
  .panel-wysiwyg h5 + ol,
  .panel-wysiwyg h5 + img,
  .panel-wysiwyg h6 + blockquote,
  .panel-wysiwyg h6 + p,
  .panel-wysiwyg h6 + ul,
  .panel-wysiwyg h6 + ol,
  .panel-wysiwyg h6 + img {
    margin-top: calc(10px + 10 * (100vw - 375px) / 1425);
  }

  .panel-wysiwyg hr {
    margin-top: calc(30px + 60 * (100vw - 375px) / 1425);
  }

  .panel-wysiwyg hr {
    margin-bottom: calc(30px + 60 * (100vw - 375px) / 1425);
  }

  .panel-wysiwyg ul > li,
  .panel-wysiwyg ol > li {
    padding-left: calc(20px + 15 * (100vw - 375px) / 1425);
  }

  .panel-wysiwyg ul li:before {
    top: calc(5px + 6 * (100vw - 375px) / 1425);
  }

  .panel-wysiwyg ol li:before {
    font-size: calc(16px + 2 * (100vw - 375px) / 1425);
  }

  .panel-wysiwyg ol li:before {
    top: calc(0px + 4 * (100vw - 375px) / 1425);
  }

  .page-home .panel-intro > .container {
    padding-top: calc(30px + 85 * (100vw - 375px) / 1425);
  }

  .page-home .panel-intro > .container {
    padding-bottom: calc(30px + 120 * (100vw - 375px) / 1425);
  }

  .page-home .panel-pointers > .container {
    padding-bottom: calc(50px + 100 * (100vw - 375px) / 1425);
  }

  .page-learning .repeater .panel-statement + .panel-quote {
    margin-top: calc(50px + 200 * (100vw - 375px) / 1425);
  }

  .page-learning .repeater .panel-quote + .panel-statement {
    margin-top: calc(50px + 130 * (100vw - 375px) / 1425);
  }

  .page-learning .panel-enrol .container {
    padding-top: calc(50px + 230 * (100vw - 375px) / 1425);
  }

  .page-story .panel-statement--reverse {
    margin-top: calc(50px + 125 * (100vw - 375px) / 1425);
  }

  .page-story .panel-statement--reverse {
    margin-bottom: calc(50px + 125 * (100vw - 375px) / 1425);
  }

  .page-story .panel-statement {
    margin-bottom: calc(50px + 250 * (100vw - 375px) / 1425);
  }

  .page-story .panel-pointers {
    margin-top: calc(50px + 100 * (100vw - 375px) / 1425);
  }

  .page-story .panel-pointers {
    margin-bottom: calc(50px + 180 * (100vw - 375px) / 1425);
  }

  .page-story .panel-pointers .grid > .grid-item--full {
    margin-top: calc(0px + 50 * (100vw - 375px) / 1425);
  }

  .page-story .panel-pointers .grid > .grid-item--full {
    top: calc(35px + -35 * (100vw - 375px) / 1425);
  }

  .page-story .panel-pointers .title--scattered > div:nth-child(1) > div:nth-child(2) {
    top: calc(-20px + 20 * (100vw - 375px) / 1425);
  }

  .page-story .panel-pointers .title--scattered > div:nth-child(1) > div:nth-child(3) {
    top: calc(-32px + 32 * (100vw - 375px) / 1425);
  }

  .page-story .panel-pointers .title--scattered > div:nth-child(2) > div:nth-child(1) {
    top: calc(0px + 0 * (100vw - 375px) / 1425);
  }

  .page-story .panel-pointers .title--scattered > div:nth-child(2) > div:nth-child(2) {
    top: calc(-19px + 19 * (100vw - 375px) / 1425);
  }

  .page-story .panel-pointers .title--scattered > div:nth-child(2) > div:nth-child(3) {
    top: calc(-38px + 38 * (100vw - 375px) / 1425);
  }

  .page-story .panel-pointers .title--scattered > div:nth-child(2) > div:nth-child(5) {
    top: calc(-10px + 10 * (100vw - 375px) / 1425);
  }

  .page-story .panel-pointers .title--scattered > div:nth-child(2) > div:nth-child(6) {
    top: calc(-35px + 35 * (100vw - 375px) / 1425);
  }

  .page-story .panel-intro--centered {
    margin-top: calc(50px + 165 * (100vw - 375px) / 1425);
  }

  .page-story .panel-intro--centered {
    margin-bottom: calc(50px + 180 * (100vw - 375px) / 1425);
  }

  .page-careers__panel1 {
    margin-top: calc(50px + 90 * (100vw - 375px) / 1425);
  }

  .page-careers__panel1 {
    margin-bottom: calc(50px + 90 * (100vw - 375px) / 1425);
  }

  .page-careers__panel2 {
    margin-bottom: calc(50px + 140 * (100vw - 375px) / 1425);
  }

  .page-careers__panel3 {
    margin-bottom: calc(50px + 140 * (100vw - 375px) / 1425);
  }

  .page-careers__panel4 {
    margin-bottom: calc(50px + 110 * (100vw - 375px) / 1425);
  }

  .page-careers__panel5 {
    margin-bottom: calc(50px + 100 * (100vw - 375px) / 1425);
  }

  .page-careers__panel6 {
    margin-bottom: calc(50px + 130 * (100vw - 375px) / 1425);
  }

  .page-careers__panel5 .panel-intro,
  .page-careers__panel6 .panel-intro {
    margin-bottom: calc(50px + 70 * (100vw - 375px) / 1425);
  }

  .page-careers__panel7 {
    margin-bottom: calc(50px + 130 * (100vw - 375px) / 1425);
  }

  .page-careers__panel8 {
    margin-bottom: calc(50px + 130 * (100vw - 375px) / 1425);
  }

  .page-centre__panel1 {
    margin-top: calc(50px + 170 * (100vw - 375px) / 1425);
  }

  .page-centre__panel1 {
    margin-bottom: calc(50px + 110 * (100vw - 375px) / 1425);
  }

  .page-centre .panel-centreDetails {
    margin-bottom: calc(10px + 30 * (100vw - 375px) / 1425);
  }

  .page-single__panel1 {
    margin-bottom: calc(20px + 80 * (100vw - 375px) / 1425);
  }

  .page-single__panel2 {
    margin-bottom: calc(50px + 80 * (100vw - 375px) / 1425);
  }

  .page-single__panel3 {
    margin-bottom: calc(50px + 240 * (100vw - 375px) / 1425);
  }

  .page-single__panel4 {
    margin-bottom: calc(50px + 180 * (100vw - 375px) / 1425);
  }

  .page-single__panel5 {
    margin-bottom: calc(50px + 260 * (100vw - 375px) / 1425);
  }

  .page-single__panel6 {
    margin-bottom: calc(50px + 260 * (100vw - 375px) / 1425);
  }

  .page-single__panel7 {
    margin-bottom: calc(0px + 60 * (100vw - 375px) / 1425);
  }

  .page-contact .buttons {
    padding-top: calc(30px + 30 * (100vw - 375px) / 1425);
  }

  .page-enrol .panel-content-img .container {
    padding-top: calc(50px + 60 * (100vw - 375px) / 1425);
  }

  .page-enrol .panel-content-img .container {
    padding-bottom: calc(50px + 160 * (100vw - 375px) / 1425);
  }

  .page-register > .container {
    padding-top: calc(50px + 40 * (100vw - 375px) / 1425);
  }

  .page-register > .container {
    padding-bottom: calc(50px + 140 * (100vw - 375px) / 1425);
  }

  .map-tooltip .title {
    font-size: calc(16px + 4 * (100vw - 375px) / 1425);
  }
}

@media screen and (min-width: 481px) {
  .page-home .panel-pointers > .container {
    padding-top: calc(50px + 100 * (100vw - 481px) / 1319);
  }
}

@media (min-width: 481px) {
  .buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .buttons > .btn:not(:last-child) {
    margin-right: 30px;
  }

  .btn--wide {
    min-width: 260px;
  }

  .footer-main .footer-main__subscribe .list-social .icon:before {
    line-height: 56px;
    height: 56px;
    width: 56px;
    border-radius: 28px;
  }

  .footer-main .footer-main__subscribe .list-social .icon--facebook:before {
    font-size: 20px;
  }

  .footer-main .footer-main__subscribe .list-social .icon--twitter:before {
    font-size: 16px;
  }

  .footer-main .footer-main__subscribe .list-social .icon--instagram:before {
    font-size: 20px;
  }

  .footer-main .footer-main__subscribe .list-social .icon--linkedin:before {
    font-size: 16px;
  }

  .footer-main .footer-main__subscribe .list-social .icon--googleplus:before {
    font-size: 16px;
  }
}

@media (min-width: 601px) {
  .grid-2 > .grid-item {
    width: 50%;
  }

  .grid-item--full .panel-contact .customSelect.custom-select {
    max-width: calc(50% - 15px);
  }

  .panel-mosaic .grid > .grid-item {
    width: 33.333%;
  }

  .panel-mosaic .grid > .grid-item:nth-child(1),
  .panel-mosaic .grid > .grid-item:nth-child(2) {
    width: 50%;
  }
}

@media screen and (min-width: 601px) {
  .panel-tabs__nav button {
    font-size: calc(14px + 4 * (100vw - 601px) / 1199);
  }

  .panel-tabs__nav button {
    height: calc(50px + 40 * (100vw - 601px) / 1199);
  }
}

@media screen and (min-width: 681px) {
  .btn {
    font-size: calc(12px + 4 * (100vw - 681px) / 1119);
  }

  .btn--med {
    padding-left: calc(20px + 20 * (100vw - 681px) / 1119);
  }

  .btn--med {
    padding-right: calc(20px + 20 * (100vw - 681px) / 1119);
  }

  .btn--med {
    line-height: calc(35px + 15 * (100vw - 681px) / 1119);
  }

  .btn--large {
    font-size: calc(14px + 6 * (100vw - 681px) / 1119);
  }

  .btn--large {
    padding-left: calc(25px + 35 * (100vw - 681px) / 1119);
  }

  .btn--large {
    padding-right: calc(25px + 35 * (100vw - 681px) / 1119);
  }

  .btn--large {
    line-height: calc(40px + 18 * (100vw - 681px) / 1119);
  }

  .btn--outline:not(.btn--large) {
    height: calc(40px + 14 * (100vw - 681px) / 1119);
  }

  .btn--outline:not(.btn--large) {
    padding-left: calc(25px + 20 * (100vw - 681px) / 1119);
  }

  .btn--outline:not(.btn--large) {
    padding-right: calc(25px + 20 * (100vw - 681px) / 1119);
  }

  .btn--outline .icon--gallery:before {
    font-size: calc(18px + 10 * (100vw - 681px) / 1119);
  }

  .btn--outline .icon--journal:before {
    font-size: calc(24px + 10 * (100vw - 681px) / 1119);
  }

  .btn--outline .icon--curriculum:before {
    font-size: calc(13px + 10 * (100vw - 681px) / 1119);
  }

  .btn-gallery {
    font-size: calc(14px + 2 * (100vw - 681px) / 1119);
  }

  .panel-content-img .title + .content,
  .panel-content-img .content + .buttons {
    margin-top: calc(20px + 10 * (100vw - 681px) / 1119);
  }

  .repeater .panel-content-img:nth-child(even) .grid > .grid-item:nth-child(1) {
    padding-right: calc(30px + 150 * (100vw - 681px) / 1119);
  }

  .repeater .panel-content-img:nth-child(odd) .grid > .grid-item:nth-child(1) {
    padding-left: calc(30px + 80 * (100vw - 681px) / 1119);
  }

  .panel-content-img.is-reversed .grid > .grid-item:nth-child(1) {
    padding-right: calc(30px + 150 * (100vw - 681px) / 1119);
  }
}

@media (min-width: 681px) {
  .panel-benchmark .title-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: -80px;
  }

  .panel-benchmark .title-bar > .title,
  .panel-benchmark .title-bar > .content {
    padding-left: 80px;
    width: 50%;
  }

  .panel-content-img .grid > .grid-item:nth-child(1) {
    width: 48%;
  }

  .panel-content-img .grid > .grid-item:nth-child(2) {
    width: 52%;
  }

  .repeater .panel-content-img:nth-child(even) .grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .repeater .panel-content-img:nth-child(odd) .grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .panel-content-img.is-reversed .grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 769px) {
  .grid-3 > .grid-item {
    width: 33.3333%;
  }

  .panel-pointers .grid-2 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .panel-testimonial__image {
    position: absolute;
    top: 0;
    width: calc(60% + 1px);
    height: 100%;
    display: block;
  }

  .panel-testimonial__content {
    display: table;
    height: 40vw;
    max-height: 840px;
  }

  .panel-testimonial__content__inner {
    display: table-cell;
    vertical-align: middle;
  }

  .panel-testimonial:not(.is-reversed) {
    padding-right: 60%;
  }

  .panel-testimonial:not(.is-reversed) .panel-testimonial__image {
    right: 0;
  }

  .panel-testimonial.is-reversed {
    padding-left: 60%;
  }

  .panel-testimonial.is-reversed .panel-testimonial__image {
    left: 0;
  }

  .panel-timeline-item:not(.is-reversed) .panel-timeline-item__bg {
    -webkit-transform: translateX(10px) rotate(2deg);
    -ms-transform: translateX(10px) rotate(2deg);
    transform: translateX(10px) rotate(2deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
  }

  .panel-timeline-item:not(.is-reversed) .panel-timeline-item__content {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
    text-align: left;
  }

  .panel-timeline-item:not(.is-reversed) .panel-timeline-item__line:after {
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
    left: 100%;
  }

  .panel-timeline-item.is-reversed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .panel-timeline-item.is-reversed .panel-timeline-item__bg {
    -webkit-transform: translateX(-10px) rotate(-2deg);
    -ms-transform: translateX(-10px) rotate(-2deg);
    transform: translateX(-10px) rotate(-2deg);
  }

  .panel-timeline-item.is-reversed .panel-timeline-item__content {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right;
  }

  .panel-timeline-item.is-reversed .panel-timeline-item__line:after {
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right;
    right: 100%;
  }

  .panel-timeline-item.is-revealed:not(.is-reversed) .panel-timeline-item__bg {
    -webkit-transform: translateX(0) rotate(-2deg);
    -ms-transform: translateX(0) rotate(-2deg);
    transform: translateX(0) rotate(-2deg);
  }

  .panel-timeline-item.is-revealed:not(.is-reversed) .panel-timeline-item__content {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .panel-timeline-item.is-revealed.is-reversed .panel-timeline-item__bg {
    -webkit-transform: translateX(0) rotate(2deg);
    -ms-transform: translateX(0) rotate(2deg);
    transform: translateX(0) rotate(2deg);
  }

  .panel-timeline-item.is-revealed.is-reversed .panel-timeline-item__content {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .panel-timeline-item.is-revealed .panel-timeline-item__bg,
  .panel-timeline-item.is-revealed .panel-timeline-item__content {
    opacity: 1;
  }

  .panel-timeline-item.is-revealed .panel-timeline-item__line:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }

  .panel-timeline-item.is-revealed .panel-timeline-item__line:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }

  .panel-wysiwyg .alignleft,
  .panel-wysiwyg .alignright {
    width: 50%;
  }

  .panel-wysiwyg .alignleft {
    float: left;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-right: 70px;
  }

  .panel-wysiwyg .alignright {
    float: right;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 70px;
  }
}

@media screen and (min-width: 769px) {
  .panel-timeline-item .panel-timeline-item__bg,
  .panel-timeline-item .panel-timeline-item__content {
    padding-left: calc(30px + 60 * (100vw - 769px) / 1031);
  }

  .panel-timeline-item .panel-timeline-item__bg,
  .panel-timeline-item .panel-timeline-item__content {
    padding-right: calc(30px + 60 * (100vw - 769px) / 1031);
  }
}

@media screen and (min-width: 960px) {
  .panel-statement .illo {
    max-width: 260px;
  }
}

@media (min-width: 960px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
    max-width: 1560px;
  }
}

@media screen and (min-width: 961px) {
  .header-main nav {
    font-size: calc(16px + 2 * (100vw - 961px) / 839);
  }

  .header-main nav ul > li:not(:last-child) {
    margin-right: calc(20px + 40 * (100vw - 961px) / 839);
  }

  .header-main .btn-wrap .btn {
    font-size: calc(16px + 2 * (100vw - 961px) / 839);
  }

  .header-main .btn-wrap .btn {
    padding-left: calc(20px + 10 * (100vw - 961px) / 839);
  }

  .header-main .btn-wrap .btn {
    padding-right: calc(20px + 10 * (100vw - 961px) / 839);
  }

  .footer-main .footer-main__fineprint .grid > .grid-item * + * {
    margin-left: calc(20px + 20 * (100vw - 961px) / 839);
  }

  .panel-contact .container > .grid {
    margin-left: calc(-50px + -50 * (100vw - 961px) / 839);
  }

  .panel-contact .container > .grid {
    margin-right: calc(-50px + -50 * (100vw - 961px) / 839);
  }

  .panel-contact .container > .grid > .grid-item.grid-item--main,
  .panel-contact .container > .grid > .grid-item.grid-item--sidebar {
    padding-left: calc(50px + 50 * (100vw - 961px) / 839);
  }

  .panel-contact .container > .grid > .grid-item.grid-item--main,
  .panel-contact .container > .grid > .grid-item.grid-item--sidebar {
    padding-right: calc(50px + 50 * (100vw - 961px) / 839);
  }

  .repeater .panel-content-img:nth-child(even) .grid > .grid-item:nth-child(1) {
    padding-left: calc(0px + 60 * (100vw - 961px) / 839);
  }

  .repeater .panel-content-img:nth-child(odd) .grid > .grid-item:nth-child(1) {
    padding-right: calc(0px + 135 * (100vw - 961px) / 839);
  }

  .panel-gallery__slider__controls {
    right: calc(50px + 50 * (100vw - 961px) / 839);
  }

  .panel-gallery__slider__controls {
    bottom: calc(30px + 45 * (100vw - 961px) / 839);
  }

  .panel-gallery__overlay {
    right: calc(30px + 40 * (100vw - 961px) / 839);
  }

  .panel-gallery__overlay {
    bottom: calc(80px + 50 * (100vw - 961px) / 839);
  }

  .panel-gallery__overlay {
    padding-left: calc(50px + 70 * (100vw - 961px) / 839);
  }

  .panel-gallery__overlay {
    padding-right: calc(30px + 100 * (100vw - 961px) / 839);
  }

  .panel-gallery__overlay {
    padding-top: calc(40px + 30 * (100vw - 961px) / 839);
  }

  .panel-gallery__overlay {
    max-width: calc(500px + 210 * (100vw - 961px) / 839);
  }

  .page-learning .panel-journeys {
    margin-bottom: calc(50px + 100 * (100vw - 961px) / 839);
  }
}

@media (min-width: 961px) {
  .header-main .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .header-main {
    width: 100%;
    z-index: 100;
    background-color: white;
  }

  .internal .header-main,
  .is-headerSticky .header-main {
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  }

  .is-internalNavSticky.internal .header-main,
  .is-internalNavSticky.is-headerSticky .header-main {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #f2f2f2;
  }

  .header-main > .container {
    position: relative;
  }

  .header-main__logo {
    display: block;
  }

  .header-main .btn-wrap {
    height: 46px;
  }

  .header-main .btn-wrap > .btn {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 46px;
    white-space: nowrap;
  }

  .header-main nav {
    font-family: "walsheim-med", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  }

  .header-main nav ul {
    height: 115px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header-main nav a {
    display: block;
    color: #455259;
    -webkit-transition: opacity 0.4s ease-in-out, color 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out, color 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, color 0.4s ease-in-out;
  }

  html:not(.mobile):not(.tablet) .header-main nav li.is-active a:hover,
  html:not(.mobile):not(.tablet) .header-main nav li.is-active a:focus,
  .header-main nav li.is-active a.on_press {
    opacity: .65;
  }

  .header-main nav li.nav-home {
    display: none;
  }

  html:not(.mobile):not(.tablet) .header-main nav li.nav-learning a:hover,
  .header-main nav li.nav-learning.is-active a {
    color: #82C341;
  }

  html:not(.mobile):not(.tablet) .header-main nav li.nav-story a:hover,
  .header-main nav li.nav-story.is-active a {
    color: #7CCDCB;
  }

  html:not(.mobile):not(.tablet) .header-main nav li.nav-centre a:hover,
  .header-main nav li.nav-centre.is-active a {
    color: #FF6360;
  }

  html:not(.mobile):not(.tablet) .header-main nav li.nav-careers a:hover,
  .header-main nav li.nav-careers.is-active a {
    color: #41ABE4;
  }

  html:not(.mobile):not(.tablet) .header-main nav li.nav-contact a:hover,
  .header-main nav li.nav-contact.is-active a {
    color: #97A6D4;
  }

  .header-main__secondary {
    display: none;
  }

  .footer-main .footer-main__mobile {
    display: none;
  }

  .footer-main .container {
    padding-bottom: 50px;
  }

  .footer-main__logo {
    margin: 0 auto;
    max-width: 620px;
    height: 100px;
  }

  .footer-main__logo img.vert {
    display: none;
  }

  .footer-main__logo img:not(.vert) {
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .footer-main .list-social__subscribe label input {
    width: 56px;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out, width 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out, width 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, width 0.4s ease-in-out;
  }

  .footer-main .list-social__subscribe label input:focus {
    outline: none;
    opacity: 1;
    width: 330px;
  }

  .footer-main .list-social__subscribe label input:focus + .icon--email-heart:before {
    -webkit-box-shadow: 0 0 0 0 #ffffff !important;
    box-shadow: 0 0 0 0 #ffffff !important;
  }

  .footer-main .list-social__subscribe label input:focus + .icon + .title {
    -webkit-transform: translate(20px, 0%);
    -ms-transform: translate(20px, 0%);
    transform: translate(20px, 0%);
    line-height: 30px;
  }

  .hero__content {
    max-width: 600px;
    padding-left: 60px;
  }

  .hero-slider__controls {
    bottom: 160px;
    left: 50%;
    margin-left: -67px;
  }

  .hero--landing__scroll {
    position: absolute;
    bottom: 0;
    height: 15vh;
    min-height: 50px;
    max-height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero.hero--video .hero__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 135px;
  }

  .widget-search__input input[type="text"] {
    font-family: "walsheim-light", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  }

  body:not(.page-home):not(.page-enrol) .widget-search {
    display: none;
  }

  .widget-search li.widget-search__item .status {
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .widget-search li.widget-search__item .buttons {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }

  .widget-map__input input[type="text"] {
    font-family: "walsheim-light", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  }

  .widget-sidebar__header .buttons .btn {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .widget-sidebar {
    max-width: 600px;
  }

  .widget-sidebar__header {
    position: absolute;
    bottom: 100%;
    left: 0;
    background-color: white;
  }

  .widget-sidebar-expand__button {
    display: none;
  }

  .widget-sidebar-expand__content {
    display: block !important;
  }

  .panel-card.is-now-open .status {
    background-color: #82C341;
  }

  .panel-card.is-opening-soon .status {
    background-color: #7CCDCB;
  }

  .panel-card.is-planned .status {
    background-color: #E0970C;
  }

  .panel-card .status {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px 15px;
    border-radius: 8px 0 20px 0;
  }

  .panel-card .status strong {
    color: white;
    font-family: "walsheim-med", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  }

  .panel-card .buttons .btn {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .panel-contact .container > .grid > .grid-item.grid-item--main {
    width: 60%;
    border-left: 1px solid #EAEAEA;
  }

  .panel-contact .container > .grid > .grid-item.grid-item--sidebar {
    width: 40%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .panel-contact__headoffice + .panel-contact__image {
    margin-top: 40px;
  }

  .panel-centreDetails .content {
    font-family: "walsheim-light", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  }

  .panel-centreDetails .author__content {
    font-family: "walsheim-light", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  }

  .panel-content-img .content {
    font-family: "walsheim-light", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  }

  .panel-enrol .content {
    font-family: "walsheim-light", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  }

  .panel-gallery__slider__controls .arrow .icon:before {
    -webkit-box-shadow: 0 0 0 20px white;
    box-shadow: 0 0 0 20px white;
  }

  .panel-gallery__slider__controls .arrow:hover .icon:before {
    -webkit-box-shadow: 0 0 0 25px white;
    box-shadow: 0 0 0 25px white;
  }

  .panel-gallery__overlay {
    padding-bottom: 90px;
  }

  .panel-intro__content {
    font-family: "walsheim-light", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  }

  .panel-mosaic .arrow .icon {
    border: 20px solid white;
    width: 130px;
    height: 130px;
    border-radius: 90px;
    line-height: 90px;
  }

  .panel-statement .illo {
    max-width: 100%;
  }

  .panel-statement:not(.panel-statement--reverse) .illo {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 0;
  }

  .panel-statement--reverse .illo {
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    right: 0;
  }

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

  .panel-statement--reverse .panel-statement__content {
    margin-left: 0;
    margin-right: -80px;
  }

  .page-home .hero {
    padding-bottom: 135px;
  }
}

@media (min-width: 1081px) {
  .grid-4 > .grid-item {
    width: 25%;
  }

  .widget-sidebar .status {
    position: absolute;
    right: 40px;
    top: 40px;
  }
}

@media (min-width: 1251px) {
  .footer-main .footer-main__fineprint .grid > .grid-item:nth-child(1) {
    width: 23%;
  }
}

@media screen and (min-width: 1281px) {
  .widget-search__list {
    padding-left: calc(20px + 20 * (100vw - 1281px) / 519);
  }

  .widget-search__list {
    padding-right: calc(20px + 20 * (100vw - 1281px) / 519);
  }

  .widget-search li.widget-search__item {
    padding-left: calc(20px + 15 * (100vw - 1281px) / 519);
  }

  .widget-search li.widget-search__item {
    padding-right: calc(20px + 15 * (100vw - 1281px) / 519);
  }

  .widget-map__search {
    padding-top: calc(20px + 20 * (100vw - 1281px) / 519);
  }

  .widget-map__search {
    padding-left: calc(20px + 20 * (100vw - 1281px) / 519);
  }

  .widget-map__search {
    padding-right: calc(20px + 20 * (100vw - 1281px) / 519);
  }

  .widget-map__list {
    padding-left: calc(20px + 20 * (100vw - 1281px) / 519);
  }

  .widget-map__list {
    padding-right: calc(20px + 20 * (100vw - 1281px) / 519);
  }

  .widget-map li.widget-map__item {
    padding-left: calc(20px + 15 * (100vw - 1281px) / 519);
  }

  .widget-map li.widget-map__item {
    padding-right: calc(20px + 15 * (100vw - 1281px) / 519);
  }

  .map-tooltip {
    padding-left: calc(20px + 15 * (100vw - 1281px) / 519);
  }

  .map-tooltip {
    padding-right: calc(20px + 15 * (100vw - 1281px) / 519);
  }
}

@media (min-width: 1281px) {
  .widget-map li.widget-map__item .status {
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .widget-map li.widget-map__item .btn {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }

  .widget-sidebar__header .buttons .btn {
    min-width: 260px;
  }

  .panel-card .buttons .btn {
    min-width: 260px;
  }
}

@media (min-width: 1341px) {
  .header-main__logo {
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -31px;
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  .header-main__logo img {
    width: 269px;
    height: 61px;
  }

  .header-main .btn-wrap {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -23px;
  }

  .header-main .btn-wrap .btn {
    width: 220px;
  }
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media (min-width: 1600px) {
  .slick-list .panel-people__item {
    margin: 0 25px;
  }
}

@media screen and (min-width: 1800px) {
  .gutter-150 {
    margin-left: -150px;
  }

  .gutter-150 > div {
    padding-left: 150px;
  }

  .gutter-100 {
    margin-left: -100px;
  }

  .gutter-100 > div {
    padding-left: 100px;
  }

  .gutter-50 {
    margin-left: -50px;
  }

  .gutter-50 > div {
    padding-left: 50px;
  }

  .gutter-40 {
    margin-left: -40px;
  }

  .gutter-40 > div {
    padding-left: 40px;
  }

  .gutter-30 {
    margin-left: -30px;
  }

  .gutter-30 > div {
    padding-left: 30px;
  }

  .separate-50 > div {
    margin-bottom: 50px;
  }

  .separate-40 > div {
    margin-bottom: 40px;
  }

  .separate-30 > div {
    margin-bottom: 30px;
  }

  .text-16 {
    font-size: 16px;
  }

  .text-15 {
    font-size: 15px;
  }

  .text-14 {
    font-size: 14px;
  }

  .text-13 {
    font-size: 13px;
  }

  .text-200 {
    font-size: 200px;
  }

  .text-130 {
    font-size: 130px;
  }

  .text-70 {
    font-size: 70px;
  }

  .text-50 {
    font-size: 50px;
  }

  .text-40 {
    font-size: 40px;
  }

  .text-36 {
    font-size: 36px;
  }

  .text-30 {
    font-size: 30px;
  }

  .text-32 {
    font-size: 32px;
  }

  .text-28 {
    font-size: 28px;
  }

  .text-26 {
    font-size: 26px;
  }

  .text-24 {
    font-size: 24px;
  }

  .text-22 {
    font-size: 22px;
  }

  .btn {
    font-size: 16px;
  }

  .btn--med {
    padding-left: 40px;
  }

  .btn--med {
    padding-right: 40px;
  }

  .btn--med {
    line-height: 50px;
  }

  .btn--large {
    font-size: 20px;
  }

  .btn--large {
    padding-left: 60px;
  }

  .btn--large {
    padding-right: 60px;
  }

  .btn--large {
    line-height: 58px;
  }

  .btn--outline:not(.btn--large) {
    height: 54px;
  }

  .btn--outline:not(.btn--large) {
    padding-left: 45px;
  }

  .btn--outline:not(.btn--large) {
    padding-right: 45px;
  }

  .btn--outline .icon--gallery:before {
    font-size: 28px;
  }

  .btn--outline .icon--journal:before {
    font-size: 34px;
  }

  .btn--outline .icon--curriculum:before {
    font-size: 23px;
  }

  .btn-gallery {
    height: 65px;
  }

  .btn-gallery {
    font-size: 16px;
  }

  .btn-gallery .icon {
    margin-right: 18px;
  }

  .btn-gallery .icon:before {
    font-size: 35px;
  }

  .internal-nav a {
    padding-left: 50px;
  }

  .internal-nav a {
    padding-right: 50px;
  }

  .internal-nav a {
    font-size: 18px;
  }

  .internal-nav a {
    line-height: 80px;
  }

  .panel-people .slider--people.slick-slider .arrow {
    font-size: 98px;
  }

  .header-main nav {
    font-size: 18px;
  }

  .header-main nav ul > li:not(:last-child) {
    margin-right: 60px;
  }

  .header-main .btn-wrap .btn {
    font-size: 18px;
  }

  .header-main .btn-wrap .btn {
    padding-left: 30px;
  }

  .header-main .btn-wrap .btn {
    padding-right: 30px;
  }

  .footer-main .footer-main__fineprint .grid > .grid-item * + * {
    margin-left: 40px;
  }

  body {
    font-size: 16px;
  }

  .hero .container {
    padding-top: 100px;
  }

  .hero .container {
    padding-bottom: 100px;
  }

  .hero__content {
    font-size: 22px;
  }

  .hero .btn--primary {
    font-size: 22px;
  }

  .hero .title + .content,
  .hero .title + .buttons,
  .hero .content + .buttons {
    margin-top: 30px;
  }

  .hero--enrol .content {
    margin-bottom: 50px;
  }

  .hero--enrol .content {
    font-size: 20px;
  }

  .hero--internal .hero__content {
    max-width: 800px;
  }

  .hero--internal .content {
    font-size: 26px;
  }

  .hero--centre .container {
    padding-top: 40px;
  }

  .hero--centre .container {
    padding-bottom: 40px;
  }

  .hero--landing .title-wrap {
    margin-bottom: 20px;
  }

  .hero--landing .meta .age {
    font-size: 14px;
  }

  .hero--landing .meta .age strong {
    font-size: 44px;
  }

  .hero--landing .hero__content {
    font-size: 20px;
  }

  .widget-search__list {
    padding-left: 40px;
  }

  .widget-search__list {
    padding-right: 40px;
  }

  .widget-search li.widget-search__item {
    padding-left: 35px;
  }

  .widget-search li.widget-search__item {
    padding-right: 35px;
  }

  .widget-search li.widget-search__item .title {
    font-size: 20px;
  }

  .widget-map__search {
    padding-top: 40px;
  }

  .widget-map__search {
    padding-left: 40px;
  }

  .widget-map__search {
    padding-right: 40px;
  }

  .widget-map__search__controls {
    padding-top: 25px;
  }

  .widget-map__search__controls {
    padding-bottom: 30px;
  }

  .widget-map__list {
    padding-left: 40px;
  }

  .widget-map__list {
    padding-right: 40px;
  }

  .widget-map li.widget-map__item {
    padding-left: 35px;
  }

  .widget-map li.widget-map__item {
    padding-right: 35px;
  }

  .widget-map li.widget-map__item .title {
    font-size: 20px;
  }

  .panel-benchmark .container {
    padding-top: 130px;
  }

  .panel-benchmark .container {
    padding-bottom: 180px;
  }

  .title-bar + .panel-benchmark__slider {
    margin-top: 75px;
  }

  .panel-card__content {
    padding-left: 40px;
  }

  .panel-card__content {
    padding-right: 40px;
  }

  .panel-card__content {
    padding-bottom: 40px;
  }

  .panel-contact .container {
    padding-top: 120px;
  }

  .panel-contact .container {
    padding-bottom: 160px;
  }

  .panel-contact .container > .grid {
    margin-left: -100px;
  }

  .panel-contact .container > .grid {
    margin-right: -100px;
  }

  .panel-contact .container > .grid > .grid-item.grid-item--main,
  .panel-contact .container > .grid > .grid-item.grid-item--sidebar {
    padding-left: 100px;
  }

  .panel-contact .container > .grid > .grid-item.grid-item--main,
  .panel-contact .container > .grid > .grid-item.grid-item--sidebar {
    padding-right: 100px;
  }

  .panel-contact__form .title,
  .panel-contact__headoffice .title {
    margin-bottom: 50px;
  }

  .panel-contact__headoffice {
    font-size: 20px;
  }

  .panel-contact__headoffice p:not(:last-child) {
    margin-bottom: 30px;
  }

  .panel-centreDetails .content {
    font-size: 20px;
  }

  .panel-centreDetails .content p:not(:last-child) {
    margin-bottom: 40px;
  }

  .panel-centreDetails .title + .content,
  .panel-centreDetails .content + .author {
    margin-top: 50px;
  }

  .panel-centreDetails .grid-2 > .grid-item:nth-child(1) {
    padding-top: 90px;
  }

  .panel-centreDetails .grid-2 > .grid-item:nth-child(1) {
    padding-bottom: 90px;
  }

  .panel-content-img .title + .content,
  .panel-content-img .content + .buttons {
    margin-top: 30px;
  }

  .panel-content-img .content {
    font-size: 20px;
  }

  .panel-content-img .illo {
    max-width: 500px;
  }

  .panel-content-img .illo {
    max-height: 500px;
  }

  .repeater .panel-content-img:nth-child(even) .grid > .grid-item:nth-child(1) {
    padding-left: 60px;
  }

  .repeater .panel-content-img:nth-child(even) .grid > .grid-item:nth-child(1) {
    padding-right: 180px;
  }

  .repeater .panel-content-img:nth-child(odd) .grid > .grid-item:nth-child(1) {
    padding-left: 110px;
  }

  .repeater .panel-content-img:nth-child(odd) .grid > .grid-item:nth-child(1) {
    padding-right: 135px;
  }

  .repeater .panel-content-img + .panel-content-img {
    margin-top: 240px;
  }

  .panel-content-img.is-reversed .grid > .grid-item:nth-child(1) {
    padding-right: 180px;
  }

  .panel-enrol .container {
    max-width: 840px;
  }

  .panel-enrol .title + .content {
    margin-top: 40px;
  }

  .panel-enrol .content {
    font-size: 20px;
  }

  .panel-enrol .buttons {
    padding-top: 100px;
  }

  .panel-gallery__slider__controls {
    right: 100px;
  }

  .panel-gallery__slider__controls {
    bottom: 75px;
  }

  .panel-gallery__slider__controls .arrow .icon:before {
    width: 90px;
  }

  .panel-gallery__slider__controls .arrow .icon:before {
    height: 90px;
  }

  .panel-gallery__slider__controls .arrow .icon:before {
    line-height: 90px;
  }

  .panel-gallery__slider__controls .arrow .icon:before {
    font-size: 24px;
  }

  .panel-gallery__overlay {
    right: 70px;
  }

  .panel-gallery__overlay {
    bottom: 130px;
  }

  .panel-gallery__overlay {
    padding-left: 120px;
  }

  .panel-gallery__overlay {
    padding-right: 130px;
  }

  .panel-gallery__overlay {
    padding-top: 70px;
  }

  .panel-gallery__overlay {
    max-width: 710px;
  }

  .panel-gallery__overlay .title + .content {
    padding-top: 30px;
  }

  .panel-intro__content {
    font-size: 20px;
  }

  .panel-intro__title + .panel-intro__content,
  .panel-intro__title + .buttons,
  .panel-intro__content + .buttons {
    margin-top: 40px;
  }

  .panel-intro__partners {
    margin-top: 80px;
  }

  .panel-intro__partners {
    margin-left: -75px;
  }

  .panel-intro__partners {
    margin-right: -75px;
  }

  .panel-intro__partners > * {
    margin-top: 30px;
  }

  .panel-intro__partners > * {
    margin-bottom: 30px;
  }

  .panel-intro__partners > * {
    margin-left: 75px;
  }

  .panel-intro__partners > * {
    margin-right: 75px;
  }

  .panel-intro__partners > a {
    max-width: 250px;
  }

  .panel-journeys .panel-intro + .title--scattered {
    margin-top: 70px;
  }

  .page-home .panel-journeys .container:not(.container--narrow) {
    padding-top: 140px;
  }

  .page-home .panel-journeys .container:not(.container--narrow) {
    padding-bottom: 200px;
  }

  .page-learning .panel-journeys .container:not(.container--narrow) {
    padding-top: 90px;
  }

  .page-learning .panel-journeys .container:not(.container--narrow) {
    padding-bottom: 90px;
  }

  .panel-journeys .panel-intro + .grid,
  .panel-journeys .panel-intro + .hidden + .grid {
    margin-top: 70px;
  }

  .panel-journeys__image .meta .age {
    font-size: 14px;
  }

  .panel-journeys__image .meta .age strong {
    font-size: 44px;
  }

  .panel-journeys .content + .buttons {
    margin-top: 40px;
  }

  .panel-mosaic .arrow .icon {
    font-size: 24px;
  }

  .panel-people__item .content,
  .panel-people__item .text-link {
    font-size: 20px;
  }

  .panel-people__item .title,
  .panel-people__item .text-link {
    margin-top: 40px;
  }

  .panel-pointers__item {
    max-width: 500px;
  }

  .panel-pointers__item .illo {
    margin-bottom: 50px;
  }

  .panel-pointers__item .title {
    font-size: 20px;
  }

  .panel-pointers__item .title + .content {
    margin-top: 20px;
  }

  .panel-pointers__item .content {
    font-size: 18px;
  }

  .panel-quote figure figcaption {
    font-size: 20px;
  }

  .panel-quote figure blockquote + figcaption {
    margin-top: 40px;
  }

  .panel-quote blockquote {
    font-size: 26px;
  }

  .panel-statement__content {
    font-size: 20px;
  }

  .panel-statement__content .title + .content,
  .panel-statement__content p + p {
    margin-top: 30px;
  }

  .panel-statement__content {
    padding-top: 100px;
  }

  .panel-statement__content {
    padding-bottom: 100px;
  }

  .panel-statement__content {
    padding-left: 120px;
  }

  .panel-statement__content {
    padding-right: 120px;
  }

  .panel-tabs__nav button {
    font-size: 18px;
  }

  .panel-tabs__nav button {
    height: 90px;
  }

  .panel-tabs__tab {
    padding-left: 60px;
  }

  .panel-tabs__tab {
    padding-right: 60px;
  }

  .panel-tabs__tab {
    padding-top: 40px;
  }

  .panel-tabs__tab {
    padding-bottom: 40px;
  }

  .panel-tabs .buttons {
    padding: 60px;
  }

  .panel-testimonial figure figcaption {
    font-size: 20px;
  }

  .panel-testimonial figure blockquote + figcaption {
    margin-top: 40px;
  }

  .panel-testimonial blockquote {
    font-size: 26px;
  }

  .panel-testimonial blockquote {
    padding-top: 75px;
  }

  .panel-timeline-item:first-child {
    margin-top: 140px;
  }

  .panel-timeline-item:last-child {
    margin-bottom: 180px;
  }

  .panel-timeline-item + .panel-timeline-item {
    margin-top: 130px;
  }

  .panel-timeline-item .panel-timeline-item__bg,
  .panel-timeline-item .panel-timeline-item__content {
    padding-left: 90px;
  }

  .panel-timeline-item .panel-timeline-item__bg,
  .panel-timeline-item .panel-timeline-item__content {
    padding-right: 90px;
  }

  .panel-timeline-item .panel-timeline-item__content {
    font-size: 20px;
  }

  .panel-timeline-item .panel-timeline-item__content .pre-title {
    font-size: 24px;
  }

  .panel-timeline-item .panel-timeline-item__content .title + .content {
    margin-top: 60px;
  }

  .panel-timeline-item .panel-timeline-item__content .content p:not(:last-child) {
    margin-bottom: 30px;
  }

  .panel-timeline-item .panel-timeline-item__line {
    margin-bottom: -60px;
  }

  .panel-timeline-item .panel-timeline-item__line:after {
    width: 50px;
  }

  .panel-timeline-item--info .panel-timeline-item__inner {
    padding-top: 80px;
  }

  .panel-timeline-item--info .panel-timeline-item__inner {
    padding-bottom: 80px;
  }

  .panel-timeline-item--info .panel-timeline-item__inner {
    padding-left: 60px;
  }

  .panel-timeline-item--info .panel-timeline-item__inner {
    padding-right: 60px;
  }

  .panel-timeline-item--info .illo + .title {
    margin-top: 30px;
  }

  .panel-timeline-item--info .title + .content {
    margin-top: 20px;
  }

  .panel-timeline-item--info .content {
    font-size: 20px;
  }

  .panel-wysiwyg {
    font-size: 20px;
  }

  .panel-wysiwyg .container {
    padding-top: 90px;
  }

  .panel-wysiwyg .container {
    padding-bottom: 190px;
  }

  .panel-wysiwyg .wp-caption-text {
    font-size: 18px;
  }

  .panel-wysiwyg h2 {
    font-size: 40px;
  }

  .panel-wysiwyg h3 {
    font-size: 30px;
  }

  .panel-wysiwyg h4 {
    font-size: 25px;
  }

  .panel-wysiwyg h5 {
    font-size: 16px;
  }

  .panel-wysiwyg h6 {
    font-size: 14px;
  }

  .panel-wysiwyg * + blockquote {
    margin-top: 50px;
  }

  .panel-wysiwyg h1 + blockquote,
  .panel-wysiwyg h1 + p,
  .panel-wysiwyg h1 + ul,
  .panel-wysiwyg h1 + ol,
  .panel-wysiwyg h1 + img,
  .panel-wysiwyg h2 + blockquote,
  .panel-wysiwyg h2 + p,
  .panel-wysiwyg h2 + ul,
  .panel-wysiwyg h2 + ol,
  .panel-wysiwyg h2 + img,
  .panel-wysiwyg h3 + blockquote,
  .panel-wysiwyg h3 + p,
  .panel-wysiwyg h3 + ul,
  .panel-wysiwyg h3 + ol,
  .panel-wysiwyg h3 + img,
  .panel-wysiwyg h4 + blockquote,
  .panel-wysiwyg h4 + p,
  .panel-wysiwyg h4 + ul,
  .panel-wysiwyg h4 + ol,
  .panel-wysiwyg h4 + img,
  .panel-wysiwyg h5 + blockquote,
  .panel-wysiwyg h5 + p,
  .panel-wysiwyg h5 + ul,
  .panel-wysiwyg h5 + ol,
  .panel-wysiwyg h5 + img,
  .panel-wysiwyg h6 + blockquote,
  .panel-wysiwyg h6 + p,
  .panel-wysiwyg h6 + ul,
  .panel-wysiwyg h6 + ol,
  .panel-wysiwyg h6 + img {
    margin-top: 20px;
  }

  .panel-wysiwyg hr {
    margin-top: 90px;
  }

  .panel-wysiwyg hr {
    margin-bottom: 90px;
  }

  .panel-wysiwyg ul > li,
  .panel-wysiwyg ol > li {
    padding-left: 35px;
  }

  .panel-wysiwyg ul li:before {
    top: 11px;
  }

  .panel-wysiwyg ol li:before {
    font-size: 18px;
  }

  .panel-wysiwyg ol li:before {
    top: 4px;
  }

  .page-home .panel-intro > .container {
    padding-top: 115px;
  }

  .page-home .panel-intro > .container {
    padding-bottom: 150px;
  }

  .page-home .panel-pointers > .container {
    padding-top: 150px;
  }

  .page-home .panel-pointers > .container {
    padding-bottom: 150px;
  }

  .page-learning .panel-journeys {
    margin-bottom: 150px;
  }

  .page-learning .repeater .panel-statement + .panel-quote {
    margin-top: 250px;
  }

  .page-learning .repeater .panel-quote + .panel-statement {
    margin-top: 180px;
  }

  .page-learning .panel-enrol .container {
    padding-top: 280px;
  }

  .page-story .panel-statement--reverse {
    margin-top: 175px;
  }

  .page-story .panel-statement--reverse {
    margin-bottom: 175px;
  }

  .page-story .panel-statement {
    margin-bottom: 300px;
  }

  .page-story .panel-pointers {
    margin-top: 150px;
  }

  .page-story .panel-pointers {
    margin-bottom: 230px;
  }

  .page-story .panel-pointers .grid > .grid-item--full {
    margin-top: 50px;
  }

  .page-story .panel-pointers .grid > .grid-item--full {
    top: 0px;
  }

  .page-story .panel-pointers .title--scattered > div:nth-child(1) > div:nth-child(2) {
    top: 0px;
  }

  .page-story .panel-pointers .title--scattered > div:nth-child(1) > div:nth-child(3) {
    top: 0px;
  }

  .page-story .panel-pointers .title--scattered > div:nth-child(2) > div:nth-child(1) {
    top: 0px;
  }

  .page-story .panel-pointers .title--scattered > div:nth-child(2) > div:nth-child(2) {
    top: 0px;
  }

  .page-story .panel-pointers .title--scattered > div:nth-child(2) > div:nth-child(3) {
    top: 0px;
  }

  .page-story .panel-pointers .title--scattered > div:nth-child(2) > div:nth-child(5) {
    top: 0px;
  }

  .page-story .panel-pointers .title--scattered > div:nth-child(2) > div:nth-child(6) {
    top: 0px;
  }

  .page-story .panel-intro--centered {
    margin-top: 215px;
  }

  .page-story .panel-intro--centered {
    margin-bottom: 230px;
  }

  .page-careers__panel1 {
    margin-top: 140px;
  }

  .page-careers__panel1 {
    margin-bottom: 140px;
  }

  .page-careers__panel2 {
    margin-bottom: 190px;
  }

  .page-careers__panel3 {
    margin-bottom: 190px;
  }

  .page-careers__panel4 {
    margin-bottom: 160px;
  }

  .page-careers__panel5 {
    margin-bottom: 150px;
  }

  .page-careers__panel6 {
    margin-bottom: 180px;
  }

  .page-careers__panel5 .panel-intro,
  .page-careers__panel6 .panel-intro {
    margin-bottom: 120px;
  }

  .page-careers__panel7 {
    margin-bottom: 180px;
  }

  .page-careers__panel8 {
    margin-bottom: 180px;
  }

  .page-centre__panel1 {
    margin-top: 220px;
  }

  .page-centre__panel1 {
    margin-bottom: 160px;
  }

  .page-centre .panel-centreDetails {
    margin-bottom: 40px;
  }

  .page-single__panel1 {
    margin-bottom: 100px;
  }

  .page-single__panel2 {
    margin-bottom: 130px;
  }

  .page-single__panel3 {
    margin-bottom: 290px;
  }

  .page-single__panel4 {
    margin-bottom: 230px;
  }

  .page-single__panel5 {
    margin-bottom: 310px;
  }

  .page-single__panel6 {
    margin-bottom: 310px;
  }

  .page-single__panel7 {
    margin-bottom: 60px;
  }

  .page-contact .buttons {
    padding-top: 60px;
  }

  .page-enrol .panel-content-img .container {
    padding-top: 110px;
  }

  .page-enrol .panel-content-img .container {
    padding-bottom: 210px;
  }

  .page-register > .container {
    padding-top: 90px;
  }

  .page-register > .container {
    padding-bottom: 190px;
  }

  .map-tooltip {
    padding-left: 35px;
  }

  .map-tooltip {
    padding-right: 35px;
  }

  .map-tooltip .title {
    font-size: 20px;
  }
}

@media (max-width: 1350px) {
  .footer-main .footer-main__fineprint .grid > .grid-item:nth-child(1) {
    width: 23%;
  }
}

@media (max-width: 1280px) {
  .widget-search__inner {
    background-image: none !important;
  }

  .widget-search__form {
    max-width: none;
  }

  .widget-search li.widget-search__item .title + .address {
    margin-top: 20px;
  }

  .widget-search li.widget-search__item .status {
    height: 36px;
  }

  .widget-search li.widget-search__item .status,
  .widget-search li.widget-search__item .buttons {
    margin-top: 5px;
  }

  .widget-map {
    max-width: 600px;
    width: 40vw;
  }

  .widget-map .widget-map__input .icon--search {
    left: 0;
    margin-top: -11px;
  }

  .widget-map .widget-map__input .icon--search:before {
    width: 50px;
    height: 22px;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
  }

  .widget-map .widget-map__input input[type="text"] {
    font-size: 1.6rem;
    padding-left: 50px;
    font-family: "walsheim-reg", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  }

  .widget-map .widget-map__input input[type="text"]::-webkit-input-placeholder {
    font-size: 1.6rem;
    font-family: "walsheim-reg", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  }

  .widget-map li.widget-map__item {
    padding-bottom: 70px;
  }

  .widget-map li.widget-map__item .title + .address {
    margin-top: 20px;
  }

  .widget-map li.widget-map__item .status,
  .widget-map li.widget-map__item .btn {
    position: absolute;
    bottom: 20px;
  }

  .widget-map li.widget-map__item .status {
    left: 20px;
    height: 36px;
  }

  .widget-map li.widget-map__item .btn {
    right: 20px;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }

  .modaal-gallery-control:before,
  .modaal-gallery-control:after {
    background: #fff;
  }

  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }

  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media (max-width: 1080px) {
  .panel-journeys__image .title {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 1024px) {
  .widget-search li.widget-search__item {
    padding-bottom: 20px;
  }

  .widget-search li.widget-search__item .status,
  .widget-search li.widget-search__item .btn {
    position: static;
  }

  .widget-search li.widget-search__item .status,
  .widget-search li.widget-search__item .btn {
    margin-top: 10px;
  }

  .widget-map li.widget-map__item {
    padding-bottom: 20px;
  }

  .widget-map li.widget-map__item .status,
  .widget-map li.widget-map__item .btn {
    position: static;
  }

  .widget-map li.widget-map__item .status,
  .widget-map li.widget-map__item .btn {
    margin-top: 10px;
  }

  .panel-quote figure {
    padding-left: 80px;
  }

  .panel-quote blockquote:before {
    font-size: 6.0rem;
  }

  .panel-testimonial blockquote:before {
    font-size: 6.0rem;
  }
}

@media (max-width: 961px) {
  .hero.hero--video .video-play {
    margin: 30px auto 0;
    -webkit-transform: translateX(-90px);
    -ms-transform: translateX(-90px);
    transform: translateX(-90px);
  }
}

@media (max-width: 960px) {
  .is-internalNavSticky .internal-nav {
    background-color: #343e43;
  }

  .is-internalNavSticky .internal-nav a {
    color: white;
  }

  .header-main__translate {
    display: none;
  }

  .header-main {
    width: 280px;
    height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-top: 70px;
    font-size: 1.6rem;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  }

  .header-main__logo {
    display: none;
  }

  body:not(.is-mobOpen) .header-main {
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
  }

  .header-main:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 1px;
    height: 100%;
    display: block;
    background-color: #30393e;
    pointer-events: none;
  }

  .header-main .container {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
  }

  .header-main .btn-wrap {
    position: absolute;
    left: 0;
    top: 0;
    height: 70px;
    width: 100%;
    border-bottom: 1px solid #46535a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-main .btn-wrap > .btn {
    width: calc(100% - 50px);
  }

  .header-main nav ul > li {
    line-height: 50px;
    border-bottom: 1px solid #46535a;
    position: relative;
  }

  .header-main nav ul > li.is-active a {
    color: #82C341;
  }

  .header-main nav ul > li.is-active:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 4px;
    height: 100%;
    display: block;
    background-color: #82C341;
  }

  .header-main nav ul > li:not(:last-child) {
    margin-right: 0;
  }

  .header-main nav ul > li > a {
    line-height: inherit;
    color: white;
    display: block;
    padding: 0 25px;
  }

  html:not(.mobile):not(.tablet) .header-main nav ul > li > a:hover,
  html:not(.mobile):not(.tablet) .header-main nav ul > li > a:focus,
  .header-main nav ul > li > a.on_press {
    background-color: #30393e;
    opacity: 1;
  }

  .header-main__secondary {
    width: 100%;
    padding: 30px 25px;
  }

  .header-main__secondary ul:not(:last-child) {
    margin-bottom: 20px;
  }

  .header-main__secondary ul:not(.list-social) {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .header-main__secondary ul:not(.list-social) li {
    margin: 0;
    padding: 0;
  }

  .header-main__secondary ul:not(.list-social) > li {
    font-size: 1.3rem;
  }

  .header-main__secondary ul:not(.list-social) > li:not(:last-child) {
    margin-bottom: 10px;
  }

  .header-main__secondary ul:not(.list-social) > li a {
    color: white;
    display: block;
    -webkit-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
  }

  html:not(.mobile):not(.tablet) .header-main__secondary ul:not(.list-social) > li a:hover,
  html:not(.mobile):not(.tablet) .header-main__secondary ul:not(.list-social) > li a:focus,
  .header-main__secondary ul:not(.list-social) > li a.on_press {
    opacity: .65;
  }

  .header-main__secondary ul.list-social > li {
    margin-right: 0;
  }

  .header-main__secondary ul.list-social > li:not(:last-child) {
    margin-right: 6px;
  }

  .header-main__secondary ul.list-social .icon:before {
    line-height: 30px;
    width: 30px;
    height: 30px;
  }

  .header-main__secondary ul.list-social .icon--youtube:before {
    font-size: 10px;
  }

  .header-mobile {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .is-mobOpen .header-mobile {
    -webkit-transform: translateX(-280px);
    -ms-transform: translateX(-280px);
    transform: translateX(-280px);
  }

  .header-mobile__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 70px;
    padding: 0 25px;
    background-color: white;
  }

  .header-mobile__logo {
    display: block;
    -webkit-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
  }

  html:not(.mobile):not(.tablet) .header-mobile__logo:hover,
  html:not(.mobile):not(.tablet) .header-mobile__logo:focus,
  .header-mobile__logo.on_press {
    opacity: .65;
  }

  .header-mobile__logo img {
    width: 181px;
    height: 41px;
    display: block;
    margin: 0;
  }

  .header-mobile__buttons {
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-mobile__buttons > .btn {
    font-family: "walsheim-med", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal;
    padding: 0;
    width: 50%;
    height: 45px;
    background-color: #3B464C;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background-color 0.4s ease-in-out;
    -o-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
  }

  .header-mobile__buttons > .btn .icon {
    color: #41ABE4;
    font-size: 20px;
    margin-left: 10px;
  }

  html:not(.mobile):not(.tablet) .header-mobile__buttons > .btn:hover,
  html:not(.mobile):not(.tablet) .header-mobile__buttons > .btn:focus,
  .header-mobile__buttons > .btn.on_press {
    background-color: #30393e;
  }

  .header-mobile__buttons > .btn + .btn {
    border-left: 1px solid #4E616C;
  }

  .is-internalNavSticky.internal .header-mobile,
  .is-internalNavSticky.is-headerSticky .header-mobile {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #4E616C;
  }

  .footer-main .container {
    max-width: 500px;
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .footer-main__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-main__logo img:not(.vert) {
    display: none;
  }

  .footer-main__logo img.vert {
    width: 132px;
    height: 76px;
  }

  .footer-main .footer-main__search {
    display: none;
  }

  .footer-main .footer-main__subscribe {
    margin-bottom: 0;
  }

  .footer-main .list-social__subscribe {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }

  .footer-main .list-social__subscribe label input {
    outline: none;
    opacity: 1;
    width: 100%;
  }

  .footer-main .list-social__subscribe label .title {
    -webkit-transform: translate(20px, 0%);
    -ms-transform: translate(20px, 0%);
    transform: translate(20px, 0%);
    line-height: 30px;
  }

  .footer-main .list-social__subscribe label .icon--email-heart:before {
    -webkit-box-shadow: 0 0 0 0 #ffffff !important;
    box-shadow: 0 0 0 0 #ffffff !important;
  }

  .footer-main .footer-main__fineprint .grid > .grid-item:nth-child(1),
  .footer-main .footer-main__fineprint .grid > .grid-item:nth-child(2) {
    display: none;
  }

  .footer-main .footer-main__fineprint .grid > .grid-item:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 20px;
    color: #455259;
    width: 100%;
  }

  .footer-main .footer-main__fineprint .grid > .grid-item:nth-child(3) p:not(:last-child) {
    margin-right: 20px;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1500px;
  }

  body.is-mobOpen .container--outer {
    -webkit-transform: translateX(-280px);
    -ms-transform: translateX(-280px);
    transform: translateX(-280px);
  }

  .hero {
    max-height: 800px;
  }

  .hero__inner {
    vertical-align: bottom;
  }

  .hero__content {
    text-align: center;
    margin: 0 auto;
  }

  .hero .buttons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-slider__controls {
    bottom: 20px;
    left: 20px;
  }

  .hero-slider .hero .container {
    padding-bottom: 70px;
  }

  .hero--centre {
    height: auto;
  }

  .hero--enrol {
    height: auto;
    max-height: none;
    display: block;
  }

  .hero--enrol .hero__inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .hero--enrol .bg {
    width: 100vw;
    height: auto;
    position: relative;
    min-height: 350px;
  }

  .hero--enrol .bg:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 56.25%;
  }

  .hero--enrol .content {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .hero--landing .container {
    position: relative;
  }

  .hero--landing .container:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 135%;
    display: block;
    background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%);
  }

  .hero--landing .container .hero__content {
    position: relative;
    z-index: 2;
  }

  .hero--landing .bg {
    width: 100%;
  }

  .hero--landing .bg:before {
    width: 100%;
    height: 65%;
    bottom: 0;
    top: auto;
    background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%);
  }

  .hero--landing .bg:after {
    content: none;
  }

  .hero--landing .content {
    margin-bottom: 20px;
  }

  .hero--landing .title-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero--landing .title--fancy__decorative {
    margin-left: 0;
  }

  .hero--landing .meta .age {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero--simple {
    height: auto;
    max-height: none;
    display: block;
  }

  .hero--simple .hero__inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero--simple .bg {
    width: 100vw;
    height: auto;
    position: relative;
  }

  .hero--simple .bg:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 56.25%;
  }

  .hero.hero--video .hero__inner {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .widget-search .widget-search__inner {
    padding: 30px 40px;
  }

  .widget-search .buttons {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  body:not(.page-enrol) .widget-search {
    position: fixed;
    left: 0;
    margin-top: 0;
    width: 100vw;
    height: calc(100vh - 115px);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    top: 115px;
    z-index: 100;
  }

  body:not(.page-enrol) .widget-search .container {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  body:not(.page-enrol) .widget-search__inner {
    background-image: none !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    min-height: 0;
    padding: 10px 30px 30px;
    border-radius: 0;
  }

  body:not(.page-enrol) .widget-search__inner > .title {
    display: none;
  }

  body:not(.page-enrol) .widget-search__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: none;
  }

  body:not(.page-enrol) .widget-search__input input[type="text"] {
    height: 60px;
    padding: 0;
  }

  body:not(.page-enrol) .widget-search__input .icon {
    display: none;
  }

  body:not(.page-enrol) .widget-search__use-location,
  body:not(.page-enrol) .widget-map__use-location {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 0;
    text-align: left;
  }

  body:not(.page-enrol) .widget-search__list {
    margin-top: 10px;
    margin-left: -30px;
    margin-right: -30px;
    width: 100vw;
  }

  body:not(.is-searchOpen):not(.page-enrol) .widget-search {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  body:not(.is-searchOpen):not(.page-enrol) .widget-search__list {
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
  }

  .widget-map .widget-map__input input[type="text"] {
    padding-left: 20px;
  }

  .widget-map .widget-map__input .icon:before {
    content: none;
  }

  .widget-map__use-location,
  .widget-map__search .btn-location-toggle {
    font-size: 1.3rem;
  }

  .widget-map__use-location {
    padding-left: 35px;
  }

  .widget-sidebar__header .buttons .btn {
    margin-top: 10px;
    max-width: 260px;
  }

  .widget-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: -30px;
    margin-right: -30px;
    width: auto;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    -webkit-box-shadow: none;
    box-shadow: none;
    /*
            &__header {
                border-bottom: 1px solid lighten($brand-dark, 8%);
            }

            &__buttons,
            &__buttons .btn + .btn {
                border-top: 1px solid lighten($brand-dark, 8%);
            }

            &,
            .title,
            &__header .buttons .btn-text,
            &__buttons .btn {
                color: white;
            }
        */
  }

  .widget-sidebar__buttons .btn {
    padding-left: 20px;
    padding-right: 20px;
    background-color: white;
  }

  .widget-sidebar__buttons .btn .icon--floorplan,
  .widget-sidebar__buttons .btn .icon--coffee,
  .widget-sidebar__buttons .btn .icon--question {
    right: 20px;
  }

  .widget-sidebar,
  .widget-sidebar__header,
  .widget-sidebar__enrol a {
    border-radius: 0;
  }

  .widget-sidebar__buttons .btn,
  .widget-sidebar__enrol a {
    height: 60px;
    line-height: 60px;
  }

  .widget-sidebar__header {
    padding: 20px;
  }

  .widget-sidebar__content {
    padding: 20px;
    font-size: 1.6rem;
    background-color: #fafafa;
  }

  .widget-sidebar__enrol {
    display: none;
  }

  .widget-sidebar-expand__button {
    border: 0;
    padding: 0;
    cursor: pointer;
    font-family: "walsheim-bold", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 1.4rem;
    line-height: 50px;
    color: #3B464C;
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #EAEAEA;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .widget-sidebar-expand__button:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #3B464C transparent transparent transparent;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }

  .widget-sidebar-expand__content {
    display: none;
  }

  .widget-sidebar-expand__enrol {
    display: none;
    margin-top: -1px;
  }

  .widget-sidebar-expand.is-active .widget-sidebar-expand__button:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .panel-card.is-now-open .status strong {
    color: #82C341;
  }

  .panel-card.is-opening-soon .status strong {
    color: #7CCDCB;
  }

  .panel-card.is-planned .status strong {
    color: #E0970C;
  }

  .panel-card .status {
    margin-top: 15px;
  }

  .panel-card .status strong {
    font-family: "walsheim-med", "Calibre", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  }

  .panel-card .buttons .btn {
    margin-top: 10px;
    max-width: 260px;
    display: none;
  }

  .panel-contact .container > .grid > .grid-item.grid-item--main,
  .panel-contact .container > .grid > .grid-item.grid-item--sidebar {
    width: 100%;
  }

  .panel-contact .container > .grid > .grid-item.grid-item--sidebar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .panel-centreDetails .grid-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .panel-centreDetails .grid-2 .grid-item {
    width: 100%;
  }

  .panel-gallery__slider__controls .arrow .icon:before {
    -webkit-box-shadow: 0 0 0 16px white;
    box-shadow: 0 0 0 16px white;
  }

  .panel-gallery__slider__controls .arrow:hover .icon:before {
    -webkit-box-shadow: 0 0 0 20px white;
    box-shadow: 0 0 0 20px white;
  }

  .panel-gallery__overlay {
    padding-bottom: 70px;
  }

  .panel-gallery:before {
    content: none;
  }

  .panel-gallery__overlay {
    position: relative;
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
    max-width: none;
    background-color: #7CCDCB;
    padding: 40px;
    padding-top: 60px;
  }

  .panel-gallery__overlay svg {
    display: none;
  }

  .panel-gallery__overlay .content {
    max-width: 500px;
  }

  .panel-gallery__slider {
    position: relative;
  }

  .panel-gallery__slider__controls {
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
    margin-top: 0;
    width: 100%;
    display: block;
  }

  .panel-gallery__slider__controls:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 56.25%;
  }

  .panel-gallery__slider__controls .arrow {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .panel-gallery__slider__controls .arrow--next {
    float: right;
  }

  .panel-mosaic .arrow .icon {
    border: 16px solid white;
    width: 112px;
    height: 112px;
    line-height: 80px;
    border-radius: 80px;
  }

  .panel-statement .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .panel-statement .grid > .grid-item {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }

  .panel-statement .title {
    padding-right: 50px;
  }

  .panel-statement .bg {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .panel-statement .bg:before {
    padding-top: 56.25%;
  }

  .panel-statement .panel-statement__content {
    margin-left: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .panel-statement .panel-statement__blot svg {
    width: 100vw;
    height: auto;
    -webkit-transform: translate(-50%, -85%);
    -ms-transform: translate(-50%, -85%);
    transform: translate(-50%, -85%);
  }

  .panel-statement .illo {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    -webkit-transform: translate(50%, -40%);
    -ms-transform: translate(50%, -40%);
    transform: translate(50%, -40%);
  }

  .page-learning .panel-journeys {
    margin-bottom: 0;
  }

  .page-register > .container > .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .page-register > .container > .grid > .grid-item--sidebar,
  .page-register > .container > .grid > .grid-item--main {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media screen and (max-width: 800px) {
  .step-in {
    opacity: 1 !important;
  }

  .step-up {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .btn--tour {
    padding-left: 0;
    padding-right: 0;
  }

  .hero {
    max-height: 400px;
  }

  .hero--landing .meta .age {
    padding: 15px 20px;
  }

  .hero--landing {
    max-height: none;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    max-height: none;
  }

  .hero--landing .hero__inner {
    margin-top: -15%;
  }

  .hero--landing .bg {
    position: relative;
  }

  .hero--landing .bg,
  .hero--landing .bg:before {
    width: 100%;
    height: auto;
  }

  .hero--landing .bg:before {
    padding-top: 56.25%;
    position: relative;
  }

  .hero--landing__scroll {
    font-size: 1.4rem;
  }

  .hero--map {
    max-height: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    height: auto;
  }

  .hero--map:after {
    content: '';
    display: block;
    width: 100%;
    height: 400px;
  }

  .hero--map .container {
    padding: 0;
  }

  .hero--map iframe,
  .hero--map .map {
    width: 100%;
    height: 400px !important;
  }

  .widget-search {
    /*li.widget-search__item {
            .status {
                position: absolute;
                top: 10px;
                bottom: auto;
                left: auto;
                right: 20px;
                margin-top: 0;
            }
            .btn {
                position: absolute;
                top: auto;
                bottom: 10px;
                left: auto;
                right: 20px;
                margin-top: 0;
            }
        }*/
  }

  .widget-search__inner {
    padding-top: 10px;
  }

  .widget-search__input input[type="text"] {
    height: 50px;
  }

  .widget-search__input input[type="text"],
  .widget-search__input input[type="text"]::-webkit-input-placeholder {
    font-size: 1.4rem;
  }

  .widget-search__use-location,
  .widget-map__use-location {
    padding-left: 25px;
    line-height: 40px;
  }

  .widget-search__use-location .icon,
  .widget-map__use-location .icon {
    margin-top: -7px;
  }

  .widget-search__use-location .icon:before,
  .widget-map__use-location .icon:before {
    font-size: 14px;
    height: 14px;
    width: 14px;
    line-height: 14px;
  }

  .widget-search__use-location,
  .widget-map__use-location,
  .widget-search__aside {
    font-size: 1.2rem;
  }

  .widget-search__aside .title,
  .widget-search__aside ul,
  .widget-search__aside ul li:not(:last-child) {
    margin-right: 20px;
  }

  .widget-search__aside ul li:nth-child(n+3) {
    display: none;
  }

  .widget-search__form + .widget-search__aside {
    margin-top: 10px;
  }

  body.page-enrol .widget-search__inner {
    border-radius: 10px;
    padding: 20px 30px;
  }

  body.page-enrol .widget-search__use-location,
  body.page-enrol .widget-map__use-location {
    margin-top: -20px;
  }

  body.page-enrol .widget-search__input input[type="text"] {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  body.page-enrol .widget-search__input .icon {
    margin-top: -12px;
  }

  body.page-enrol .widget-search__input .icon:before {
    font-size: 2.4rem;
    width: 24px;
    height: 24px;
  }

  body.page-enrol .widget-search__aside {
    display: none;
  }

  .widget-map {
    position: relative;
    top: 0;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    width: 100vw;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .widget-map,
  .widget-map__search,
  .widget-map__overflow {
    border-radius: 0;
  }

  .widget-map__overflow {
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow-y: visible;
    position: relative;
    width: 100vw;
  }

  .widget-map__overflow:before {
    top: 0;
    left: 100vw;
    right: 0;
    bottom: auto;
    width: 50px;
    height: 100%;
    margin-left: -50px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.1)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  }

  .widget-map__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .widget-map li {
    min-width: 450px;
  }

  .widget-map li.widget-map__item .status {
    position: absolute;
    top: 10px;
    bottom: auto;
    left: auto;
    right: 20px;
    margin-top: 0;
  }

  .widget-map li.widget-map__item .btn {
    position: absolute;
    top: auto;
    bottom: 10px;
    left: auto;
    right: 20px;
    margin-top: 0;
  }

  .widget-map li.widget-map__item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .widget-sidebar__content,
  .widget-sidebar__buttons .btn {
    font-size: 1.4rem;
  }

  .widget-sidebar .widget-sidebar__buttons .btn,
  .widget-sidebar .widget-sidebar__enrol a {
    height: 50px;
    line-height: 50px;
  }

  .widget-sidebar .widget-sidebar__enrol a {
    font-size: 1.6rem;
  }

  .panel-benchmark__slider__item {
    padding: 0 10px;
  }

  .panel-benchmark__slider .slick-list {
    margin: 0 -10px;
    width: calc(100% + 20px);
  }

  .panel-benchmark__slider .arrow .icon:before {
    width: 58px;
    height: 58px;
    line-height: 58px;
    font-size: 15px;
  }

  .panel-benchmark__slider .arrow--prev {
    padding-right: 0;
    margin-right: -28px;
  }

  .panel-benchmark__slider .arrow--next {
    padding-left: 0;
    margin-left: -28px;
  }

  .panel-contact .container > .grid > .grid-item + .grid-item {
    border-top: 1px solid #EAEAEA;
    margin-top: 40px;
    padding-top: 40px;
  }

  .panel-contact .grid-2 > .grid-item {
    width: 50%;
  }

  .panel-contact .grid-2 > .grid-item + .grid-item {
    margin-top: 0;
  }

  .panel-centreDetails .grid > .grid-item + .grid-item {
    margin-top: 0;
  }

  .repeater .panel-content-img:nth-child(4n-3) .illo {
    bottom: 0;
    left: 0;
    -webkit-transform: translate(-15%, 45%);
    -ms-transform: translate(-15%, 45%);
    transform: translate(-15%, 45%);
  }

  .repeater .panel-content-img:nth-child(4n-2) .illo {
    bottom: 0;
    right: 0;
    -webkit-transform: translate(15%, 45%);
    -ms-transform: translate(15%, 45%);
    transform: translate(15%, 45%);
  }

  .repeater .panel-content-img:nth-child(4n-1) .illo {
    top: 0;
    left: 0;
    -webkit-transform: translate(-25%, -25%);
    -ms-transform: translate(-25%, -25%);
    transform: translate(-25%, -25%);
  }

  .repeater .panel-content-img:nth-child(4n-0) .illo {
    top: 0;
    right: 0;
    -webkit-transform: translate(25%, -25%);
    -ms-transform: translate(25%, -25%);
    transform: translate(25%, -25%);
  }

  .panel-content-img.is-reversed .illo {
    bottom: 0;
    left: 0;
    -webkit-transform: translate(-15%, 45%);
    -ms-transform: translate(-15%, 45%);
    transform: translate(-15%, 45%);
  }

  .panel-enrol .panel-enrol__inner {
    position: relative;
    z-index: 2;
  }

  .panel-enrol .bg {
    position: relative;
    z-index: 1;
    margin-top: -15%;
  }

  .panel-enrol .bg:after {
    background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 50%);
    background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 50%);
  }

  .panel-enrol .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: static;
  }

  .panel-enrol .buttons > .btn:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .panel-gallery__slider__controls .arrow .icon:before {
    -webkit-box-shadow: 0 0 0 14px white;
    box-shadow: 0 0 0 14px white;
  }

  .panel-gallery__slider__controls .arrow:hover .icon:before {
    -webkit-box-shadow: 0 0 0 18px white;
    box-shadow: 0 0 0 18px white;
  }

  .panel-timeline + .panel-journeys {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .panel-journeys__image .meta .age {
    padding: 15px 20px;
  }

  .panel-journeys__image + .content {
    margin-top: 40px;
  }

  .panel-mosaic .arrow .icon {
    border: 14px solid white;
    width: 98px;
    height: 98px;
    line-height: 70px;
    border-radius: 70px;
  }

  .panel-quote figure {
    padding-left: 40px;
  }

  .panel-quote blockquote:before {
    font-size: 5.0rem;
  }

  .panel-statement .grid > .grid-item + .grid-item {
    margin-top: 0;
  }

  .panel-statement .illo {
    -webkit-transform: translate(20px, -40%);
    -ms-transform: translate(20px, -40%);
    transform: translate(20px, -40%);
  }

  .panel-tabs {
    border-radius: 8px;
  }

  .panel-tabs__nav li.is-active:first-child:before {
    border-radius: 9px 0 0 0;
  }

  .panel-tabs__nav li.is-active:last-child:before {
    border-radius: 0 9px 0 0;
  }

  .panel-testimonial__image {
    width: 100%;
    position: relative;
    display: block;
  }

  .panel-testimonial__image:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 56.25%;
  }

  .panel-testimonial__content {
    padding: 20px 30px 30px;
  }

  .panel-testimonial blockquote:before {
    font-size: 5.0rem;
  }

  .panel-timeline {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
  }

  .panel-timeline > .illo:first-child {
    width: 70px;
    height: 70px;
    margin-left: 20px;
  }

  .panel-timeline > .illo:last-child {
    width: 100px;
    height: 100px;
    margin-left: 20px;
  }

  .panel-timeline > .illo {
    left: 0;
  }

  .panel-timeline > .illo > svg {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .panel-timeline-item {
    display: block;
    padding-left: 80px;
  }

  .panel-timeline-item .panel-timeline-item__bg,
  .panel-timeline-item .panel-timeline-item__content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .panel-timeline-item .panel-timeline-item__bg {
    -webkit-transform: translateX(-10px) rotate(-2deg);
    -ms-transform: translateX(-10px) rotate(-2deg);
    transform: translateX(-10px) rotate(-2deg);
  }

  .panel-timeline-item .panel-timeline-item__content {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  .panel-timeline-item .panel-timeline-item__bg,
  .panel-timeline-item .panel-timeline-item__content {
    margin-top: 20px;
  }

  .panel-timeline-item .panel-timeline-item__line {
    left: 20px;
    margin-left: 0;
    height: 150vw;
  }

  .panel-timeline-item .panel-timeline-item__line:after {
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
    left: 100%;
  }

  .panel-timeline-item.is-revealed .panel-timeline-item__bg {
    -webkit-transform: translateX(0) rotate(2deg);
    -ms-transform: translateX(0) rotate(2deg);
    transform: translateX(0) rotate(2deg);
  }

  .panel-timeline-item.is-revealed .panel-timeline-item__content {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .panel-timeline-item.is-revealed .panel-timeline-item__bg,
  .panel-timeline-item.is-revealed .panel-timeline-item__content {
    opacity: 1;
  }

  .panel-timeline-item.is-revealed .panel-timeline-item__line:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }

  .panel-timeline-item.is-revealed .panel-timeline-item__line:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }

  .panel-wysiwyg .alignleft,
  .panel-wysiwyg .alignright,
  .panel-wysiwyg .aligncenter,
  .panel-wysiwyg .alignnone {
    text-align: center;
    margin: 30px auto;
  }

  .panel-wysiwyg .alignleft img,
  .panel-wysiwyg .alignleft .wp-caption-text,
  .panel-wysiwyg .alignright img,
  .panel-wysiwyg .alignright .wp-caption-text,
  .panel-wysiwyg .aligncenter img,
  .panel-wysiwyg .aligncenter .wp-caption-text,
  .panel-wysiwyg .alignnone img,
  .panel-wysiwyg .alignnone .wp-caption-text {
    margin-left: auto;
    margin-right: auto;
  }

  .panel-wysiwyg hr:after {
    max-width: 50px;
  }
}

@media (max-width: 681px) {
  .panel-content-img .grid > .grid-item:nth-child(1),
  .panel-content-img .grid > .grid-item:nth-child(2) {
    width: 100%;
  }
}

@media (max-width: 680px) {
  .btn--outline img {
    width: 25px;
    height: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .panel-benchmark .title-bar .title + .content {
    margin-top: 20px;
  }

  .panel-content-img .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .repeater .panel-content-img:nth-child(4n-3) .grid-item + .grid-item,
  .repeater .panel-content-img:nth-child(4n-2) .grid-item + .grid-item {
    margin-bottom: 70px;
  }

  .repeater .panel-content-img:nth-child(4n-1) .grid-item + .grid-item,
  .repeater .panel-content-img:nth-child(4n-0) .grid-item + .grid-item {
    margin-bottom: 40px;
  }

  .repeater .panel-content-img:nth-child(even) .grid > .grid-item:nth-child(1) {
    padding: 0;
  }

  .repeater .panel-content-img:nth-child(odd) .grid > .grid-item:nth-child(1) {
    padding: 0;
  }

  .panel-content-img.is-reversed .grid > .grid-item:nth-child(1) {
    padding: 0;
  }

  .panel-content-img.is-reversed .grid-item + .grid-item {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media (max-width: 600px) {
  .grid-2 > .grid-item {
    width: 100%;
  }

  .grid-2 > .grid-item:not(:last-child) {
    margin-bottom: 20px;
  }

  .fieldset-days label {
    display: block;
    width: 100%;
    margin-right: 0;
  }

  .fieldset-days .checkbox__text {
    line-height: 34px;
  }

  body.page-enrol .widget-search .widget-search__use-location,
  body.page-enrol .widget-search .widget-map__use-location {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    line-height: 18px;
  }

  .panel-contact .container > .grid > .grid-item.grid-item--sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .panel-contact__headoffice {
    margin-bottom: 40px;
  }

  .panel-mosaic {
    margin-left: -35px;
    margin-right: -35px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .panel-mosaic .slick-list {
    overflow: visible;
  }

  .panel-mosaic .slick-list .slick-slide:focus {
    outline: none;
  }

  .panel-mosaic .gutter-50 {
    margin-left: 0;
  }

  .panel-mosaic .gutter-50 > div {
    padding-left: 0;
  }

  .panel-mosaic .grid .grid-item {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .panel-tabs {
    padding-top: 50px;
    position: relative;
  }

  .panel-tabs__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 50px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: white;
  }

  .panel-tabs__nav button {
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .panel-tabs__nav li:not(:last-child) {
    border-bottom: 1px solid #EAEAEA;
  }

  .panel-tabs__nav li.is-active {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }

  .panel-tabs__nav li.is-active:first-child:before,
  .panel-tabs__nav li.is-active:last-child:before,
  .panel-tabs__nav li.is-active:before {
    border-radius: 8px 8px 0 0;
  }

  .panel-tabs__nav li.is-active button {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    cursor: pointer;
  }

  .panel-tabs__nav li.is-active button:after {
    content: '';
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: white transparent transparent transparent;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }

  .panel-tabs__nav li:not(.is-active) {
    display: none;
  }

  .panel-tabs__nav.is-open {
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  }

  .panel-tabs__nav.is-open li.is-active button:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .panel-tabs__nav.is-open li:not(.is-active) {
    display: block;
  }

  .page-story .panel-pointers .grid {
    padding-top: 100px;
    position: relative;
  }

  .page-story .panel-pointers .grid > .grid-item--full {
    position: absolute;
    top: 0;
    height: 100px;
  }

  .page-story .panel-pointers .grid > .grid-item--full .title--scattered {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }
}

@media (max-width: 580px) {
  .grid-4 > .grid-item {
    width: 100%;
  }

  .panel-people__item {
    margin: 0 auto;
  }
}

@media (max-width: 540px) {
  .hero.hero--video .video-play {
    margin-top: 10px;
  }
}

@media (max-width: 480px) {
  .grid-3 > .grid-item + .grid-item {
    margin-top: 40px;
  }

  .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .buttons > .btn:not(:last-child) {
    margin-bottom: 10px;
  }

  .btn-gallery {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .internal-nav .extra {
    display: none;
  }

  .footer-main .footer-main__logo {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 30px;
  }

  .footer-main .footer-main__mobile p {
    text-align: left;
  }

  .footer-main .footer-main__subscribe {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 30px;
  }

  .footer-main .grid-3 > .grid-item + .grid-item {
    margin-top: 0;
  }

  .footer-main .footer-main__fineprint .grid > .grid-item:nth-child(3) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 0;
  }

  .footer-main .footer-main__fineprint .grid > .grid-item:nth-child(3) .footer-main__copyright {
    margin-right: 0;
  }

  .footer-main .footer-main__fineprint .grid > .grid-item:nth-child(3) .footer-main__credits {
    margin-left: 0;
    margin-top: 5px;
  }

  .hero--enrol .container {
    padding-bottom: 0;
  }

  .hero--landing .meta .age {
    padding: 10px 15px;
  }

  .hero--landing__scroll {
    font-size: 1.3rem;
    padding-left: 20px;
  }

  .hero--landing__scroll .icon {
    top: 10px;
    margin-top: -7px;
  }

  .hero--landing__scroll .icon:before {
    font-size: 14px;
  }

  .hero--landing .title-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero--landing .title-wrap .meta {
    border-left: 0;
  }

  .widget-search li {
    min-width: 250px;
  }

  .widget-search li.widget-search__item .status,
  .widget-search li.widget-search__item .btn {
    position: static;
    margin-top: 10px;
  }

  .widget-search li.widget-search__item .buttons > .btn {
    margin-top: 0;
  }

  .widget-search li.widget-search__item .buttons > .btn:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .widget-search .widget-search__aside {
    display: none;
  }

  body:not(.page-enrol) .widget-search__inner {
    padding-bottom: 10px;
  }

  body.page-enrol .widget-search {
    margin-left: -30px;
    margin-right: -30px;
    border-bottom: 1px solid #EAEAEA;
  }

  body.page-enrol .widget-search .widget-search__inner {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
  }

  .widget-map li {
    min-width: 250px;
  }

  .widget-map li.widget-map__item .status,
  .widget-map li.widget-map__item .btn {
    position: static;
    margin-top: 10px;
  }

  .panel-benchmark__slider__item {
    padding: 0 5px;
  }

  .panel-benchmark__slider .slick-list {
    margin: 0 -5px;
    width: calc(100% + 10px);
  }

  .panel-contact .grid-2 > .grid-item {
    width: 100%;
  }

  .panel-centreDetails .author__stamp {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }

  .panel-gallery__slider__controls .arrow .icon:before {
    -webkit-box-shadow: 0 0 0 12px white;
    box-shadow: 0 0 0 12px white;
  }

  .panel-gallery__slider__controls .arrow:hover .icon:before {
    -webkit-box-shadow: 0 0 0 16px white;
    box-shadow: 0 0 0 16px white;
  }

  .panel-timeline + .panel-journeys {
    margin-top: 0;
    margin-bottom: 0;
  }

  .panel-journeys .panel-intro + .title--scattered {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding-left: 0;
  }

  .panel-journeys__image .meta .age {
    padding: 10px 15px;
  }

  .panel-journeys .panel-journeys__item .content,
  .panel-journeys .buttons {
    display: none;
  }

  .panel-journeys .grid {
    margin-left: -30px;
    margin-right: -30px;
    width: auto;
  }

  .panel-journeys .grid > .grid-item {
    width: 100%;
    padding: 20px 0;
  }

  .panel-journeys .grid > .grid-item:not(:last-child) {
    border-bottom: 1px solid #EAEAEA;
  }

  .panel-journeys .grid > .grid-item + .grid-item {
    margin-top: 0;
  }

  .panel-journeys .bg:after {
    content: none;
  }

  .panel-journeys__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .panel-journeys__image {
    max-width: none;
    min-height: 100px;
    min-width: 280px;
    padding-left: 120px;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .panel-journeys__image:before {
    content: none;
  }

  .panel-journeys__image .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: auto;
  }

  .panel-journeys__image .bg:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;
  }

  .panel-journeys__image .title {
    position: static;
    color: #3B464C;
    text-shadow: none;
    text-align: left;
    width: auto;
    padding: 0;
    margin-bottom: 10px;
  }

  .panel-journeys__image .meta {
    position: relative;
    left: 0;
    top: 0;
    bottom: auto;
    -webkit-transform: translateX(0) scale(0) rotate(-30deg);
    -ms-transform: translateX(0) scale(0) rotate(-30deg);
    transform: translateX(0) scale(0) rotate(-30deg);
  }

  .is-revealed .panel-journeys__image .meta {
    -webkit-transform: translateX(0) scale(1) rotate(0deg);
    -ms-transform: translateX(0) scale(1) rotate(0deg);
    transform: translateX(0) scale(1) rotate(0deg);
  }

  .panel-journeys .title strong {
    padding-left: 0;
  }

  .panel-mosaic .arrow .icon {
    border: 12px solid white;
    width: 82px;
    height: 82px;
    line-height: 58px;
    border-radius: 58px;
  }

  .panel-pointers__item {
    max-width: 300px;
    margin: 0 auto;
  }

  .panel-pointers__item .illo {
    height: 100px;
  }

  .panel-pointers__item .illo svg {
    width: 90px;
    height: auto;
  }

  .panel-statement .grid {
    margin-left: -15px;
    margin-right: -15px;
  }

  .panel-tabs__nav button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .panel-tabs__nav li.is-active button:after {
    right: 20px;
  }

  .panel-timeline-item {
    padding-left: 40px;
  }

  .panel-timeline-item .panel-timeline-item__line {
    left: 0;
  }

  .panel-timeline-item:first-child {
    margin-top: 0;
  }

  .panel-timeline > .illo:first-child {
    width: 50px;
    height: 50px;
    margin-left: 7px;
  }

  .panel-timeline > .illo:last-child {
    width: 80px;
    height: 80px;
    margin-left: 7px;
  }

  .panel-timeline-item .panel-timeline-item__line {
    height: 200vw;
  }

  .panel-timeline-item--info .panel-timeline-item__inner {
    text-align: left;
  }

  .panel-timeline-item--info .illo {
    width: 70px;
    height: 70px;
  }

  .panel-wysiwyg .alignleft,
  .panel-wysiwyg .alignright,
  .panel-wysiwyg .aligncenter,
  .panel-wysiwyg .alignnone {
    width: 100%;
    margin: 0;
    max-width: none !important;
    text-align: left;
  }

  .panel-wysiwyg .alignleft .wp-caption-text,
  .panel-wysiwyg .alignright .wp-caption-text,
  .panel-wysiwyg .aligncenter .wp-caption-text,
  .panel-wysiwyg .alignnone .wp-caption-text {
    padding-left: 0;
    padding-right: 0;
  }

  .page-home .panel-pointers > .container {
    padding-top: 0;
  }

  .page-story .panel-pointers .grid {
    padding-top: 50px;
  }

  .page-story .panel-pointers .grid > .grid-item--full {
    height: 50px;
  }
}

@media (max-width: 375px) {
  .hero.hero--video .hero__content .title.text-70 {
    font-size: 24px;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .grid-3 > .grid-item {
    width: 50%;
    margin-bottom: 40px;
  }

  .footer-main .grid-3 > .grid-item {
    margin-bottom: 0;
  }

  .panel-journeys .grid-2 .grid-item {
    margin: 0 auto;
  }

  .panel-journeys .grid-2 .grid-item {
    margin-top: 50px;
  }
}

@media (min-width: 961px) and (max-width: 1080px) {
  .grid-4 > .grid-item {
    width: 33.3333%;
  }
}

@media (min-width: 581px) and (max-width: 960px) {
  .grid-4 > .grid-item {
    width: 50%;
  }
}

@media (min-width: 961px) and (max-width: 1340px) {
  .header-main > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header-main__logo img {
    width: 181px;
    height: 41px;
  }
}

@media (min-width: 961px) and (max-width: 1250px) {
  .footer-main .footer-main__fineprint .grid {
    position: relative;
    padding-top: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-main .footer-main__fineprint .grid > .grid-item:nth-child(2) {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-main .footer-main__fineprint .grid > .grid-item:nth-child(1) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 15px;
    width: 40%;
  }

  .footer-main .footer-main__fineprint .grid > .grid-item:nth-child(3) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 15px;
    width: 60%;
  }
}

@media (min-width: 376px) and (max-width: 768px) {
  .panel-benchmark .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1081px) and (max-width: 1980px) {
  .panel-benchmark__slider .arrow--prev {
    padding-right: 0;
    margin-right: -45px;
  }

  .panel-benchmark__slider .arrow--next {
    padding-left: 0;
    margin-left: -45px;
  }
}

@media (min-width: 769px) and (max-width: 1080px) {
  .panel-benchmark__slider .arrow .icon:before {
    width: 74px;
    height: 74px;
    line-height: 74px;
    font-size: 20px;
  }

  .panel-benchmark__slider .arrow--prev {
    padding-right: 0;
    margin-right: -37px;
  }

  .panel-benchmark__slider .arrow--next {
    padding-left: 0;
    margin-left: -37px;
  }
}

@media (min-width: 601px) and (max-width: 960px) {
  .panel-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .panel-card__image {
    width: 40%;
    max-width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
  }

  .panel-card__image .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px 0 0 20px;
  }

  .panel-card__content {
    width: 60%;
    border-radius: 0 20px 20px 0;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 961px) and (max-width: 1480px) {
  .panel-statement:not(.panel-statement--reverse) .illo {
    -webkit-transform: translate(-65%, -35%);
    -ms-transform: translate(-65%, -35%);
    transform: translate(-65%, -35%);
  }

  .panel-statement--reverse .illo {
    -webkit-transform: translate(65%, -35%);
    -ms-transform: translate(65%, -35%);
    transform: translate(65%, -35%);
  }
}

@media (min-width: 769px) and (max-width: 960px) {
  .panel-timeline {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (min-width: 769px) and (max-width: 1490px) {
  .panel-wysiwyg .alignleft,
  .panel-wysiwyg .alignright {
    width: 50%;
  }
}

@media (min-width: 601px) and (max-width: 961px) {
  .page-register .grid-item--sidebar {
    margin-bottom: 40px;
  }
}

@media screen and (prefers-reduced-motion) {
  .step-up,
  .step-in {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }

  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}