/*****
Reference to SMACSS - http://smacss.com/

NAMING CONVENTIONS:
c- : Color,
l- : Layout,
m- : Module,
h- : Header
n- : Navigation
f- : Footer,
a- : Aside
e- : Element,
*****/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*REMOVE ON UMBRACO INSTALL*/
.testmenu {
  width: 100%;
  display: block;
  text-align: center;
  padding: 10px;
  background: #111111;
}
.testmenu select {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  width: 270px;
  padding: 5px 15px;
  margin-bottom: 0;
  background-color: #ffffff;
  border: none;
}

/*REMOVE END*/
.skip-link {
  position: absolute;
  top: 1rem;
  left: -9999rem;
  z-index: 999;
  transition: none;
}

.skip-link:focus {
  left: 1rem;
}

@-ms-viewport {
  width: auto;
}
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

@media (hover: none), (pointer: coarse) {
  html,
  body {
    overflow-x: clip;
    overscroll-behavior-x: none;
  }
}
body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: proxima-nova, sans-serif;
  width: 100%;
  overflow-x: hidden;
}

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

h1,
h2,
h3,
h4,
h6 {
  margin: 0 0 15px;
  font-family: proxima-nova, sans-serif;
  font-weight: 800;
}

h1 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 36px;
}

h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
}

h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
}

h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
}

p,
ul li,
ol li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  margin: 15px 0;
}

p.preamble {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

blockquote {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
}

em {
  font-style: italic;
}

table {
  width: 100%;
  border: 1px solid #dfdfdf;
}
table th {
  background: #6C1C73;
  color: #ffffff;
  font-weight: 500;
  border: 1px solid #59175e;
  text-align: left;
  padding: 10px;
}
table td {
  padding: 10px;
  border: 1px solid #dfdfdf;
}
table tr:nth-child(even) {
  background: #F7F7F7;
}

.sr-only,
.hidden {
  display: none;
}

.visible {
  display: block;
}

.no-pt {
  padding-top: 0 !important;
}

.no-pb {
  padding-bottom: 0 !important;
}

.no-ptb {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.no-mtb {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/**
 * Swiper 8.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 26, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
.carousel {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

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

.carousel--wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.carousel-android .slide,
.carousel--wrapper {
  transform: translate3d(0px, 0, 0);
}

.carousel-pointer-events {
  touch-action: pan-y;
}
.carousel-pointer-events.carousel-vertical {
  touch-action: pan-x;
}

.slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.carousel-autoheight,
.carousel-autoheight .slide {
  height: auto;
}
.carousel-autoheight .carousel--wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.carousel-backface-hidden .slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.carousel-3d, .carousel-3d.carousel-css-mode .carousel--wrapper {
  perspective: 1200px;
}
.carousel-3d .carousel--wrapper,
.carousel-3d .slide,
.carousel-3d .slide-shadow,
.carousel-3d .slide-shadow-left,
.carousel-3d .slide-shadow-right,
.carousel-3d .slide-shadow-top,
.carousel-3d .slide-shadow-bottom,
.carousel-3d .carousel-cube-shadow {
  transform-style: preserve-3d;
}
.carousel-3d .slide-shadow,
.carousel-3d .slide-shadow-left,
.carousel-3d .slide-shadow-right,
.carousel-3d .slide-shadow-top,
.carousel-3d .slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.carousel-3d .slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.carousel-3d .slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.carousel-3d .slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.carousel-3d .slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.carousel-3d .slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.carousel-css-mode > .carousel--wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.carousel-css-mode > .carousel--wrapper::-webkit-scrollbar {
  display: none;
}
.carousel-css-mode > .carousel--wrapper > .slide {
  scroll-snap-align: start start;
}

.carousel-horizontal.carousel-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.carousel-vertical.carousel-css-mode > .carousel--wrapper {
  scroll-snap-type: y mandatory;
}

.carousel-centered > .carousel--wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.carousel-centered.carousel-horizontal > .carousel--wrapper > .slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.carousel-centered.carousel-horizontal > .carousel--wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.carousel-centered.carousel-vertical > .carousel--wrapper > .slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.carousel-centered.carousel-vertical > .carousel--wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.carousel-centered > .carousel--wrapper > .slide {
  scroll-snap-align: center center;
}

.carousel-fade.carousel-free-mode .slide {
  transition-timing-function: ease-out;
}
.carousel-fade .slide {
  pointer-events: none;
  transition-property: opacity;
}
.carousel-fade .slide .slide {
  pointer-events: none;
}
.carousel-fade .slide.is-active, .carousel-fade .slide.is-active .slide.is-active {
  pointer-events: auto;
}

.carousel--pagination {
  position: relative;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
@media (min-width: 768px) {
  .carousel--pagination {
    position: absolute;
    text-align: left;
  }
}
.carousel--pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .carousel--pagination, .carousel--pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.carousel-pagination-fraction,
.carousel-pagination-custom,
.carousel-horizontal > .carousel-bullets,
.carousel-bullets.carousel-pagination-horizontal {
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .carousel-pagination-fraction,
  .carousel-pagination-custom,
  .carousel-horizontal > .carousel-bullets,
  .carousel-bullets.carousel-pagination-horizontal {
    bottom: 60px;
  }
}

/* Bullets */
.carousel-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.carousel-bullets-dynamic .carousel-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.carousel-bullets-dynamic .carousel-pagination-bullet-active {
  transform: scale(1);
}
.carousel-bullets-dynamic .carousel-pagination-bullet-active-main {
  transform: scale(1);
}
.carousel-bullets-dynamic .carousel-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.carousel-bullets-dynamic .carousel-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.carousel-bullets-dynamic .carousel-pagination-bullet-active-next {
  transform: scale(0.66);
}
.carousel-bullets-dynamic .carousel-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.carousel-pagination-bullet {
  position: relative;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 16px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 16px));
  display: inline-block;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  margin: 5px;
  clip-path: polygon(0% 0%, 100% 0, 100% 45%, 45% 100%, 0% 100%);
}
.carousel-pagination-bullet:first-child {
  margin-left: 0;
}
.carousel-pagination-bullet:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  clip-path: polygon(2px 2px, calc(100% - 2px) 2px, calc(100% - 2px) 45%, 45% calc(100% - 2px), 2px calc(100% - 2px));
}
button.carousel-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .carousel-pagination-bullet {
  cursor: pointer;
}
.carousel-pagination-bullet:only-child {
  display: none !important;
}

.carousel-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #4E76BC;
}
.carousel-pagination-bullet-active:before {
  background-color: inherit;
}

.carousel-vertical > .swiper-pagination-bullets,
.carousel-pagination-vertical.carousel-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.carousel-vertical > .swiper-pagination-bullets .carousel-pagination-bullet,
.carousel-pagination-vertical.carousel-pagination-bullets .carousel-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.carousel-vertical > .swiper-pagination-bullets.carousel-pagination-bullets-dynamic,
.carousel-pagination-vertical.carousel-pagination-bullets.carousel-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.carousel-vertical > .swiper-pagination-bullets.carousel-pagination-bullets-dynamic .carousel-pagination-bullet,
.carousel-pagination-vertical.carousel-pagination-bullets.carousel-pagination-bullets-dynamic .carousel-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.carousel-horizontal > .carousel-pagination-bullets .swiper-pagination-bullet,
.carousel-pagination-horizontal.carousel-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.carousel-horizontal > .carousel-pagination-bullets.carousel-pagination-bullets-dynamic,
.carousel-pagination-horizontal.carousel-pagination-bullets.carousel-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.carousel-horizontal > .carousel-pagination-bullets.carousel-pagination-bullets-dynamic .carousel-pagination-bullet,
.carousel-pagination-horizontal.carousel-pagination-bullets.carousel-pagination-bullets-dynamic .carousel-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.carousel-horizontal.carousel-rtl > .carousel-pagination-bullets-dynamic .carousel-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.carousel-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.carousel-pagination-progressbar .carousel-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.carousel-rtl .carousel-pagination-progressbar .carousel-pagination-progressbar-fill {
  transform-origin: right top;
}
.carousel-horizontal > .carousel-pagination-progressbar, .carousel-pagination-progressbar.carousel-pagination-horizontal, .carousel-vertical > .carousel-pagination-progressbar.carousel-pagination-progressbar-opposite, .carousel-pagination-progressbar.carousel-pagination-vertical.carousel-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.carousel-vertical > .carousel-pagination-progressbar, .carousel-pagination-progressbar.carousel-pagination-vertical, .carousel-horizontal > .carousel-pagination-progressbar.carousel-pagination-progressbar-opposite, .carousel-pagination-progressbar.carousel-pagination-horizontal.carousel-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.carousel-pagination-lock {
  display: none;
}

.carousel-controls {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .carousel-controls {
    padding-top: 40px;
  }
}

.carousel-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: transparent;
  border: 1px solid #E6E6E6;
}
.carousel-scrollbar-disabled > .carousel-scrollbar, .carousel-scrollbar.carousel-scrollbar-disabled {
  display: none !important;
}
.carousel-horizontal > .carousel-scrollbar, .carousel-scrollbar.carousel-scrollbar-horizontal {
  position: relative;
  left: 0;
  bottom: 0;
  z-index: 50;
  height: 7px;
  width: calc(100% - 85px);
}
.carousel-vertical > .carousel-scrollbar, .carousel-scrollbar.carousel-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.carousel-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.carousel-scrollbar-cursor-drag {
  cursor: move;
}

.carousel-scrollbar-lock {
  display: none;
}

.carousel-navigation {
  display: flex;
  margin-left: auto;
}

.carousel-prev,
.carousel-next {
  position: relative;
  width: 35px;
  height: 40px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-prev svg,
.carousel-next svg {
  transition: fill 150ms ease;
}
.carousel-prev.carousel-disabled,
.carousel-next.carousel-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.carousel-prev.carousel-hidden,
.carousel-next.carousel-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.carousel-navigation-disabled .carousel-prev,
.carousel-navigation-disabled .carousel-next {
  display: none !important;
}

.carousel-lock {
  display: none;
}

header {
  padding: 20px 0;
  position: relative;
  z-index: 200;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .h-utility {
  display: none;
}
header .h-logo {
  margin-right: auto;
  max-width: 80px;
}
header .h-logo a {
  background: none;
  padding-bottom: 0;
}
header .h-options {
  display: flex;
  align-items: center;
}
header .h-options .h-search .e-searchtoggle {
  display: block;
}
header .h-options .h-search .e-searchtoggle svg {
  width: 20px;
  height: 20px;
}
header .h-options .h-shortlist svg, header .h-options .h-applynow svg, header .h-options .h-stafflogin svg {
  display: block;
  height: auto;
}
header .h-options .h-stafflogin.mobile {
  margin-left: 15px;
}
header .h-options .h-applynow.mobile {
  margin-right: 15px;
  margin-top: -2px;
}
header .h-shortlist {
  position: relative;
}
header .h-shortlist .count {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 22px;
  position: absolute;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 700;
  top: -5px;
  left: -15px;
  z-index: 10;
}
header .h-shortlist .count:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 20px;
  height: 20px;
  background: #C04287;
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
header .h-shortlist .count:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  position: absolute;
  z-index: -5;
  width: 25px;
  height: 25px;
  background: #ffffff;
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
header .h-menutoggle {
  width: 24px;
  height: 20px;
  position: relative;
  order: 3;
  margin-left: 20px;
}
header .h-menutoggle span {
  transition: all 0.5s cubic-bezier(0.55, -1, 0.55, 1);
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  background: #1f1e1e;
  border-radius: 80px;
  will-change: transform;
}
header .h-menutoggle span:first-child {
  top: 0;
  width: 100%;
}
header .h-menutoggle span:nth-child(2), header .h-menutoggle span:nth-child(3) {
  top: 50%;
  margin-top: -1px;
  width: 100%;
}
header .h-menutoggle span:last-child {
  bottom: 0;
  width: 100%;
}
header .h-menutoggle:hover {
  cursor: pointer;
}
header .h-menutoggle:hover span:nth-child(2), header .h-menutoggle:hover span:nth-child(3) {
  width: 50%;
}
header .h-menutoggle:active .lines {
  transform: scale(0.8);
}
header .h-menutoggle.open span:first-child {
  top: -50%;
  opacity: 0;
}
header .h-menutoggle.open span:nth-child(2), header .h-menutoggle.open span:nth-child(3) {
  width: 100%;
}
header .h-menutoggle.open span:nth-child(2) {
  transform: translateX(-50%) rotate(-45deg);
  left: 50%;
}
header .h-menutoggle.open span:nth-child(3) {
  transform: translateX(-50%) rotate(45deg);
  left: 50%;
}
header .h-menutoggle.open span:last-child {
  bottom: -50%;
  opacity: 0;
}
header .h-search {
  order: 2;
}
header .h-search .e-searchtoggle {
  padding: 0;
  border: none;
  margin-left: 15px;
}
header .h-search .e-searchtoggle svg {
  display: block;
}
header .h-search .e-searchtoggle svg path {
  transition: all 0.3s ease-in-out;
}
header .h-search .e-searchtoggle:hover svg path {
  fill: #118274;
}
header .h-search .e-searchbox {
  position: fixed;
  z-index: 20;
  display: none;
  background: rgba(17, 130, 116, 0.95);
  width: 100vw;
  height: 100vh;
  overflow: auto;
  top: 0;
  left: 0;
  z-index: 9999;
}
header .h-search .e-searchbox .inner {
  width: 100vw;
  padding: 80px 0 30px;
  background: #118274;
  overflow: auto;
}
header .h-search .e-searchbox .inner .container {
  position: relative;
  display: block;
}
header .h-search .e-searchbox .inner .e-results .column {
  width: 100%;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 30px;
}
@media (min-width: 500px) {
  header .h-search .e-searchbox .inner .e-results .column {
    width: 100%;
  }
}
@media (min-width: 768px) {
  header .h-search .e-searchbox .inner .e-results .column {
    width: 100%;
  }
}
@media (min-width: 992px) {
  header .h-search .e-searchbox .inner .e-results .column {
    width: 33.3333333333%;
  }
}
@media (min-width: 1230px) {
  header .h-search .e-searchbox .inner .e-results .column {
    width: 33.3333333333%;
  }
}
@media (min-width: 1440px) {
  header .h-search .e-searchbox .inner .e-results .column {
    width: 33.3333333333%;
    padding-left: 12px;
    padding-right: 12px;
  }
}
header .h-search .e-searchbox .inner .e-results .column p, header .h-search .e-searchbox .inner .e-results .column a {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  color: #ffffff;
}
header .h-search .e-searchbox .inner .e-results .column ul {
  list-style: none;
  margin: 15px 0 0;
  padding: 0;
}
header .h-search .e-searchbox .inner .e-results .column ul li {
  margin: 5px 0;
}
header .h-search .e-searchbox .inner .e-results .column ul li svg {
  margin-right: 10px;
}
header .h-search .e-searchbox .inner .e-results .column ul li svg path {
  fill: #ffffff;
}
header .h-search .e-searchbox .inner .e-results .column ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  background: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
  background-size: 0px 1px;
  background-repeat: no-repeat;
  background-position: left 85%;
  padding-bottom: 5px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
header .h-search .e-searchbox .inner .e-results .column ul li a:hover {
  background-size: 100% 1px;
}
header .h-search .e-searchbox .inner .e-close {
  font-size: 40px;
  font-size: 4rem;
  line-height: 40px;
  border: none;
  position: absolute;
  bottom: calc(100% + 15px);
  right: 12px;
  color: #ffffff;
}
header .h-search .e-searchbox .inner .e-close span {
  position: relative;
  text-indent: -8000px;
  display: block;
  height: 0;
}
header .h-search .e-searchbox .inner form {
  display: flex;
  align-items: stretch;
  margin: 0 auto;
  width: 100%;
}
header .h-search .e-searchbox .inner form .e-input {
  flex: 1;
  position: relative;
  display: inline-flex;
  align-items: stretch;
}
header .h-search .e-searchbox .inner form .e-input input {
  max-height: 46px;
}
header .h-search .e-searchbox .inner form .e-input label {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
header .h-search .e-searchbox .inner form button {
  overflow: hidden;
  border: none;
  padding: 10px 25px;
  margin-top: -5px;
  z-index: 5;
}
header .h-search .e-searchbox .inner form button svg path {
  fill: #ffffff;
}
header .h-search .e-searchbox .inner form button span {
  position: relative;
  text-indent: -8000px;
  display: block;
  height: 0;
}
@media (min-width: 768px) {
  header .h-logo {
    max-width: none;
  }
}
@media (min-width: 992px) {
  header {
    padding: 0;
  }
  header .h-logo {
    margin-right: 0;
  }
  header .h-search {
    margin-left: auto;
  }
  header .h-search .e-searchbox .inner {
    padding: 80px 0 60px;
  }
  header .h-search .e-searchbox .inner form .e-input input {
    max-height: 54px;
  }
  header .container {
    justify-content: flex-start;
  }
  header .h-menutoggle,
  header .h-shortlist.mobile, header .h-applynow.mobile {
    display: none;
  }
  header .h-utility {
    display: block;
    border-bottom: 1px solid #E6E6E6;
  }
  header .h-utility .container {
    display: flex;
    justify-content: flex-end;
  }
  header .h-utility ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
  }
  header .h-utility ul li {
    margin: 10px 0 10px 30px;
  }
  header .h-utility ul li a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
  }
  header .h-utility ul li a .text {
    margin-left: 5px;
  }
  header .h-utility ul li a:hover {
    color: #118274;
  }
}

nav.n-main {
  position: absolute;
  top: 100%;
  left: 0;
  background: #118274;
  width: 100%;
  display: none;
}
nav.n-main ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
nav.n-main ul li {
  padding: 0;
  margin: 0;
  color: #ffffff;
  width: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
nav.n-main ul li a {
  transition: all 0.3s ease-in-out;
  padding: 10px 15px;
  font-weight: 700;
  color: #ffffff;
}
nav.n-main ul li a:hover {
  color: #ffffff;
}
nav.n-main ul li .e-toggle {
  margin-left: 10px;
  height: 14px;
  width: 22px;
  align-items: center;
  justify-content: center;
  background: url("../images/arrow-right-white.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
nav.n-main ul li .e-toggle.open {
  transform: rotate(-180deg);
}
nav.n-main ul li.open .e-toggle {
  transform: rotate(-180deg);
}
nav.n-main ul li ul {
  display: none;
}
nav.n-main ul li ul:focus-within {
  display: block;
}
nav.n-main ul li ul li a {
  padding: 10px 25px;
}
nav.n-main ul li ul li ul li a {
  padding: 10px 35px;
}
nav.n-main ul li .mega {
  display: none;
  width: 100%;
}
nav.n-main ul li .mega .container {
  padding: 0;
}
nav.n-main ul li .mega .row {
  margin: 0;
  flex: 1;
}
nav.n-main ul li .mega .column {
  width: 100%;
}
nav.n-main ul li .mega .column:first-child {
  display: none;
}
nav.n-main ul li .mega .column ul {
  display: block;
  width: 100%;
}
nav.n-main ul li .mega .column ul li {
  width: 100%;
  padding: 10px 30px;
}
nav.n-main ul li .mega .column ul li a {
  padding: 0;
}
nav.n-main .mega-nav.open .mega {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}
@media (min-width: 992px) {
  nav.n-main {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    display: block !important;
    margin-left: 10px;
    background: none;
  }
  nav.n-main ul {
    display: flex;
    align-items: center;
    flex-direction: row;
    position: relative;
  }
  nav.n-main ul li {
    padding: 0;
    margin-left: 0;
    border: none;
  }
  nav.n-main ul li.open > .e-toggle {
    transform: rotate(-180deg);
  }
  nav.n-main ul li.open a {
    background: #118274;
    color: #ffffff;
  }
  nav.n-main ul li.open ul li a {
    background: none;
  }
  nav.n-main ul li.open ul li.open .e-toggle {
    transform: rotate(90deg);
  }
  nav.n-main ul li:focus-within > ul {
    display: block !important;
  }
  nav.n-main ul li:focus-within > ul li:focus-within > ul {
    display: block !important;
  }
  nav.n-main ul li .e-toggle {
    position: relative;
    top: auto;
    right: auto;
    margin-left: 5px;
    display: inline-block;
    width: auto;
    height: auto;
    display: none;
  }
  nav.n-main ul li a {
    padding: 50px 25px;
    display: block;
    color: #1f1e1e;
  }
  nav.n-main ul li a:hover {
    background: #118274;
  }
  nav.n-main ul li:last-child > ul {
    transform: none;
    left: auto;
    right: 0;
  }
  nav.n-main ul li .mega {
    display: block;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 124px;
    left: 50%;
    width: 100vw;
    box-sizing: border-box;
    text-align: left;
    border-top: none;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
  }
  nav.n-main ul li .mega .container {
    padding: 0 12px;
    position: relative;
    justify-content: space-between;
    width: 95vw;
    max-width: 1250px;
  }
  nav.n-main ul li .mega .inner {
    padding: 50px 0;
    display: block;
    margin: 0 auto;
    width: calc(100% - 164px);
    background: #118274;
    position: relative;
  }
  nav.n-main ul li .mega .inner:before, nav.n-main ul li .mega .inner:after {
    content: "";
    display: block;
    width: 88px;
    height: 100%;
    background: #118274;
    position: absolute;
    top: 0;
  }
  nav.n-main ul li .mega .inner:before {
    right: calc(100% - 1px);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
  }
  nav.n-main ul li .mega .inner:after {
    left: calc(100% - 1px);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
  }
  nav.n-main ul li .mega .row {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
  }
  nav.n-main ul li .mega .column {
    width: 100%;
    position: relative;
    padding-left: 12px;
    padding-right: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    color: #ffffff;
  }
}
@media (min-width: 992px) and (min-width: 500px) {
  nav.n-main ul li .mega .column {
    width: 75%;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  nav.n-main ul li .mega .column {
    width: 75%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  nav.n-main ul li .mega .column {
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) and (min-width: 1230px) {
  nav.n-main ul li .mega .column {
    width: 25%;
  }
}
@media (min-width: 992px) and (min-width: 1440px) {
  nav.n-main ul li .mega .column {
    width: 25%;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 992px) {
  nav.n-main ul li .mega .column:first-child {
    display: block;
  }
  nav.n-main ul li .mega .column h3 {
    margin-top: 0;
    color: #ffffff;
  }
  nav.n-main ul li .mega .column h3 a {
    background: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
    background-size: 0% 2px;
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-bottom: 4px;
  }
  nav.n-main ul li .mega .column h3 a:after {
    width: 20px;
    height: 12px;
  }
  nav.n-main ul li .mega .column h3 a:hover {
    background-size: 100% 2px;
    transition: background 0.3s ease-in-out;
  }
  nav.n-main ul li .mega .column a {
    padding: 0;
    color: #ffffff;
    display: inline-block;
  }
  nav.n-main ul li .mega .column a:after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    background: url("../images/arrow-right-white.svg");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 16px;
    height: 10px;
  }
  nav.n-main ul li .mega .column > ul {
    display: block !important;
    top: 0;
    position: relative;
    z-index: 50;
  }
  nav.n-main ul li .mega .column ul {
    text-align: left;
    padding-top: 0;
    background: none;
  }
  nav.n-main ul li .mega .column ul li {
    display: block;
    margin: 0 0 20px;
    padding: 0;
  }
  nav.n-main ul li .mega .column ul li:last-child {
    margin-bottom: 0;
  }
  nav.n-main ul li .mega .column ul li a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    background: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
    background-size: 0% 2px;
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-bottom: 4px;
  }
  nav.n-main ul li .mega .column ul li a:hover {
    background-size: 100% 2px;
    transition: background 0.3s ease-in-out;
  }
}
@media (min-width: 1230px) {
  nav.n-main {
    margin-left: 50px;
  }
}
@media (min-width: 1440px) {
  nav.n-main ul li:last-child > ul {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }
}

body {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}