@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@font-face {
  font-family: "Apercu-Medium";
  src: url("/fonts/Apercu-Medium.eot");
  src: url("/fonts/Apercu-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/Apercu-Medium.woff2") format("woff2"), url("/fonts/Apercu-Medium.woff") format("woff"), url("/fonts/Apercu-Medium.ttf") format("truetype"), url("/fonts/Apercu-Medium.svg#Apercu-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sohne-Leicht";
  src: url("/fonts/Apercu-Light.eot");
  src: url("/fonts/Apercu-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/Apercu-Light.woff2") format("woff2"), url("/fonts/Apercu-Light.woff") format("woff"), url("/fonts/Apercu-Light.ttf") format("truetype"), url("/fonts/Apercu-Light.svg#Apercu-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Apercu-Bold";
  src: url("/fonts/Apercu-Bold.eot");
  src: url("/fonts/Apercu-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/Apercu-Bold.woff2") format("woff2"), url("/fonts/Apercu-Bold.woff") format("woff"), url("/fonts/Apercu-Bold.ttf") format("truetype"), url("/fonts/Apercu-Bold.svg#Apercu-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Apercu-Regular";
  src: url("/fonts/Apercu-Regular.eot");
  src: url("/fonts/Apercu-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Apercu-Regular.woff2") format("woff2"), url("/fonts/Apercu-Regular.woff") format("woff"), url("/fonts/Apercu-Regular.ttf") format("truetype"), url("/fonts/Apercu-Regular.svg#Apercu-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BebasNeueRegular";
  src: url("/fonts/BebasNeueRegular.eot");
  src: url("/fonts/BebasNeueRegular.eot?#iefix") format("embedded-opentype"), url("/fonts/BebasNeueRegular.woff2") format("woff2"), url("/fonts/BebasNeueRegular.woff") format("woff"), url("/fonts/BebasNeueRegular.ttf") format("truetype"), url("/fonts/BebasNeueRegular.svg#BebasNeueRegular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --primary-colors-purple: #874e9c;
  --primary-colors-blue: #5ca7d6;
  --primary-colors-gray: #4a4a4a;
  --primary-colors-white: #ffffff;
  --primary-colors-Pink: #e6268a;
  --secondary-colors-blue: #2975a3;
  --tvPage-BackgroundColor: #222222;
  --new-primary-colors-pink: #e6268a;
  --new-secondary-colors-pink: #ce1877;
  --new-secondary-colors-pink2: #b31568;
  --new-primary-colors-purple: #cf77b2;
  --new-secondary-colors-purple: #aa3cb5;
  --new-secondary-colors-purple2: #8b316d;
  --new-primary-colors-blue: #86cada;
  --new-secondary-colors-blue: #49afc7;
  --new-secondary-colors-blue2: #2d9da9;
  --new-primary-colors-green: #9bcc60;
  --new-secondary-colors-green: #7FB73B;
  --new-secondary-colors-green2: #1a9242;
  --new-primary-colors-orange: #f9a549;
  --new-secondary-colors-orange: #f88b14;
  --new-secondary-colors-orange2: #dd752f;
  --header-height: 100px ;
}

.clear,
* html .clearfix,
*:first-child + html .clearfix {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

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

.grid_1 {
  width: 8.33%;
}

.grid_2 {
  width: 16.67%;
}
.grid_2.team_member {
  width: 20%;
  margin: 0;
}

.grid_3 {
  width: 25%;
}
.grid_3.mls {
  width: calc(25% - 10px);
}

.grid_4 {
  width: calc(33.3333333333% - 30px);
  margin-right: 45px;
  margin-bottom: 45px;
}
.grid_4:nth-child(3n) {
  margin-right: 0;
}

.grid_5 {
  width: 41.67%;
}

.grid_6 {
  width: 50%;
}
.grid_6.margin {
  width: calc(50% - 20px);
  margin-bottom: 40px;
}

.grid_7 {
  width: 58.33%;
}

.grid_8 {
  width: 66%;
}

.grid_9 {
  width: 75%;
}

.grid_10 {
  width: 83.33%;
}

.grid_11 {
  width: 91.67%;
}

.grid_12 {
  width: 100%;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: flex;
  position: relative;
}

.bebas {
  font-family: "BebasNeueRegular";
}

.flex-c {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: var(--primary-colors-white);
}

img {
  border: none;
  max-width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

a,
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

textarea:focus,
input:focus,
select:focus {
  outline: none;
}

/* General */
html {
  height: 100%;
}

body {
  font-family: "Sohne-Leicht";
  font-size: 16px;
  background: var(--primary-colors-white);
  color: var(--primary-colors-gray);
  margin: 0;
  padding: 0;
  padding-top: var(--header-height);
  overflow-x: hidden;
  height: 100%;
}
body#page-home {
  padding: 0;
}
body#page-home .slick-list,
body#page-home .slick-track,
body#page-home .slick-slide,
body#page-home .slick-slide > div,
body#page-home .slick-slide > div > img {
  height: 100%;
}
body#page-home .slick-arrow {
  width: 30px;
  height: 30px;
  opacity: 0.5;
}

main {
  width: 100%;
  height: 100%;
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
  position: relative;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

p {
  text-align: left;
  margin: 0;
  padding-bottom: 14px;
  line-height: 1.4em;
}
p.large {
  font-size: 1.5em;
}
p.small {
  font-size: 14px;
}
p span {
  display: block;
  padding-top: 20px;
}
p.bold {
  font-family: "Apercu-Bold";
}
p.testimonial {
  font-size: 18px;
}

h1 {
  font-size: 40px;
  line-height: 1.4em;
  text-align: center;
  color: var(--primary-colors-white);
  margin-bottom: 15px;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
h1.uppercase {
  text-transform: uppercase;
}
h1.capitalize {
  text-transform: capitalize;
}
h1::first-letter {
  text-transform: uppercase;
}

h2 {
  font-size: clamp(24px, 1.6vw, 34px);
  text-align: left;
  color: var(--primary-colors-white);
  padding-bottom: 40px;
}
h2.large {
  font-size: clamp(40px, 3.6vw, 60px);
}
h2.bb {
  border-bottom: 2px solid var(--primary-colors-white);
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
h2.title {
  font-size: clamp(20px, 1.25vw, 30px);
}
h2.title.small {
  font-size: clamp(16px, 1vw, 24px);
  text-transform: none;
}
h2.title span {
  display: block;
  font-size: 0.7em;
  padding: 20px 0 0 0;
}
h2.title.big {
  font-size: clamp(36px, 3.17vw, 65px);
}
h2.pb0 {
  padding-bottom: 0;
}
h2.blue.bb {
  border-bottom: 2px solid var(--primary-colors-blue);
}
h2.uppercase {
  text-transform: uppercase;
}
h2.capitalize {
  text-transform: capitalize;
}
h2::first-letter {
  text-transform: uppercase;
}

h3 {
  font-weight: normal;
  font-size: 36px;
  font-size: clamp(26px, 2vw, 36px);
  line-height: 1.3em;
  text-align: center;
  color: var(--primary-colors-white);
  text-align: left;
}
h3.bb {
  border-bottom: 2px solid var(--primary-colors-white);
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
h3 .large {
  font-size: 40px;
}
h3 .small {
  display: block;
  font-size: clamp(16px, 1vw, 24px);
  text-transform: none;
}
h3.sml {
  font-size: 20px;
  margin-bottom: 1.5em;
}
h3.bold {
  font-weight: 600;
}
h3.uppercase {
  text-transform: uppercase;
}
h3.capitalize {
  text-transform: capitalize;
}
h3::first-letter {
  text-transform: uppercase;
}

h4 {
  font-weight: normal;
  font-size: 36px;
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.3em;
  text-align: center;
  color: var(--primary-colors-white);
  text-align: center;
}

h5 {
  font-size: 14px;
  font-weight: 400;
}

/* Navigation */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 60px 10px clamp(20px, 2.5vw, 70px);
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgb(255, 255, 255);
  position: fixed;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  height: var(--header-height);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
header .logo {
  display: block;
  position: relative;
  z-index: 2;
  max-width: 250px;
  width: 16vw;
}
header nav {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: -moz-max-content;
  width: max-content;
  flex-direction: column;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
header nav ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  top: 0;
}
header nav ul > li {
  display: flex;
  padding: 0;
  line-height: 0;
  position: relative;
  height: 100%;
  justify-content: center;
  align-items: center;
}
header nav ul > li:last-child a {
  border: 0 none;
}
header nav ul > li:hover .page-message {
  -webkit-clip-path: inset(0 -100vw 0 -100vw);
          clip-path: inset(0 -100vw 0 -100vw);
}
header nav ul > li:hover .drop-down {
  -webkit-clip-path: inset(0 -100vw 0 -100vw);
          clip-path: inset(0 -100vw 0 -100vw);
  pointer-events: initial;
}
header nav ul > li .page-message {
  padding: 10px 60px 10px clamp(20px, 2.5vw, 70px);
  width: 100%;
  position: fixed;
  top: var(--header-height);
  left: 0;
  padding-top: 40px;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  -webkit-clip-path: inset(0 -100vw 100% -100vw);
          clip-path: inset(0 -100vw 100% -100vw);
  pointer-events: none;
}
header nav ul > li .page-message h2,
header nav ul > li .page-message p {
  color: white !important;
}
header nav ul > li .page-message p {
  max-width: 20vw;
  width: 16vw;
  font-size: 16px;
}
header nav ul > li .page-message img {
  height: 80%;
  width: auto;
  position: absolute;
  left: 8%;
  top: 5%;
  opacity: 0.3;
}
header nav ul > li .drop-down {
  padding: 0 var(--medium);
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 10px;
  z-index: 2;
  -webkit-clip-path: inset(0 -100vw 100% -100vw);
          clip-path: inset(0 -100vw 100% -100vw);
  pointer-events: none;
}
header nav ul > li .drop-down::before {
  content: "";
  position: fixed;
  top: var(--header-height);
  left: 0;
  width: 100vw;
  height: 40vh;
  z-index: -1;
  left: 0;
  background-color: inherit !important;
}
header nav ul > li .drop-down ol {
  min-width: calc(100% + 100px);
  list-style: none;
}
header nav ul > li .drop-down ol li {
  justify-content: flex-start;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  width: 100%;
  border: 0 none;
  border-bottom: 1px solid white;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0;
  text-align: left;
  font-family: inherit;
  background-size: 10px;
  background-position: calc(100% - 10px) 65%;
  background-repeat: no-repeat;
}
header nav ul > li .drop-down ol li a {
  font-size: 14px !important;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  color: white;
}
header nav ul > li .drop-down ol li:last-child {
  margin-bottom: 0;
}
header nav ul > li .drop-down ol li:first-child {
  padding-top: 20px;
}
header nav ul > li .drop-down ol li:hover {
  background-image: url(/images/icons/ra.png);
}
header nav ul > li:last-child {
  border-right: 0 none;
  margin-right: 0;
}
header nav ul > li > a {
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0;
  text-align: left;
  color: var(--primary-colors-gray);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  border: 0;
  padding: 0 10px;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.8);
}
header nav ul > li:hover .has-drop-down {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.call-us {
  width: 40px;
  margin-left: 10px;
}
.call-us img {
  width: 100%;
}

#page-home header {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}
#page-home header.active_nav {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
#page-home header.visible {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

.center-position {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
}

.hasSvg {
  position: relative;
  padding-left: 20px;
}
.hasSvg svg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: auto;
  display: block;
}

.tel-holiday {
  position: absolute;
  display: block;
  top: 60px;
  right: 0;
  z-index: 5;
  background-color: var(--new-secondary-colors-orange2);
  color: var(--primary-colors-white);
  font-size: 30px;
  padding: 15px 25px;
  line-height: 1;
  font-family: "BebasNeueRegular";
}

/* nav-toggle */
#nav-toggle {
  position: relative;
  cursor: pointer;
  width: 30px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  margin: auto;
  display: none;
}
#nav-toggle span {
  cursor: pointer;
  height: 2px;
  width: 100%;
  background: var(--primary-colors-purple);
  position: relative;
  position: absolute;
}
#nav-toggle span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
#nav-toggle span:first-child {
  top: 1;
}
#nav-toggle span:last-child {
  top: calc(100% - 2px);
}
#nav-toggle.active {
  justify-content: center;
}
#nav-toggle.active span:nth-child(2) {
  opacity: 0;
}
#nav-toggle.active span:first-child {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
}
#nav-toggle.active span:last-child {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
}

/* enquiry */
.formbox {
  max-width: 500px;
}

.input-holder {
  border-bottom: 1px solid var(--primary-colors-white);
  margin-bottom: 25px;
  position: relative;
}

input,
select,
textarea {
  font-size: 14px;
  margin: 0 auto;
  padding: 0 0 10px 0;
  width: 100%;
  color: var(--primary-colors-white);
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  text-align: left;
  letter-spacing: 2px;
}
input.b_submit,
select.b_submit,
textarea.b_submit {
  border: 1px solid var(--primary-colors-white);
  width: -moz-max-content;
  width: max-content;
  padding: 10px 20px;
  font-size: 18px;
  margin-bottom: 30px;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media (hover: hover) {
  input.b_submit:hover,
  select.b_submit:hover,
  textarea.b_submit:hover {
    color: var(--primary-colors-blue);
    background-color: var(--primary-colors-white);
  }
}

.signup input,
.signup textarea {
  border: 1px solid var(--primary-colors-white);
  width: calc(100% - 150px);
  padding: 5px;
  resize: none;
  letter-spacing: 0;
}
.signup select {
  width: 150px;
  border: 1px solid var(--primary-colors-white);
  padding: 5px;
  margin: 0;
  background-position: 93% 50%;
  letter-spacing: 0;
}
.signup label {
  width: 150px;
  display: block;
  font-size: 14px;
}
.signup .grid_6 {
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  width: calc(50% - 20px);
}
.signup input.b_submit {
  display: block;
  font-size: 14px;
  text-align: center;
  margin: 0 0 10px 0;
  width: 150px;
}

.mb50 {
  margin-bottom: 50px;
}

.form-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-bottom: 22px;
}

.mb-row {
  margin-bottom: 22px;
  width: 100%;
}
.mb-row label {
  width: 100%;
  margin-bottom: 10px;
}

.btn-holder {
  display: flex;
  width: 600px;
  max-width: 100%;
  justify-content: space-between;
}
.btn-holder a {
  width: 227px;
  margin: 0;
  text-align: center;
}

.radio {
  position: relative;
}

.radio input {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  opacity: 0;
  z-index: 2;
}

.radio input + label {
  position: relative;
  z-index: 1;
  padding-left: 30px;
}

.radio input + label:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid var(--primary-colors-white);
  content: "";
  display: block;
}

.radio input + label:after {
  position: absolute;
  left: 0;
  width: 5px;
  height: 11px;
  top: 50%;
  left: 7px;
  transform: translateY(-60%) rotate(45deg) scale(0);
  border-bottom: 2px solid var(--primary-colors-white);
  border-right: 2px solid var(--primary-colors-white);
  content: "";
  display: block;
  transition: all 0.4s ease-in-out;
}

.radio input:checked + label:after {
  transform: translateY(-60%) rotate(45deg) scale(1);
}

textarea {
  border: 1px solid var(--primary-colors-white);
  padding: 20px;
  margin-bottom: 25px;
  width: 100%;
  min-height: 150px;
}

select {
  text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
  -moz-text-align-last: left;
  text-align-last: left;
  background-image: url(/images/icons/arrow-down.png);
  background-position: 100% 2px;
  background-size: 15px;
  background-repeat: no-repeat;
}

select option {
  padding: 7px 5px;
  background: var(--primary-colors-gray);
  text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
  -moz-text-align-last: left;
  text-align-last: left;
}

.privacy {
  font-size: 10px;
}

.chk_holder {
  margin: 10px auto 0 auto;
  color: var(--primary-colors-white);
}

#chkInternational {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  color: var(--primary-colors-white);
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  line-height: 25px;
  width: 20px;
  text-align: left;
}

#chkInternational + label {
  background: url("/images/buttons/uncheck.png") no-repeat left center;
  color: var(--primary-colors-white);
  padding: 2px 0 2px 26px;
}

#chkInternational:checked + label {
  background: url(/images/buttons/check.png) no-repeat left center;
}

input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
  color: var(--primary-colors-white);
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--primary-colors-white);
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: var(--primary-colors-white);
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--primary-colors-white);
  opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0.5;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0.5;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0.5;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0.5;
}

.over-hidden {
  overflow: hidden;
}

#enq_enquiry_subscribe {
  max-width: 350px;
}
#enq_enquiry_subscribe input {
  width: calc(100% - 120px);
  margin: 0;
  padding: 5px;
  color: var(--primary-colors-gray);
}
#enq_enquiry_subscribe input.b_submit {
  text-align: center;
  color: var(--primary-colors-white);
  background-color: var(--primary-colors-gray);
}
#enq_enquiry_subscribe label {
  margin: 0;
  font-size: 16px;
  padding: 0 0;
  width: 100%;
  color: var(--primary-colors-gray);
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  text-align: left;
  letter-spacing: 0;
  width: 110px;
}
#enq_enquiry_subscribe label + input {
  border: 1px solid var(--primary-colors-gray);
}
#enq_enquiry_subscribe input:-webkit-input-placeholder,
#enq_enquiry_subscribe textarea:-webkit-input-placeholder {
  color: var(--primary-colors-gray);
  opacity: 1;
}
#enq_enquiry_subscribe input::-webkit-input-placeholder,
#enq_enquiry_subscribe textarea::-webkit-input-placeholder {
  color: var(--primary-colors-gray);
  opacity: 1;
}
#enq_enquiry_subscribe input:-moz-placeholder,
#enq_enquiry_subscribe textarea:-moz-placeholder {
  color: var(--primary-colors-gray);
  opacity: 1;
}
#enq_enquiry_subscribe input::-moz-placeholder,
#enq_enquiry_subscribe textarea::-moz-placeholder {
  color: var(--primary-colors-gray);
  opacity: 1;
}

/*footer*/
footer {
  display: block;
  position: relative;
  width: 100%;
  padding: 50px clamp(20px, 2.5vw, 70px);
  background-color: var(--primary-colors-purple);
}
footer .fc {
  display: flex;
  align-items: flex-end;
}
footer .fc img {
  width: 1.6em;
}
footer .mrs {
  margin-right: 40px;
}
footer p.title {
  font-family: "BebasNeueRegular";
  font-size: 24px;
  text-align: left;
  color: var(--primary-colors-white);
}
footer a {
  padding-bottom: 6px;
}
footer * {
  color: var(--primary-colors-white) !important;
}

/* Token Style */
ul.token-input-list-project {
  border: none;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  text-align: -moz-left;
  text-align: -webkit-left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border-bottom: 1px solid #525252;
  clear: both;
}

li.token-input-input-token-project {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}

ul.token-input-list-project li input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100% !important;
  margin-bottom: 0;
}

li.token-input-token-project p {
  display: inline;
  padding: 0;
  margin: 0 5px 0 0;
  line-height: 20px;
  font-size: 11px;
}

li.token-input-token-project {
  overflow: hidden;
  height: 25px;
  margin: 0;
  padding: 2px 5px;
  background-color: #ccc;
  color: var(--primary-colors-gray);
  cursor: default;
  border: 1px solid #525252;
  font-size: 12px;
  white-space: nowrap;
  list-style: none;
  display: inline-block;
}

div.token-input-dropdown-project {
  position: absolute;
  width: 100%;
  background-color: var(--primary-colors-white);
  overflow-x: hidden;
  cursor: default;
  font-size: 11px;
  z-index: 13;
  color: var(--primary-colors-gray);
}

div.token-input-dropdown-project ul {
  margin: 0;
  padding: 0;
  display: block !important;
  max-height: 205px;
}

div.token-input-dropdown-project ul li {
  background-color: var(--primary-colors-white);
  font-size: 14px;
  padding: 3px;
  margin: 0;
  list-style-type: none;
  font-weight: 100 !important;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
  background-color: var(--primary-colors-white);
}

div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
  background-color: var(--primary-colors-white);
}

div.token-input-dropdown-project ul li em {
  font-weight: bold;
  font-style: normal;
}

div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
  background-color: #ccc;
  color: var(--primary-colors-white);
}

/* Parsley-error */
ul.parsley-errors-list.filled,
ul.parsley-errors-list {
  font-size: 10px;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  text-align: left;
  bottom: 0;
}

ul.parsley-errors-list.filled li,
ul.parsley-errors-list li {
  padding: 0;
  text-align: left;
  color: #F00D0D;
}

* {
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

#textBox {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  transition: 2s background-color;
  -webkit-transition: 2s background-color;
  -moz-transition: 2s background-color;
  -ms-transition: 2s background-color;
  -o-transition: 2s background-color;
}
#textBox #animate-logo {
  width: 800px;
  max-width: 80%;
  opacity: 0;
  transition: 2s;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
}
#textBox h1 {
  font-size: 30px;
  padding-bottom: 20px;
  padding-top: 30px;
  opacity: 0;
  transition: 2s;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
}
#textBox .arrow-down {
  width: 34px;
  opacity: 0;
  transition: 2s;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
  pointer-events: initial;
}
#textBox.ready {
  transition-delay: 2s;
}
#textBox.ready #animate-logo {
  opacity: 1;
}
#textBox.ready #animate-logo.size {
  width: 500px;
}
#textBox.ready h1 {
  transition-delay: 3s;
  opacity: 1;
}
#textBox.ready .arrow-down {
  opacity: 1;
  transition-delay: 3s;
}

section {
  display: block;
  position: relative;
}
section.landing {
  height: calc(100vh - var(--header-height));
  height: calc(100svh - var(--header-height));
}
section.landing:has(.half-vh) {
  height: initial;
}
section.landing p {
  font-family: "Apercu-regular";
  font-size: 20px;
  max-width: 550px;
}
section.landing .middle-center-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  width: auto;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
section.landing .middle-center-box.absolute {
  position: absolute;
}
section.landing .middle-center-box p {
  font-family: "Apercu-Medium";
  font-size: 24px;
  letter-spacing: 0.05em;
  max-width: 550px;
}

.container {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  padding: 0 clamp(20px, 2.5vw, 70px);
}
.container.large {
  max-width: 1440px;
}
.container.medium {
  max-width: 940px;
}
.container.small {
  max-width: 600px;
}

.wrapper {
  display: block;
  position: relative;
  margin: 0 auto;
}

.row {
  display: flex;
}

.column {
  display: flex;
  flex-direction: column;
}

.space-between {
  justify-content: space-between;
}

.space-around {
  justify-content: space-around;
}

.justify-center {
  justify-content: center;
}

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

.align-start {
  align-items: start;
}

.landing {
  height: 100%;
}
.landing > img {
  aspect-ratio: 2/1;
  height: calc(100vh - var(--header-height));
  -o-object-fit: cover;
     object-fit: cover;
}
.landing > img.half-vh {
  height: 50vh;
}
.landing p {
  color: var(--primary-colors-white);
}

#page-home .landing {
  height: 100vh;
  height: 100svh;
}

.bg-holder {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.dark-layer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}

.middle-box {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  transform: translateY(-125%);
  -webkit-transform: translateY(-125%);
  -moz-transform: translateY(-125%);
  -ms-transform: translateY(-125%);
  -o-transform: translateY(-125%);
}
.middle-box .arrow-down {
  display: block;
  margin: 40px auto 10px auto;
  width: 40px;
}

.middle-left-box {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  flex-direction: column;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px 0;
  padding-right: clamp(20px, 2.5vw, 70px);
  width: 500px;
  max-width: 100%;
  z-index: 2;
}
.middle-left-box * {
  text-align: left;
}
.middle-left-box p {
  font-size: 24px;
  letter-spacing: 0.05em;
  max-width: 550px;
}
.middle-left-box p::first-letter {
  text-transform: uppercase;
}

.middle-right-box {
  display: flex;
  justify-content: center;
  align-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 0 75px;
  padding-left: clamp(20px, 2.5vw, 70px);
  width: 50%;
  max-width: 100%;
}
.middle-right-box p::first-letter {
  text-transform: uppercase;
}

.left-box {
  display: block;
  position: absolute;
  bottom: 8vw;
  left: 0;
  z-index: 2;
  padding: 40px clamp(20px, 2.5vw, 70px);
  max-width: 700px;
}
.left-box p {
  max-width: 400px;
}
.left-box p::first-letter {
  text-transform: uppercase;
}

.content-box {
  z-index: 2;
  padding: 30px clamp(20px, 2.5vw, 70px);
  max-width: 700px;
}
.content-box p {
  max-width: 400px;
}
.content-box p::first-letter {
  text-transform: uppercase;
}

.btn {
  display: inline-block;
  font-family: "Sohne-Leicht";
  font-size: 16px;
  text-align: left;
  color: var(--primary-colors-white);
  border: 2px solid var(--primary-colors-white);
  padding: 10px 30px;
  margin: 20px 0;
  width: -moz-max-content;
  width: max-content;
  z-index: 2;
  cursor: pointer;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.btn::first-letter {
  text-transform: uppercase;
}
.btn.blue {
  border: 2px solid var(--primary-colors-blue);
}
.btn.dark {
  color: var(--primary-colors-gray);
  border: 2px solid var(--primary-colors-gray);
}
.btn.onsale {
  background-color: var(--primary-colors-Pink);
}
@media (hover: hover) {
  .btn:hover {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
}

.story-box {
  flex-direction: column;
  padding-bottom: 30px;
}
.story-box h3,
.story-box p {
  padding-left: 30px;
  padding-right: 30px;
}
.story-box h3 {
  font-size: 28px;
}
.story-box a {
  margin-left: 30px;
}

.icon {
  max-width: -moz-max-content;
  max-width: max-content;
  max-height: 40px;
  margin-bottom: 20px !important;
  display: block;
}

.partners {
  justify-content: space-around;
  align-items: center;
}
.partners .icons {
  max-width: -moz-max-content;
  max-width: max-content;
  max-height: 70px;
}
.partners .icons.employsure {
  max-height: 50px;
}
.partners .icons.ndis {
  max-height: 110px;
}

.icons-holder {
  justify-content: space-between;
  align-items: flex-start;
}
.icons-holder .grid_4 {
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 10px;
}
.icons-holder .grid_4 * {
  text-align: center;
  margin-bottom: 20px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

#jobs .row .grid_4 {
  flex-direction: column;
  text-align: center;
  border: 1px solid var(--primary-colors-blue);
  padding: 40px 20px;
}

.job_title {
  font-family: "Apercu-Medium";
  font-size: 26px;
  padding-bottom: 1em;
  letter-spacing: 0em;
  text-align: center;
  color: #4a90e2;
}

.job_location {
  font-family: "Apercu-Medium";
  font-size: 22px;
  letter-spacing: 0em;
  text-align: center;
  color: var(--primary-colors-gray);
  padding-bottom: 1em;
}

.job_position {
  font-size: 18px;
  letter-spacing: 0em;
  text-align: center;
  color: #4A90E2;
  padding-bottom: 1em;
}
.job_position.details {
  color: var(--primary-colors-gray);
}

.job_availability {
  font-size: 16px;
  letter-spacing: 0em;
  text-align: center;
  color: var(--primary-colors-gray);
  padding-bottom: 2em;
}

.job_details {
  font-family: "Apercu-Medium";
  font-size: 18px;
  letter-spacing: 0em;
  text-align: center;
  color: var(--primary-colors-white);
  background-color: var(--primary-colors-blue);
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 30px;
  margin-top: auto;
}

#endtoend {
  display: block;
  position: relative;
  z-index: 2;
}
#endtoend p.large {
  font-weight: normal;
  font-size: clamp(24px, 1.8vw, 36px);
  letter-spacing: 0.04em;
  text-align: left;
  color: var(--primary-colors-white);
  padding-bottom: 0;
}
#endtoend a {
  font-size: 12px;
  font-weight: 14px;
  letter-spacing: 0.04em;
}
#endtoend a span::first-letter {
  text-transform: uppercase;
}

.relative {
  position: relative;
}

.h100 {
  height: 99.5vh;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

p .capitalize,
p .uppercase {
  display: inline;
}

ul {
  list-style: none;
}

.team-member {
  aspect-ratio: 480/640;
  -o-object-fit: cover;
     object-fit: cover;
}

.nt {
  color: var(--primary-colors-white);
  position: relative;
  width: 100%;
  padding: 28px 14px;
  flex-direction: column;
  display: flex;
}
.nt .name {
  font-family: "Sohne-Leicht";
  font-family: "Apercu-Bold";
  font-size: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--primary-colors-gray);
  padding-bottom: 10px;
}
.nt .title {
  font-family: "Apercu-Regular";
  font-size: 12px;
  color: var(--primary-colors-gray);
}

a {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.quote {
  padding: 10px;
}

.bio {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(74, 74, 74, 0.8);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  opacity: 0;
  pointer-events: none;
}
.bio .row {
  background-color: #4A90E2;
  max-width: 90vw;
  max-height: 90vh;
  width: 1200px;
  position: relative;
}
.bio .row .name {
  font-family: "BebasNeueRegular";
  font-size: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--primary-colors-white);
  display: block;
}
.bio .row * {
  font-size: 14px;
  color: var(--primary-colors-white);
}
.bio .row .grid_4 {
  margin-bottom: 0;
}
.bio .row .grid_8 {
  padding: 40px;
}
.bio .row a {
  margin-top: auto;
}
.bio .close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 2;
}
.bio.visible {
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
}

.date {
  display: block;
  font-family: "Apercu-Regular";
  font-size: 20px;
  text-align: left;
  color: #000;
}

.aspect3by2 {
  aspect-ratio: 3/2;
}

.aspect8by6 {
  aspect-ratio: 8/6;
}

.headline {
  font-family: "Apercu-Medium";
  font-size: 16px;
  text-align: left;
  color: #000;
  display: block;
}
.headline::first-letter {
  text-transform: uppercase;
}

#page-tv .headline {
  line-height: 1.3;
  height: 2.7em;
  overflow: hidden;
}

.social {
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
}
.social a {
  display: inline-block;
  margin-right: 15px;
}
.social a svg {
  width: 30px;
  height: 30px;
}
.social a:last-child {
  margin-right: 0;
}

#news-content ul {
  margin-bottom: 14px;
  list-style: initial;
  padding-left: 16px;
}
#news-content ul li {
  padding-bottom: 10px;
}
#news-content strong {
  font-family: "Apercu-Bold" !important;
}
#news-content b {
  font-family: "Apercu-Bold" !important;
}
#news-content p strong {
  font-family: "Apercu-Bold" !important;
}

#load-content strong {
  font-family: "Apercu-Bold" !important;
}
#load-content b {
  font-family: "Apercu-Bold" !important;
}
#load-content p strong {
  font-family: "Apercu-Bold" !important;
}

#page-disabilitysupport .icon {
  display: none;
}

#page-community .grid_6.ptl.pbl {
  min-height: 600px;
}

#page-disabilitysupport .grid_6.ptl.pbl {
  min-height: 600px;
}

.search-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 260px;
  max-width: 100%;
  padding: 10px;
  height: -moz-max-content;
  height: max-content;
  position: sticky;
  top: 120px;
}
.search-box h2 {
  font-size: 24px;
}
.search-box h2.head-line {
  font-size: 16px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--primary-colors-white);
  width: 100%;
  margin-bottom: 10px;
}

#property .property-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  margin-left: auto;
}
#property .property-list .grid_3 {
  width: calc(25% - 15px);
  margin-right: 20px;
  margin-bottom: 20px;
}
#property .property-list .grid_3:nth-child(4n) {
  margin-right: 0;
}
#property .property-list .property-det {
  padding: 20px;
  display: block;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}
#property .property-list .property-det .property-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
}
#property .property-list .property-det .property-info span {
  font-family: "Apercu-Medium";
  font-size: 16px;
  letter-spacing: 0.04em;
  color: var(--primary-colors-white);
}
#property .property-list .property-det .property-info span.property-type {
  font-size: 14px;
  font-family: "Sohne-Leicht";
}
#property .property-list .property-det .property-location {
  font-size: 14px;
  font-family: "Sohne-Leicht";
  padding-bottom: 10px;
}
#property .property-list .property-det .property-features {
  font-size: 14px;
  font-family: "Sohne-Leicht";
}

.checkHolder {
  display: block;
  margin-bottom: 4px;
}
.checkHolder .checkbox {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  color: var(--primary-colors-white);
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  line-height: 25px;
  width: 20px;
  text-align: left;
}
.checkHolder .checkbox + label {
  position: relative;
  padding: 0 0 0 25px;
  cursor: pointer;
  font-size: 14px;
}
.checkHolder .checkbox + label:before {
  position: absolute;
  left: 0;
  width: 1em;
  height: 1em;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid var(--primary-colors-white);
  content: "";
  display: block;
}
.checkHolder .checkbox + label:after {
  position: absolute;
  top: 2px;
  left: 0;
  height: 1em;
  width: 1em;
  background: var(--primary-colors-white);
  opacity: 0;
  content: "";
  display: block;
  transition: all 0.4s ease-in-out;
}
.checkHolder .checkbox:checked + label:after {
  opacity: 1;
}

#page-findaccommodation .landing .n2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 0 10px clamp(20px, 2.5vw, 70px);
}
#page-findaccommodation .property-name {
  text-transform: capitalize;
}

.backto {
  font-family: "BebasNeueRegular";
  font-size: 16px;
  color: #000;
  border-bottom: 2px solid #000;
}

#property-details {
  height: -moz-max-content;
  height: max-content;
  margin: 0;
}
#property-details .label {
  display: inline-block;
  width: 100px;
}

.status {
  font-family: "BebasNeueRegular";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: var(--new-secondary-colors-blue2);
  color: var(--primary-colors-white);
  font-size: 14px;
  padding: 8px 16px;
  letter-spacing: 0.05em;
}

.type-banner {
  font-family: "BebasNeueRegular";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: var(--primary-colors-purple);
  color: var(--primary-colors-white);
  font-size: 14px;
  padding: 8px 16px;
  letter-spacing: 0.05em;
}

.type-banner2 {
  font-family: "BebasNeueRegular";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: var(--primary-colors-Pink);
  color: var(--primary-colors-white);
  font-size: 14px;
  padding: 8px 16px;
  letter-spacing: 0.05em;
}

#popup-search {
  display: block;
  position: fixed;
  bottom: 10px;
  left: -100%;
  padding: 0;
  background-color: var(--new-primary-colors-pink);
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  z-index: 10;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  animation: popUPSearch 2s cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
  -webkit-animation: popUPSearch 2s cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
  animation-delay: 4s;
  transition: 1.5s;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
#popup-search .slide-in-out {
  display: none;
}
#popup-search > .row {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}
#popup-search * {
  color: var(--primary-colors-white);
}
#popup-search h2 {
  color: var(--primary-colors-white);
  padding-bottom: 10px !important;
  padding: 10px 20px;
  font-size: 16px;
}
#popup-search .close-btn {
  font-family: "Apercu-Medium";
  font-size: 12px;
  text-transform: capitalize;
  text-decoration: underline;
  margin-bottom: 10px;
  text-align: center;
  padding-top: 20px;
}
#popup-search p {
  padding: 0 20px 10px !important;
  margin: 0 !important;
  font-size: 14px;
}
#popup-search .column .column {
  padding: 0 20px 10px;
}
#popup-search .btn {
  margin-left: 20px;
  font-size: 14px;
}
#popup-search label {
  font-size: 14px;
}
@keyframes popUPSearch {
  0% {
    left: -100%;
  }
  100% {
    left: 10px;
  }
}

#disclaimer {
  position: fixed;
  width: 780px;
  max-height: 90vh;
  max-width: 100%;
  background: var(--primary-colors-white) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 7px #000000;
  border: 1px solid #707070;
  border-radius: 5px;
  z-index: 10;
  display: none;
  overflow: hidden;
  z-index: 999999;
  text-align: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  overflow: scroll;
  padding: 40px;
}
#disclaimer #innerDis {
  width: 100%;
  padding: 0 20px;
  margin: auto;
  height: 100%;
}
#disclaimer #innerDis * {
  color: var(--primary-colors-gray);
  text-align: left !important;
}
#disclaimer .close {
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  cursor: pointer;
  z-index: 50;
}

#mailinglist {
  display: none;
}

#playVideo {
  font-family: "BebasNeueRegular";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  text-align: center;
  font-size: 20px;
}
#playVideo img {
  width: 100px;
}

#load-content a {
  color: var(--primary-colors-purple);
}

.playFilm {
  background-color: var(--new-primary-colors-pink);
  text-transform: uppercase;
}

#houseing-form .formbox {
  width: 100%;
  max-width: 100%;
}
#houseing-form .formbox .btn {
  margin-top: 0;
  border: 1px solid var(--primary-colors-white);
}
#houseing-form .input-holder {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-bottom: 4px;
}
#houseing-form .input-holder.bb0 {
  border-bottom: 0;
}
#houseing-form .input-holder input,
#houseing-form .input-holder select {
  padding-bottom: 0;
  margin: 0;
  width: calc(100% - 240px);
  letter-spacing: 0;
  height: -moz-max-content;
  height: max-content;
}
#houseing-form .input-holder label {
  font-size: 16px;
  padding: 0 0 0 0;
  color: var(--primary-colors-white);
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  text-align: left;
  letter-spacing: 2px;
  width: -moz-max-content;
  width: max-content;
  display: block;
  padding-right: 10px;
  width: 240px;
  letter-spacing: 0;
}
#houseing-form .input-holder select {
  margin: 0;
  background: none;
  font-size: 14px;
  font-weight: 100;
}
#houseing-form .input-holder textarea {
  margin-bottom: 0;
}
#houseing-form .check-box-holder {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 240px);
}
#houseing-form .check-box-holder > span {
  display: flex;
  width: 50%;
  margin-bottom: 20px;
}
#houseing-form .check-box-holder .checkHolder label {
  padding-left: 20px;
}

.property-description {
  text-align: left;
  margin: 0;
  padding-bottom: 14px;
  line-height: 1.4em;
}
.property-description p {
  text-align: left;
}
.property-description ul {
  list-style: initial;
  margin-left: 1em;
}
.property-description ul li {
  list-style: initial;
  text-align: left !important;
}

#filter a {
  font-family: "Apercu-Medium";
  font-size: 16px;
  line-height: 1.1em;
  text-align: center;
  color: var(--primary-colors-white);
  text-align: left;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media (hover: hover) {
  #filter a:hover {
    border-bottom: 1px solid var(--primary-colors-white);
  }
}
#filter a.active {
  border-bottom: 1px solid var(--primary-colors-white);
}
#filter span {
  font-family: "BebasNeueRegular";
  font-weight: normal;
  font-size: 18px;
  line-height: 1.1em;
  text-align: center;
  color: var(--primary-colors-white);
  margin: 0 8px;
}

.fadeIn {
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.load .fadeIn {
  opacity: 1;
}

#page-findaccommodation .btn {
  margin-top: 0;
  margin-bottom: 0;
}

.back-to-search {
  font-size: 12px;
  text-decoration: underline;
  color: white;
}

#optus {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 81, 169, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
#optus .pop-up-content-holder {
  padding: 50px;
  max-width: 600px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
#optus .pop-up-content-holder p {
  font-size: 20px;
}
#optus .pop-up-content-holder a.btn {
  margin-left: auto;
  margin-right: auto;
}
#optus .pop-up-content-holder * {
  color: var(--primary-colors-white);
}
#optus .pop-up-content-holder .close-pop-up {
  color: var(--primary-colors-white);
  border-bottom: 1px solid var(--primary-colors-white);
  margin-bottom: 20px;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  margin: 20px auto;
  font-weight: 600;
}

.dark_hover_apply {
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.3s background-color;
  -webkit-transition: 0.3s background-color;
  -moz-transition: 0.3s background-color;
  -ms-transition: 0.3s background-color;
  -o-transition: 0.3s background-color;
}
@media (hover: hover) {
  .dark_hover_apply:hover {
    background-color: rgba(0, 0, 0, 0);
  }
}

#page-holiday .flex-direction-nav,
#page-holiday .flex-control-nav {
  display: none !important;
}
#page-holiday .flexslider,
#page-holiday .slides,
#page-holiday .slides li,
#page-holiday .slides li img {
  height: calc(100vh - 70px);
}
#page-holiday .content-box p {
  max-width: 96%;
}

.parther-logo {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
}

.green-bullet {
  list-style-type: initial;
}
.green-bullet li {
  line-height: 1.7em;
  font-weight: 20px;
}

.lazy-fade {
  opacity: 0;
  transition: 1.5s;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
}
.lazy-fade.fadeIn {
  opacity: 1;
}

.z2 {
  z-index: 2;
}

#endtoend .grid_4 {
  width: calc(25% - 8.5px);
  margin-right: 10px;
  margin-bottom: 0;
}
#endtoend .grid_4:nth-child(3n) {
  margin-right: 10.6666666667px;
}
#endtoend .grid_4:last-child {
  margin-right: 0;
}

#page-aboutus .grid_3 {
  width: calc(25% - 30px);
  margin-right: 40px;
}
#page-aboutus .grid_3:nth-child(4n) {
  margin-right: 0;
}

#page-tv {
  background-color: var(--tvPage-BackgroundColor);
}
#page-tv .vbox-overlay {
  width: 100%;
  height: 100%;
}
#page-tv .vbox-container {
  overflow: hidden;
  min-height: initial;
  max-height: 100%;
}
#page-tv .vbox-content {
  max-height: 100%;
}
#page-tv h1 {
  font-family: "Apercu-Bold";
  letter-spacing: 0;
  line-height: 100%;
  text-transform: uppercase;
  font-size: 30px;
  line-height: initial;
}
#page-tv h1 span {
  color: inherit;
  font-family: "Apercu-Regular";
  font-size: 0.5em;
  display: block;
  text-transform: initial;
}
#page-tv h1 span.uppercase {
  text-transform: uppercase;
}
#page-tv h2 {
  font-family: "BebasNeueRegular";
}
#page-tv h5 {
  font-family: "Apercu-regular";
}
#page-tv .multiple-items {
  position: initial;
}
#page-tv .multiple-items .slick-arrow {
  top: 25%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  left: 0;
}
#page-tv .multiple-items .slick-arrow.slick-next {
  right: 0;
  left: initial;
}
#page-tv .video-holder .g4,
#page-tv .video-holder .grid_4 {
  padding-left: 10px;
  padding-right: 10px;
}
#page-tv .video-holder .g4 .my-video-links,
#page-tv .video-holder .grid_4 .my-video-links {
  aspect-ratio: 3/2;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-bottom: 14px;
  position: relative;
}
#page-tv .video-holder .g4 .my-video-links .btn.simulation,
#page-tv .video-holder .grid_4 .my-video-links .btn.simulation {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--new-primary-colors-pink);
  border: 0 none;
  margin: 0;
  text-transform: uppercase;
}
#page-tv .video-holder .g4 .my-video-links .btn.simulation.play-again,
#page-tv .video-holder .grid_4 .my-video-links .btn.simulation.play-again {
  background-color: var(--new-secondary-colors-blue);
}
@media (hover: hover) {
  #page-tv .video-holder .g4 .my-video-links .btn.simulation,
  #page-tv .video-holder .grid_4 .my-video-links .btn.simulation {
    border-radius: initial;
    -webkit-border-radius: initial;
    -moz-border-radius: initial;
    -ms-border-radius: initial;
    -o-border-radius: initial;
  }
}
#page-tv .video-holder .g4 .info,
#page-tv .video-holder .grid_4 .info {
  width: 30px;
  height: 30px;
  margin: 0 0 auto auto;
  min-width: 30px;
  min-height: 30px;
}
#page-tv .video-holder .g4 img,
#page-tv .video-holder .grid_4 img {
  pointer-events: none;
}
#page-tv .video-holder .g4:nth-child(3n),
#page-tv .video-holder .grid_4:nth-child(3n) {
  margin-right: 0;
}
#page-tv .video-holder .g4 .episode,
#page-tv .video-holder .grid_4 .episode {
  font-size: 14px;
  font-family: "Apercu-Medium";
}
#page-tv .coming-soon {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  font-family: "BebasNeueRegular";
  font-size: clamp(2vw, 32px, 8vw);
  pointer-events: none;
}
#page-tv .info {
  width: 30px;
  height: 30px;
}
#page-tv .iframe-holder {
  padding-bottom: 56%;
  display: block;
  position: absolute;
  overflow: hidden;
}
#page-tv .iframe-holder iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
}

.top-ribbon {
  display: block;
  position: sticky;
  top: var(--header-height);
  z-index: 4;
  background-color: var(--tvPage-BackgroundColor);
}
.top-ribbon h2 {
  padding-bottom: 0;
}

.filter-by {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
}
.filter-by label {
  display: block;
  position: relative;
  margin-right: 10px;
  width: -moz-max-content;
  width: max-content;
}
.filter-by select {
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 0;
  margin-bottom: 0;
  padding: 6px;
  height: -moz-max-content;
  height: max-content;
  letter-spacing: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-position: calc(100% - 6px) center;
}

.info-container {
  width: 33%;
  padding: 20px 20px 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 60px 30px 60px 0;
  position: relative;
}
.info-container * {
  z-index: 2;
  text-align: left;
}
.info-container p {
  font-size: 16px !important;
}
.info-container:before {
  content: "";
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
}

#locations {
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--primary-colors-purple);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: var(--header-height);
  z-index: 10;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
#locations p,
#locations a {
  padding: 0;
  color: white;
  border-bottom: 1px solid transparent;
  transition: 0s !important;
  -webkit-transition: 0s !important;
  -moz-transition: 0s !important;
  -ms-transition: 0s !important;
  -o-transition: 0s !important;
}
#locations p {
  margin-right: 10px;
}
#locations .active {
  border-bottom: 1px solid #fff;
}
#locations a:hover {
  border-bottom: 1px solid #fff;
}
#locations .space {
  font-size: 14px;
  color: white;
  display: block;
  margin: 0 6px;
}

#set-location {
  font-size: 13px;
  line-height: 1em;
  letter-spacing: 0;
  color: var(--primary-colors-gray);
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  width: -moz-max-content;
  width: max-content;
  margin-right: 20px;
  z-index: 3;
  display: flex;
}
#set-location img {
  width: auto;
  height: 1em;
}

#locations.show {
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
}

#wrapper {
  width: 250px;
  justify-content: flex-end;
}

.event {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  padding: 0;
}

#north-event .row {
  display: flex !important;
}
#north-event .btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  margin: auto;
  z-index: 2;
  color: var(--primary-colors-white);
  background-color: var(--primary-colors-purple);
}

.sta-icon {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top center;
     object-position: top center;
  margin-bottom: 20px;
}

/* ---------------------- */
/* ---------------------- */
/* ---------------------- */
.wmc {
  width: -moz-max-content;
  width: max-content;
}

.wrap {
  flex-flow: wrap;
}

.bg-purple,
.bg-primary-colors-purple {
  background-color: var(--primary-colors-purple);
}
.bg-purple *,
.bg-primary-colors-purple * {
  color: var(--primary-colors-white);
}

.bg-secondary-colors-blue {
  background-color: var(--secondary-colors-blue);
}

.purple {
  color: var(--primary-colors-purple);
}

.bg-blue,
.bg-primary-colors-blue {
  background-color: var(--primary-colors-blue);
}
.bg-blue *,
.bg-primary-colors-blue * {
  color: var(--primary-colors-white);
}

.bg-darkblue {
  background-color: var(--primary-colors-blue);
}
.bg-darkblue * {
  color: var(--primary-colors-white);
}

.bg-gray {
  background-color: var(--primary-colors-gray);
}
.bg-gray * {
  color: var(--primary-colors-white);
}

.blue {
  color: var(--primary-colors-blue);
}

.dark {
  color: var(--primary-colors-gray);
}

.fullwidth,
.full-width {
  width: 100%;
}

.fullheight,
.full-height {
  height: 100%;
}

img.fullvh {
  -o-object-fit: cover;
     object-fit: cover;
}

.fullvh {
  height: 100vh;
}

.half-vh {
  height: 50vh;
}

.bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg.top {
  background-position: top;
}
.bg.bottom {
  background-position: bottom;
}

.fixed-attachment {
  background-attachment: fixed;
  z-index: -1;
}

.ptxl {
  padding-top: 150px;
}

.pbxl {
  padding-bottom: 150px;
}

.ptl {
  padding-top: 80px;
}

.pbl {
  padding-bottom: 80px;
}

.ptm {
  padding-top: 40px;
}

.pbm {
  padding-bottom: 40px;
}

.pts {
  padding-top: 20px;
}

.pbs {
  padding-bottom: 20px;
}

.pbxs {
  padding-bottom: 6px;
}

.mbs {
  margin-bottom: 10px;
}

.mbm {
  margin-bottom: 40px;
}

.mta {
  margin-top: auto;
}

.m0 {
  margin: 0;
}

.plm {
  padding-left: 70px;
  padding-left: clamp(20px, 2.5vw, 70px);
}

.mb0 {
  margin-bottom: 0;
}

.plr20 {
  padding-left: clamp(20px, 2.5vw, 70px);
  padding-right: clamp(20px, 2.5vw, 70px);
}

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

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

.ma {
  margin: auto;
}

.mlra {
  margin-left: auto;
  margin-right: auto;
}

.mla {
  margin-left: auto;
}

strong {
  font-weight: bold;
}

.row-reverse {
  flex-flow: row-reverse;
}

.underline {
  text-decoration: underline;
}

.pb0 {
  padding-bottom: 0;
}

.block {
  display: block;
}

.mw75 {
  max-width: 75%;
}

.vic {
  height: 60px;
}

.elmo {
  height: 30px;
}

.white {
  color: var(--primary-colors-white);
}

.primary-colors-Pink,
.pink {
  color: var(--primary-colors-Pink);
}

.job_details_box {
  padding-bottom: 50px;
  padding: 0;
}

.job_details_box span,
.job_details_box a {
  font-weight: bold;
}

.job_details_box * {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: var(--primary-colors-gray);
}

job_details_box span,
.job_details_box a {
  font-weight: bold;
}

.job_details_Lable {
  width: 110px;
  display: inline-block;
  color: var(--primary-colors-blue);
}

.full_line_gray {
  border-top: 1px solid #D8D8D8;
  margin: 50px 0;
}

.job_description {
  border-left: 1px solid #D8D8D8;
  padding-left: 50px;
  float: right;
  padding-bottom: 50px;
}

body.details .btn.blue {
  color: #4A90E2;
}

#page-job #currentjob.details ul {
  list-style: none;
  text-align: -webkit-left;
  text-align: left;
  padding-bottom: 40px;
  font-weight: 100;
}
#page-job #currentjob.details ul li {
  text-align: center;
}

.bulletpoints ul {
  display: list-item;
  list-style: initial;
}

.job_description * {
  display: block;
  font-weight: normal;
  text-align: left;
  color: var(--primary-colors-gray);
}

p.dt {
  color: var(--primary-colors-blue) !important;
  font-weight: bold;
}

.details .job_description ul li {
  text-align: left;
}

.bulletpoints li {
  display: list-item;
}

.pop_up_form {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgb(102, 153, 204);
  overflow-y: scroll;
  display: none;
  max-width: 100%;
}

.pop_up_form_content {
  padding: 50px 20px;
  text-align: center;
  display: table;
  width: 100%;
  margin: 0 auto;
  table-layout: fixed;
  height: 100%;
  text-align: center;
  max-width: 760px;
}
.pop_up_form_content input,
.pop_up_form_content select,
.pop_up_form_content label,
.pop_up_form_content textarea {
  font-family: "Sohne-Leicht";
  font-weight: 300;
  font-size: 14px;
  padding: 8px 10px;
  width: 100%;
  color: var(--primary-colors-gray);
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  letter-spacing: 1px;
  max-width: 600px;
  margin: 0 auto 20px;
  border-radius: 5px;
  text-align: center;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
  text-align-last: center;
  background-color: #F8F8F8;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.pop_up_form_content label {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: var(--primary-colors-white);
  padding-bottom: 6px;
  display: block;
}
.pop_up_form_content textarea {
  /*text-align: left;
  -ms-text-align-last: left;
  -moz-text-align-last: left;
  text-align-last: left;*/
  min-height: 70px;
}
.pop_up_form_content select {
  text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
  text-align-last: center;
  background-image: url("/images/buttons/arrow.png");
  background-position: 96% 54%;
  background-repeat: no-repeat;
  background-size: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 10px;
}
.pop_up_form_content .login_holder select {
  background-image: url("/images/buttons/arrow_white.png");
}
.pop_up_form_content select option {
  padding: 7px 5px;
  background: var(--primary-colors-white);
  color: var(--primary-colors-gray);
  text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
  text-align-last: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.pop_up_form_content select .privacy {
  font-size: 10px;
}
.pop_up_form_content select.filter {
  display: inline-block;
  width: 250px;
}
.pop_up_form_content select.filter + select {
  float: right;
}
.pop_up_form_content .chk_holder {
  margin: 10px auto 0 auto;
  color: var(--primary-colors-white);
}
.pop_up_form_content input.b_submit {
  width: 150px;
  margin: 0 auto;
  background: var(--primary-colors-white);
  cursor: pointer;
  border-radius: 5px;
  color: var(--primary-colors-gray);
}
.pop_up_form_content #chkInternational {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  color: var(--primary-colors-white);
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  line-height: 25px;
  width: 20px;
  text-align: left;
}
.pop_up_form_content #chkInternational + label {
  background: url("/images/buttons/uncheck.png") no-repeat left center;
  color: var(--primary-colors-white);
  padding: 2px 0 2px 26px;
}
.pop_up_form_content #chkInternational:checked + label {
  background: url(/images/buttons/check.png) no-repeat left center;
}
.pop_up_form_content input:-webkit-input-placeholder,
.pop_up_form_content textarea:-webkit-input-placeholder {
  color: var(--primary-colors-gray);
  opacity: 1;
}
.pop_up_form_content input::-webkit-input-placeholder,
.pop_up_form_content textarea::-webkit-input-placeholder {
  color: var(--primary-colors-gray);
  opacity: 1;
}
.pop_up_form_content input:-moz-placeholder,
.pop_up_form_content textarea:-moz-placeholder {
  color: var(--primary-colors-gray);
  opacity: 1;
}
.pop_up_form_content input::-moz-placeholder,
.pop_up_form_content textarea::-moz-placeholder {
  color: var(--primary-colors-gray);
  opacity: 1;
}
.pop_up_form_content input:-ms-input-placeholder,
.pop_up_form_content textarea:-ms-input-placeholder {
  color: var(--primary-colors-gray);
  opacity: 1;
}

.pop_up_form_content .register_form {
  display: table-cell;
  height: 100%;
  vertical-align: top;
  padding-top: 50px;
}

.close_pop_up_form {
  display: block;
  position: fixed;
  top: 50px;
  right: 50px;
  width: 30px;
  z-index: 10;
}

.upload_holder {
  display: block;
  position: relative;
}

.founder-img {
  width: 240px;
  margin-bottom: 30px;
}

#page-supportCordination .content-box {
  max-width: 800px;
}
#page-supportCordination .content-box p {
  max-width: 100%;
}

#page-founders .content-box {
  max-width: 96%;
}
#page-founders .content-box p {
  max-width: 100%;
}

#gallery {
  overflow: hidden;
}

.slick-arrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 2;
  background-color: transparent;
  cursor: pointer;
  z-index: 6;
  width: 40px;
  height: 40px;
  color: transparent;
  border: 5px solid white;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
}
.slick-arrow.slick-next {
  left: auto;
  right: 20px;
  border-left: 0;
  border-bottom: 0;
}
.slick-arrow.slick-prev {
  border-right: 0;
  border-top: 0;
}
.slick-arrow.slick-disabled {
  cursor: default;
}

.fs18 {
  font-size: 18px;
}

.bg-new-primary-colors-pink {
  background-color: #e6268a;
}

.bg-new-secondary-colors-pink {
  background-color: #ce1877;
}

.bg-new-secondary-colors-pink2 {
  background-color: #b31568;
}

.bg-new-primary-colors-purple {
  background-color: #cf77b2;
}

.bg-new-secondary-colors-purple {
  background-color: #aa3cb5;
}

.bg-new-secondary-colors-purple2 {
  background-color: #8b316d;
}

.bg-new-primary-colors-blue {
  background-color: var(--new-primary-colors-blue);
}

.bg-new-secondary-colors-blue {
  background-color: #49afc7;
}

.bg-new-secondary-colors-blue2 {
  background-color: #2d9da9;
}

.bg-new-primary-colors-green {
  background-color: #9bcc60;
}

.bg-new-secondary-colors-green {
  background-color: var(--new-secondary-colors-green);
}

.bg-new-secondary-colors-green2 {
  background-color: #1a9242;
}

.bg-new-primary-colors-orange {
  background-color: #f9a549;
}

.bg-new-secondary-colors-orange {
  background-color: #f88b14;
}

.bg-new-secondary-colors-orange2 {
  background-color: #dd752f;
}

.white p {
  color: white;
}

.just-mobile {
  display: none !important;
}

.slider-info {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  z-index: 2;
  top: 0;
  height: 100%;
  padding: 60px 30px 60px 0;
}
.slider-info * {
  text-align: left;
}

#page-tv .landing .aspect3by2 {
  height: calc(100vh - var(--header-height));
  -o-object-fit: cover;
     object-fit: cover;
}
#page-tv .landing .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 1280px) {
  .btn {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .story-box {
    width: 33.333%;
    padding: 40px 20px;
  }
  header nav ul li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .m-left-align {
    margin-left: 0;
    margin-right: auto;
    text-align: left;
  }
  h1 {
    font-size: 7vw;
  }
  .just-desktop {
    display: none !important;
  }
  .just-mobile {
    display: block !important;
  }
  .just-mobile.row, .just-mobile.flex, .just-mobile.column {
    display: flex !important;
  }
  .middle-right-box {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    position: relative;
    right: 0;
    bottom: 0;
    padding: 0 0 30px clamp(20px, 2.5vw, 70px);
    width: 100%;
    max-width: 100%;
  }
  .vic {
    height: auto;
  }
  .elmo {
    height: auto;
  }
  .just-desktop {
    display: none;
  }
  body {
    height: auto;
    padding-top: var(--header-height);
  }
  #page-aboutus .middle-left-box {
    width: 100%;
  }
  #page-aboutus .grid_3 {
    width: 100%;
    margin-right: 0;
  }
  #page-aboutus .grid_3:nth-child(4n) {
    margin-right: 0;
  }
  #playVideo img {
    width: 70px;
  }
  #nav-toggle {
    display: flex;
  }
  header {
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 20px 40px 20px;
  }
  header #wrapper {
    width: -moz-max-content;
    width: max-content;
    margin: 0 20px 0 auto;
  }
  header .logo {
    width: 200px;
    margin-bottom: auto;
    margin-left: 0;
  }
  header nav {
    flex-flow: column;
    position: fixed;
    width: 100vw;
    height: 100vh;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: var(--primary-colors-white);
    padding: var(--header-height) 20px;
    overflow: hidden;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
  }
  header nav ul {
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    height: initial;
    overflow: hidden;
    overflow-y: scroll;
    padding-top: 20px;
    padding-bottom: 100px;
  }
  header nav ul > li {
    border-right: 0 none;
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
  }
  header nav ul > li > a {
    font-weight: bold;
    border: 0 none;
  }
  header nav ul > li .page-message {
    display: none;
  }
  header nav ul > li .drop-down {
    background-color: transparent !important;
    -webkit-clip-path: initial;
            clip-path: initial;
    pointer-events: initial;
    height: auto !important;
    position: relative;
    width: 100%;
    padding: 0;
    top: initial;
    left: initial;
  }
  header nav ul > li .drop-down::before {
    content: none;
  }
  header nav ul > li .drop-down ol {
    width: 100%;
    padding-left: 20px;
  }
  header nav ul > li .drop-down ol li {
    margin-bottom: 0;
  }
  header nav ul > li .drop-down ol li a {
    color: black;
    border: 0 none;
  }
  header nav ul > li a {
    font-size: 14px !important;
    text-align: left;
    width: 100%;
    line-height: 1;
  }
  header nav ul > li a.hd {
    display: none;
  }
  header.active_nav nav {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
  header #nav-toggle {
    margin: auto 0;
  }
  .m-aspect-1by1 {
    aspect-ratio: 4/2;
  }
  .event {
    font-size: 18px;
  }
  .call-us {
    margin: auto 0 auto auto;
  }
  #north-event .btn {
    bottom: 20px;
  }
  #page-home header {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  #endtoend .row {
    flex-flow: wrap;
  }
  #endtoend .row a {
    display: block;
    width: 40%;
    margin-right: 0 !important;
    margin-bottom: 30px;
  }
  .bg-holder {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    top: auto;
    left: auto;
    aspect-ratio: 8/6;
  }
  .landing {
    height: auto;
  }
  #page-supportCordination .landing {
    height: initial;
  }
  #page-supportCordination .landing h1 {
    margin: 0 0 10px 0;
  }
  #page-home {
    padding: var(--header-height) 0 0 0 !important;
  }
  #page-home .landing {
    height: auto;
  }
  #page-home .landing h1 {
    margin: 20px auto;
  }
  #page-home section.fullheight {
    height: initial;
  }
  .arrow-down {
    display: none;
  }
  h1 {
    line-height: 1.1em;
  }
  .m-bg-holder {
    display: block;
    position: relative;
    width: 100%;
    height: initial;
    top: initial;
    left: initial;
    aspect-ratio: 3/2;
  }
  .h100 {
    height: auto;
  }
  .left-box,
  .story-box {
    display: block;
    position: relative;
    bottom: auto;
    left: auto;
    z-index: 2;
    padding: 60px clamp(20px, 2.5vw, 70px);
    max-width: 100%;
    text-align: center;
  }
  .left-box p,
  .story-box p {
    max-width: 98%;
  }
  .left-box *,
  .story-box * {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .left-box .btn,
  .story-box .btn {
    margin-bottom: 0;
  }
  .grid_6,
  .grid_6.margin,
  .grid_3,
  .grid_3.mls,
  .grid_4,
  .grid_7,
  .grid_5,
  .grid_8 {
    width: 100%;
    max-width: 100% !important;
    margin-right: 0;
  }
  .middle-left-box {
    position: relative;
    left: initial;
    bottom: initial;
    padding: 30px 0;
    padding: 30px clamp(20px, 2.5vw, 70px);
  }
  .middle-left-box p {
    font-size: 18px;
  }
  .middle-left-box p::first-letter {
    text-transform: uppercase;
  }
  #page-findaccommodation #property .property-list {
    margin-top: 0;
  }
  #page-disabilitysupport .grid_6.ptl.pbl,
  #page-community .grid_6.ptl.pbl {
    min-height: auto;
  }
  .btn {
    margin-bottom: 0;
    border: 1px solid var(--primary-colors-white);
  }
  .content-box {
    padding-top: 0;
    padding-bottom: 0;
  }
  .content-box p {
    max-width: 100%;
  }
  .pbl {
    padding-bottom: 60px;
  }
  .ptl {
    padding-top: 60px;
  }
  .m-pt0 {
    padding-top: 0;
  }
  .m-pb0 {
    padding-bottom: 0;
  }
  .m-bg-purple {
    background-color: var(--primary-colors-purple);
  }
  .m-bg-blue {
    background-color: #4a90e2;
  }
  .m-column,
  .row-reverse {
    flex-direction: column;
  }
  .m-column-reverse {
    flex-direction: column-reverse;
  }
  .btn.onsale {
    margin-bottom: 20px;
  }
  .m-left-align {
    text-align: left;
  }
  #page-stories .grid_4,
  #page-news .grid_4,
  #page-insights .grid_4 {
    border-bottom: 1px solid var(--primary-colors-gray);
    margin-bottom: 50px;
  }
  .fixed-attachment {
    background-attachment: initial !important;
    z-index: 2;
    margin-bottom: 40px;
  }
  .bg-holder {
    background-attachment: initial !important;
  }
  .landing .fixed-attachment {
    margin-bottom: 0;
  }
  section:has(.fixed-attachment) {
    background-color: var(--primary-colors-purple);
  }
  .quote {
    margin-bottom: 40px;
  }
  .m-people-image img {
    aspect-ratio: 1/1;
  }
  .m-people-bio {
    overflow: hidden;
    display: block;
    padding: 20px;
    overflow-y: scroll;
    padding: 40px 20px !important;
  }
  .partners img {
    margin-bottom: 20px;
  }
  .partners img:last-child {
    margin: 0;
  }
  .m-ma {
    margin: auto;
  }
  .search-box {
    width: 100%;
    display: block;
    position: relative;
    top: initial;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #property .property-list {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 50px;
  }
  #page-findaccommodation .landing .n2 {
    position: relative;
    bottom: auto;
    left: auto;
  }
  .floorplan {
    margin-bottom: 50px;
  }
  #page-referral .grid_6 .plm,
  #page-feedback .grid_6 .plm {
    padding-left: 0;
  }
  #page-findaccommodation .landing .middle-left-box * {
    text-align: center;
  }
  .landing > img {
    aspect-ratio: initial;
  }
  #property .property-list .wrap {
    justify-content: space-between;
  }
  #property .property-list .wrap .grid_3 {
    width: calc(50% - 10px);
    margin: 0;
    margin-bottom: 20px;
  }
  #houseing-form .input-holder {
    flex-direction: column;
  }
  #houseing-form .input-holder label {
    margin-bottom: 10px;
  }
  .signup .grid_6 {
    width: 100%;
  }
  .signup label,
  .signup input,
  .signup textarea {
    width: 100%;
    margin-bottom: 10px;
  }
  .m-mb40 {
    margin-bottom: 40px;
  }
  #page-careers .middle-left-box {
    width: 100%;
  }
  #page-careers .middle-right-box {
    background-color: var(--primary-colors-purple);
    padding: 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #page-careers .middle-right-box .btn-holder {
    flex-direction: column;
    width: 100%;
  }
  #page-careers .middle-right-box .btn-holder a {
    width: 100%;
    text-align: center;
    border: 0;
    border: 2px solid var(--primary-colors-white);
    border-left: 0;
    border-right: 0;
  }
  #page-careers .landing .center-position {
    top: 25% !important;
  }
  #page-disabilitysupport .landing .center-position {
    top: 25% !important;
  }
  .btn-holder {
    flex-direction: column;
    width: 100%;
  }
  .btn-holder a {
    width: 100%;
    text-align: center;
    border: 0;
    border: 2px solid var(--primary-colors-white);
    border-left: 0;
    border-right: 0;
  }
  #page-careers .btn-holder {
    flex-direction: column;
    width: 100%;
  }
  #page-careers .btn-holder a {
    width: 100%;
    text-align: center;
    border: 0;
    border: 2px solid var(--primary-colors-white);
    border-left: 0;
    border-right: 0;
    margin-bottom: 20px;
  }
  h2.bb {
    width: 100%;
    max-width: initial;
  }
  #page-job .landing {
    background-position: 28%;
  }
  section.landing .middle-center-box p {
    font-size: 14px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  #popup-search {
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    border-radius: 0;
    bottom: 0;
  }
  #popup-search .slide-in-out:last-child {
    padding-bottom: 30px;
  }
  @keyframes popUPSearch {
    0% {
      left: 0;
      opacity: 0;
    }
    100% {
      left: 0;
      opacity: 1;
    }
  }
  section.landing {
    aspect-ratio: initial;
    height: auto;
    width: 100%;
    max-width: 100%;
  }
  section.landing img {
    aspect-ratio: 3/2;
    height: auto !important;
  }
  section.landing #textBox {
    padding: 10px;
    z-index: 2;
    width: 100%;
    height: 100%;
  }
  section.landing #textBox h1 {
    font-size: 20px;
    width: 100%;
    max-width: 100%;
  }
  section.landing #textBox #animate-logo {
    display: none !important;
  }
  #set-location {
    font-size: 14px;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
  }
  #page-home .slick-slide > div > img {
    display: flex !important;
  }
  #locations {
    flex-wrap: wrap;
    padding: 20px;
  }
  #locations p {
    width: 100%;
    text-align: center;
  }
  #page-tv .multiple-items .slick-arrow.slick-next {
    right: 20px;
  }
  #page-tv .multiple-items .slick-arrow {
    left: 20px;
    top: 33%;
  }
  #page-tv:not(.details) .landing {
    display: none !important;
  }
  #page-tv .landing {
    aspect-ratio: initial;
  }
  #page-tv .landing .slick-arrow {
    top: 50vw;
    z-index: 20;
  }
  #page-tv .landing .aspect3by2 {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 2/1 !important;
  }
  #page-tv .landing .container {
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    margin: auto;
  }
  .slider-info {
    position: relative;
    left: initial;
    right: initial;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    z-index: 2;
    top: 0;
    height: auto;
    aspect-ratio: 1/1;
    padding: 40px 20px 60px;
  }
  .slider-info .btn {
    margin-top: auto;
  }
  .slick-arrow {
    width: 20px;
    height: 20px;
  }
  #page-tv h2 {
    margin-bottom: 0;
    font-size: 50px;
    margin-top: 40px;
  }
  .info-container {
    width: 100%;
    background: transparent;
    padding: 40px 0;
  }
  .info-container::before {
    content: none;
  }
  .m-full-width {
    width: 100%;
    max-width: 100%;
  }
  #page-holiday .flexslider,
  #page-holiday .slides,
  #page-holiday .slides li,
  #page-holiday .slides li img {
    height: auto !important;
  }
  #animate-logo {
    aspect-ratio: initial !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  #page-home #textBox h1 {
    opacity: 1 !important;
    padding-bottom: 0;
  }
  #page-home .m-bg-holder {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .landing > img.half-vh + .middle-left-box {
    padding: 40px 20px !important;
  }
  .landing > img.half-vh + .middle-left-box * {
    color: #4a4a4a;
  }
  .landing > img.half-vh + .middle-left-box h1 {
    padding: 0 0 0;
  }
  #locations {
    opacity: 0;
  }
  #locations.show {
    opacity: 1;
  }
  header {
    opacity: 1 !important;
  }
  footer .mrs {
    margin-right: 0;
  }
  footer .mlra {
    margin-left: initial;
    margin-right: initial;
  }
  footer .mbm {
    margin-bottom: 20px;
  }
  .m-mbm {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 720px) {
  #property .property-list .wrap {
    justify-content: space-between;
  }
  #property .property-list .wrap .grid_3 {
    width: 100%;
  }
  .parther-logo {
    width: 48%;
  }
  .green-bullet {
    list-style-type: initial;
    padding: 0 10px;
  }
  .green-bullet li {
    font-size: 14px;
    white-space: pre-line;
  }
  .dark-layer::before {
    background-color: rgba(0, 0, 0, 0);
  }
  .m-bg-new-secondary-colors-pink {
    background-color: #ce1877;
  }
}/*# sourceMappingURL=style.css.map */