<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "Poppins Semibold";
  src: url("/fonts/Poppins-Semibold.eot");
  src: url("/fonts/Poppins-Semibold.eot?#iefix") format("embedded-opentype"), url("/fonts/Poppins-Semibold.woff2") format("woff2"), url("/fonts/Poppins-Semibold.woff") format("woff"), url("/fonts/Poppins-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins Medium";
  src: url("/fonts/Poppins-Medium.eot");
  src: url("/fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/Poppins-Medium.woff2") format("woff2"), url("/fonts/Poppins-Medium.woff") format("woff"), url("/fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins Light";
  src: url("/fonts/Poppins-Light.eot");
  src: url("/fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/Poppins-Light.woff2") format("woff2"), url("/fonts/Poppins-Light.woff") format("woff"), url("/fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins Bold";
  src: url("/fonts/Poppins-Bold.eot");
  src: url("/fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/Poppins-Bold.woff2") format("woff2"), url("/fonts/Poppins-Bold.woff") format("woff"), url("/fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins ExtraBold";
  src: url("/fonts/Poppins-ExtraBold.eot");
  src: url("/fonts/Poppins-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/fonts/Poppins-ExtraBold.woff2") format("woff2"), url("/fonts/Poppins-ExtraBold.woff") format("woff"), url("/fonts/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.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_3 {
  width: 25%;
}

.grid_4 {
  width: 33.33%;
}

.grid_5 {
  width: 41.67%;
}

.grid_6 {
  width: 50%;
}

.grid_7 {
  width: 58.33%;
}

.grid_8 {
  width: 66.67%;
}

.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: block;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

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

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 {
  position: relative;
  height: 100%;
  font-size: 16px;
  line-height: 1.4;
  background: #fff;
  color: #fff;
  margin: 0;
  padding: 0;
  font-family: "Poppins Light";
}

#page-home main {
  padding-top: 0;
}

main {
  position: relative;
  z-index: 1;
  padding-top: 120px;
}

.mt120 {
  margin-top: 120px;
}

section {
  position: relative;
}

.container {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.container.small {
  max-width: 1000px;
}
.container .grid_3 {
  width: calc(25% - 20px);
}
.container .grid_3 img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #fff;
}
.container .grid_4 {
  width: calc(33.3333333333% - 20px);
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.bottom0 {
  bottom: 0;
}

.scroll {
  position: absolute;
  left: 50px;
  bottom: 75px;
  gap: 11px;
  display: flex;
  align-items: center;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.scroll span {
  display: block;
  width: 35px;
  height: 2px;
  background-color: #fff;
}

.z2 {
  z-index: 2;
}

.fullheight-scroll {
  height: calc(100vh - 120px);
}

.fullheight-vh {
  height: 100vh;
}

.fullheight {
  height: 100%;
}

.fullheight-min {
  min-height: calc(100vh - 120px);
  height: auto;
}

.fullwidth {
  width: 100%;
}

.row {
  display: flex;
}

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

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

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

.align-end {
  align-items: flex-end;
}

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

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

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

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

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.bold {
  font-family: "Poppins ExtraBold";
}

.light {
  font-family: "Poppins Light";
}

.medium {
  font-family: "Poppins Medium";
}

.plr30 {
  padding-left: 30px;
  padding-right: 30px;
}

h2.small {
  font-size: 0.8em;
}

h3.small {
  font-size: 1.2em;
  font-family: "Poppins Medium";
}

h3.large {
  font-size: 1.4em;
  font-family: "Poppins Medium";
}

h3.xlarge {
  font-size: 2.2em;
  font-family: "Poppins Medium";
}

h3.shadow {
  font-size: 1.8em;
  font-family: "Poppins Medium";
}

p.xlarge {
  font-size: clamp(16px, 1.38vw, 24px);
  font-family: "Poppins Medium";
}

p.large {
  font-size: clamp(14px, 1.38vw, 18px);
  font-family: "Poppins Medium";
}

.semi {
  font-family: "Poppins Semibold";
}

.semibold {
  font-family: "Poppins Bold";
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.list {
  list-style: "- ";
  padding-left: 1em;
}

.aspect1by1 {
  aspect-ratio: 1/1;
}

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

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

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

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

.text-purple *::-moz-placeholder {
  color: #4b0082;
}

.text-purple *,
.text-purple *::placeholder {
  color: #4b0082;
}

.text-orange {
  color: #f08521;
}

.text-lightblue {
  color: #70cddd;
}

.text-white {
  color: #fff;
}
.text-white *::-moz-placeholder {
  color: #fff !important;
  border-color: #fff;
}
.text-white *,
.text-white *::placeholder {
  color: #fff !important;
  border-color: #fff;
}

.bg-purple {
  background-color: #4b0082 !important;
}

.bg-green {
  background-color: #8cc540;
}

.bg-orange {
  background-color: #f08521;
}

.bg-blue {
  background-color: #70cddd;
}

.bg-lightblue {
  background-color: #E3E5ED;
}

.bg-grey {
  background-color: #34382f;
}

.bg-light,
.bg-white {
  background-color: #fff;
}

.bg-grey-opacity {
  background-color: rgba(52, 56, 47, 0.8);
}

.bg-purple-opacity {
  background-color: rgba(75, 0, 130, 0.6);
}

.bg-dark,
.bg-extradark {
  position: relative;
}
.bg-dark *,
.bg-extradark * {
  z-index: 1;
}
.bg-dark .content,
.bg-extradark .content {
  position: relative;
  z-index: 1;
}
.bg-dark::after,
.bg-extradark::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-dark::after {
  background-color: rgba(0, 0, 0, 0.2);
}

#page-membership .bg-dark::after,
#page-promote .bg-dark::after {
  background-color: rgba(0, 0, 0, 0.05);
}

.bg-extradark::after {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-darkpurple {
  position: relative;
}

.bg-darkpurple::before {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/images/SUN.png");
  background-size: 60%;
  background-position: center 20%;
  background-repeat: no-repeat;
}

.bg-darkpurple::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(75, 0, 130, 0.5);
}

.people {
  width: 100%;
  max-width: 800px;
  display: flex;
}
.people div {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.people img {
  width: 75px;
}
.people p {
  text-align: center;
  padding: 0 5px;
}

.bg-people {
  position: relative;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.btn {
  color: #fff;
  padding: 10px 24px;
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-transform: capitalize;
  font-family: "Poppins Semibold";
  transition: 0.3s;
  border: 1px solid;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.btn.bg-orange {
  background-color: #f08521;
  border-color: #f08521;
}

.btn.bg-green {
  background-color: #8cc540;
  border-color: #8cc540;
}

.btn.bg-purple {
  background-color: #4b0082;
  border-color: #4b0082;
}

.purple {
  color: #4b0082;
}

.tablet,
.tablet-flex {
  display: none;
}

.mw860 {
  max-width: 860px;
  width: 100%;
}

.mw800 {
  max-width: 800px;
  width: 100%;
}

.mw620 {
  max-width: 620px;
  width: 100%;
}

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

.plr5p {
  padding-left: 5%;
  padding-right: 5%;
}

.plr90 {
  padding-left: 90px;
  padding-right: 90px;
}

.pl5p {
  padding-left: 5%;
}

.pr5p {
  padding-right: 5%;
}

.ptxs {
  padding-top: 20px;
}

.pts {
  padding-top: 30px;
}

.ptm {
  padding-top: 60px;
}

.ptl {
  padding-top: 80px;
}

.ptxl {
  padding-top: 100px;
}

.ptxxl {
  padding-top: 180px;
}

.pbxs {
  padding-bottom: 20px;
}

.pbs {
  padding-bottom: 30px;
}

.pbm {
  padding-bottom: 60px;
}

.pbl {
  padding-bottom: 80px;
}

.pbxl {
  padding-bottom: 100px;
}

.pbxxl {
  padding-bottom: 180px;
}

.mbxs {
  margin-bottom: 20px;
}

.mts {
  margin-top: 30px;
}

.pb0 {
  padding-bottom: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.shadow {
  text-shadow: 0 2px 15px #000;
}

.shadow-text {
  text-shadow: 0 2px 15px #000;
}

.gap40 {
  gap: 40px;
}

.gap25 {
  gap: 25px;
}

.gap10 {
  gap: 10px;
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: normal;
  font-family: "Poppins Semibold";
}

.subscribeChk p:not(.semibold),
.subscribeChk label {
  font-size: 16px !important;
}

p {
  font-size: clamp(14px, 0.94vw, 18px);
  text-align: left;
  margin: 0;
}

h1 {
  text-align: center;
  font-size: clamp(26px, 4.16vw, 36px);
}

h2 {
  font-size: clamp(13px, 1.14vw, 22px);
  font-family: "Poppins Medium";
  letter-spacing: 0.2em;
}

h3 {
  font-size: clamp(20px, 1.38vw, 24px);
  font-family: "Poppins Medium";
}

h4 {
  font-size: clamp(26px, 1.8vw, 32px);
}

h5 {
  font-size: clamp(18px, 1.38vw, 20px);
}

.bg-sun {
  position: relative;
}
.bg-sun * {
  z-index: 1;
}

.bg-sun::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-repeat: no-repeat;
  background-image: url("/images/SUN.png");
  opacity: 0.2;
}

.bg-top-left::before {
  background-position: top left;
}

.bg-top-right::before {
  background-position: top right;
}

.landing {
  min-height: 600px;
  width: 100%;
  z-index: -1;
}

#page-home header {
  transition: 0.3s;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
#page-home .landing {
  padding: 80px 0;
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
}
#page-home .landing .content {
  max-height: 800px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#page-home .landing .content .logo {
  max-width: 650px;
  width: 90%;
  max-height: 25vh;
}
#page-home .landing .content .arrow {
  width: 40px;
}

.price-circle {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #8cc540;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.price-circle.a {
  position: relative;
  margin-left: 20%;
  width: 130px;
  height: 130px;
}
.price-circle.b {
  top: 90px;
  right: 25%;
  width: 90px;
  height: 90px;
}
.price-circle.c {
  top: 10%;
  right: 8%;
  width: 130px;
  height: 130px;
}
.price-circle.c p {
  font-size: 17px;
}
.price-circle p {
  text-align: center;
  font-size: 17px;
  color: #fff !important;
}
.price-circle p.xlarge {
  font-size: 24px;
}

#page-membership .content,
#page-about .content,
#page-promote .content,
#page-contact .content {
  left: 5%;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 80px;
}
#page-membership .content .xlarge,
#page-about .content .xlarge,
#page-promote .content .xlarge,
#page-contact .content .xlarge {
  font-size: 3em;
}

#page-promote .content.absolute {
  top: 5vw;
  left: 5vw;
}

#page-contact .container input,
#page-contact .container select,
#page-contact .container textarea {
  max-width: 100%;
  width: 100%;
}
#page-contact .container textarea {
  height: 10em;
}
#page-contact .container .b_submit {
  width: -moz-fit-content;
  width: fit-content;
}
#page-contact .landing {
  height: calc(80vh - 120px);
}

.promo-circle,
.promo-rq-circle {
  display: none !important;
}

.page-promo .home-circle,
.page-promo .promo-rq-circle {
  display: none !important;
}
.page-promo .promo-circle {
  display: flex !important;
}

.page-rq-promo .promo-circle,
.page-rq-promo .home-circle {
  display: none !important;
}
.page-rq-promo .promo-rq-circle {
  display: flex !important;
}

#page-home.page-rq-promo .landing {
  padding: 10px 0;
}

.page-promo .price-circle {
  background-color: #f08521;
}
.page-promo .price-circle.b {
  top: 70px;
  width: 110px;
  height: 110px;
}

.page-rq-promo .price-circle {
  background-color: #f08521;
}
.page-rq-promo .price-circle.b {
  top: 70px;
  width: 120px;
  height: 120px;
}

.circle {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  max-width: calc(10em + 8px);
  padding: 12px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: #f08521;
  text-align: center;
  position: absolute;
  font-size: 1vw;
  color: #ffffff !important;
}
.circle.top {
  top: 50px;
}
.circle.right {
  right: 50px;
}
.circle.orange {
  background-color: #f08521;
}
.circle.lightpurple {
  background-color: #edd7ff;
  color: #4b0082 !important;
}
.circle.blue {
  background-color: #70cddd;
}
.circle.green {
  background-color: #8cc540;
}

.rq-flat {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rq-flat span {
  display: flex;
  align-items: center;
}
.rq-flat span img {
  height: 1em;
  margin-right: 4px;
  margin-top: 5px;
}

.logo {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

@media screen and (max-width: 1000px) {
  .page-promo .price-circle.b {
    right: 10px;
  }
}
@media screen and (max-width: 680px) {
  #page-home.page-rq-promo .landing .content {
    height: 90svh;
  }
  .circle {
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    aspect-ratio: initial;
    padding: 6px 10px;
    background-color: #f08521;
    text-align: center;
    position: absolute;
    font-size: 16px;
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
    top: 10px !important;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  .rq-flat {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .rq-flat span {
    display: flex;
    align-items: center;
    align-items: center;
    flex-direction: column;
  }
  .rq-flat span img {
    height: 2em;
    max-width: 100%;
    margin-right: 0;
    margin: 10px 0;
  }
  .page-promo .price-circle.b {
    top: 10px;
    right: 10px;
    width: 80px;
    height: 80px;
  }
  .page-promo .price-circle.a {
    width: 80px;
    height: 80px;
  }
}
.countdown {
  font-size: 34px;
}
.countdown span {
  position: relative;
  width: 1.5em;
  display: block;
}
.countdown span::before {
  width: 100%;
  font-size: 12px;
  position: absolute;
  bottom: -1em;
  left: 0;
  right: 0;
  color: #fff;
}
.countdown span:first-child:before {
  content: "Days";
}
.countdown span:nth-child(2):before {
  content: "Hours";
}
.countdown span:nth-child(3):before {
  content: "Mins";
}
.countdown span:nth-child(4):before {
  content: "Secs";
}

.membership-gallery .wrapper {
  width: 33.3333333333%;
}
.membership-gallery .wrapper h5 {
  padding: 20px 30px 10px;
}
.membership-gallery .wrapper p {
  padding: 0 30px 50px;
}

#page-home .h-home,
#page-about .h-about,
#page-membership .h-membership,
#page-promote .h-promote,
#page-contact .h-contact {
  font-family: "Poppins Bold";
}

header {
  display: flex;
  height: 120px;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 clamp(30px, 5.55vw, 80px);
  z-index: 99;
}

.header-logo {
  z-index: 99;
  height: 100%;
  align-items: center;
  position: absolute;
  left: 10px;
}

nav {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav ul {
  height: 100%;
  display: flex;
  align-items: center;
  list-style: none;
}

/* enquiry */
#contact {
  padding-left: 5%;
  padding-right: 5%;
}
#contact *::-moz-placeholder {
  color: #4b0082;
}
#contact h3,
#contact p,
#contact a,
#contact label,
#contact *::placeholder {
  color: #4b0082;
}

.b_submit {
  margin-top: 10px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-right: auto;
  border: none;
  cursor: pointer;
}

.enq-ul {
  list-style: none;
  margin-left: 1em;
}
.enq-ul li {
  position: relative;
}
.enq-ul li::before {
  top: -2px;
  left: -1em;
  position: absolute;
  content: "-";
  color: #4b0082;
}

.register {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.formbox {
  width: 100%;
}

form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.enq-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.enq-wrapper label {
  font-family: "Poppins Medium";
}

input,
select,
textarea {
  font-family: "Poppins Medium";
  display: block;
  font-size: 16px;
  line-height: 1.4;
  padding: 5px 10px;
  width: 62.5%;
  max-width: 100%;
  color: #4b0082;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid #4b0082;
  text-align: left;
}

textarea {
  resize: none;
}

select {
  text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
  -moz-text-align-last: left;
  text-align-last: left;
}

select option {
  color: #000;
  background: #fff;
  text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
  -moz-text-align-last: left;
  text-align-last: left;
}

.chk_holder {
  margin: 10px auto 0 auto;
  color: #fff;
}

.privacy {
  width: 100%;
}
.privacy p {
  font-size: 12px;
}

#chkInternational,
.chkbox {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  cursor: pointer;
  display: inline-block;
  line-height: 25px;
  width: 20px;
  text-align: center;
}

#chkInternational + label,
.chkbox + label {
  padding: 2px 0 2px 30px;
  position: relative;
  text-align: left;
  display: block;
  font-size: 18px;
  font-family: inherit;
  display: inline-block;
}

.subscribeChk #chkInternational + label:before,
.subscribeChk .chkbox + label:before {
  top: 5px;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

.subscribeChk #chkInternational + label:after,
.subscribeChk .chkbox + label:after {
  top: 15px;
}

#chkInternational + label::before,
.chkbox + label:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #4b0082;
  content: "";
  display: block;
}

#chkInternational + label:after,
.chkbox + label:after {
  position: absolute;
  left: 0;
  width: 5px;
  height: 11px;
  top: 50%;
  left: 8px;
  transform: translateY(-60%) rotate(45deg) scale(0);
  border-bottom: 2px solid #4b0082;
  border-right: 2px solid #4b0082;
  content: "";
  display: block;
  transition: all 0.4s ease-in-out;
}

#chkInternational:checked + label:after,
.chkbox:checked + label:after {
  transform: translateY(-60%) rotate(45deg) scale(1);
}

input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.blue-banner {
  background-color: #4b0082;
  padding: 30px 20px;
  width: 100%;
  color: #fff;
}
.blue-banner p {
  text-align: center;
}
.blue-banner a {
  font-family: "Poppins Bold";
  text-decoration: underline;
}
.blue-banner.no-bg {
  padding-top: 0;
  background: transparent;
  color: #4b0082;
}

.for-mob {
  display: none;
}

/*footer*/
footer {
  padding: 60px 5%;
  background-color: #4b0082;
  display: flex;
  justify-content: space-between;
}
footer div {
  max-width: 30%;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  display: flex;
}
footer * {
  color: #fff;
}
footer .logo {
  width: 100%;
}

/* 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,
li.token-input-input-token-corporate {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}

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

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

li.token-input-token-project,
li.token-input-token-corporate {
  overflow: hidden;
  height: 25px;
  margin: 0;
  padding: 2px 5px;
  background-color: #ccc;
  color: #000;
  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: #fff;
  overflow-x: hidden;
  cursor: default;
  font-size: 11px;
  z-index: 13;
  color: #000000;
}

div.token-input-dropdown-corporate {
  position: absolute;
  background-color: #fff;
  overflow-x: hidden;
  cursor: default;
  font-size: 11px;
  z-index: 13;
  color: #000000;
}

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

div.token-input-dropdown-project ul li,
div.token-input-dropdown-corporate ul li {
  background-color: #fff;
  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,
div.token-input-dropdown-corporate ul li.token-input-dropdown-item-corporate {
  background-color: #fff;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item2-project,
div.token-input-dropdown-corporate ul li.token-input-dropdown-item2-corporate {
  background-color: #fff;
}

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

div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project,
div.token-input-dropdown-corporate ul li.token-input-selected-dropdown-item-corporate {
  background-color: #ccc;
  color: #fff;
}

/* 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;
  left: 37.5%;
  bottom: -15px;
}

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

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

.privacyPop {
  text-decoration: underline;
}

.popup {
  position: fixed;
  overflow-y: auto;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -100;
  background-color: #fff;
  opacity: 0;
  padding: 0 5%;
  transition-property: opacity;
  transition-duration: 0.3s;
}

.popup-container {
  padding: 100px 0;
  max-width: 1200px;
  margin: 0 auto;
}
.popup-container h5,
.popup-container p,
.popup-container li,
.popup-container a {
  color: #000;
}
.popup-container h5 {
  padding-bottom: 20px;
}
.popup-container li p {
  padding-bottom: 0;
}
.popup-container p,
.popup-container ul,
.popup-container ol {
  padding-bottom: 20px;
}
.popup-container ul,
.popup-container ol {
  padding-left: 1em;
}
.popup-container ol {
  list-style-type: lower-alpha;
}
.popup-container .roman {
  list-style-type: lower-roman;
}

.suburb-popup {
  max-width: 500px;
  width: 90%;
  background-color: #fff;
  position: fixed;
  opacity: 0;
  display: none;
  padding: 40px 30px;
  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%);
}
.suburb-popup p {
  color: #4b0082;
}

.close {
  position: fixed;
  right: 20px;
  top: 20px;
  width: 32px;
  height: 32px;
}

.close:before,
.close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #333;
}

.close:before {
  transform: rotate(45deg);
}

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

.showPop {
  opacity: 1;
  z-index: 1000;
}

.logout-btn {
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1em;
  min-height: 1em;
  border: 2px solid #8cc540;
  background-color: #8cc540;
  border-radius: 50px;
  transition-duration: 0.4s;
  font-family: "Poppins Semibold";
  display: inline-block;
}
.logout-btn:hover {
  background-color: transparent;
}

.organisation .grid_3 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.organisation .grid_3 img {
  max-height: 100px;
  max-width: 100px;
  border: none;
}

.membership-type {
  position: absolute;
  top: 0;
  left: 20%;
  width: 100%;
  max-width: 400px;
  height: 50px;
  display: flex;
  justify-content: space-between;
}
.membership-type a {
  width: calc(50% - 4px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.membership-type a:first-child {
  background-color: #f08521;
}
.membership-type a:last-child {
  background-color: #70cddd;
  color: #4b0082;
}

#individual a:first-child {
  font-family: "Poppins Bold";
}

#organisation a:last-child {
  font-family: "Poppins Bold";
}

.ticket-price {
  padding: 60px 30px;
  width: -moz-max-content;
  width: max-content;
  margin: 0 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.ticket-price h2 {
  font-size: 30px;
  line-height: 0.6em;
  letter-spacing: 0;
}
.ticket-price h2 .details {
  font-size: 0.6em;
  margin-left: 0.4em;
}
.ticket-price h3 .details {
  font-size: 0.6em;
}
.ticket-price ul {
  list-style: none;
  margin-top: auto;
}
.ticket-price ul li {
  font-size: 14px;
  margin-bottom: 6px;
  padding-left: 18px;
}
.ticket-price ul li:last-child {
  margin-bottom: 0;
}
.ticket-price ul li.green-tick {
  background-image: url(/images/green-tick.svg);
  background-size: 12px;
  background-position: left center;
  background-repeat: no-repeat;
}
.ticket-price .column {
  height: 100%;
}

.gray-scale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.slider .slick-list,
.slider .slick-track {
  height: 100%;
}
.slider .slidebg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.promote-customers .wrapper {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.promote-customers img {
  width: 80%;
}
.promote-customers p {
  padding: 20px 40px;
}

.promote-community {
  display: flex;
  flex-wrap: wrap;
}
.promote-community .wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.promote-community .grid_6:not(.a, .b) {
  gap: 50px 0;
  display: flex;
  flex-direction: column;
}
.promote-community .grid_6.a {
  background-color: #E3E5ED;
  color: #000;
  padding: 20px;
  border-radius: 15px;
  height: 200px;
  position: relative;
}
.promote-community .grid_6.a h3, .promote-community .grid_6.a p {
  text-align: center;
}
.promote-community .grid_6.a p {
  padding-top: 15px;
}
.promote-community .grid_6.b {
  display: flex;
  align-items: center;
  justify-content: center;
}
.promote-community img {
  width: 150px;
}
.promote-community p {
  font-size: 15px;
}
.promote-community .circle {
  top: 0;
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  padding: 0;
  font-size: 16px;
}
.promote-community .circle.left-num {
  left: 0;
  transform: translate(-50%, -50%);
}
.promote-community .circle.right-num {
  right: 0;
  transform: translate(50%, -50%);
}

.customPop {
  position: fixed;
  top: 0;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  z-index: 1000;
  max-height: 100vh;
  height: 100vh;
  overflow-y: scroll;
  display: flex;
  align-items: center;
  justify-content: center;
}
.customPop .customPop-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 1200px;
  height: auto;
  padding: 50px;
  background-color: #EED7FF;
  border: 2px solid #4b0082;
  z-index: 100;
  transform: translate(-50%, -50%);
}
.customPop .customPop-container .close_btn {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 25px;
  right: 25px;
  background-image: url(/images/close-black.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.customPop h2, .customPop p {
  pointer-events: none;
}
.customPop h2 {
  color: #1e1e1e;
  letter-spacing: normal;
  font-size: 22px;
  margin: 0 0 10px 0;
}

.popup-btn {
  color: #fff !important;
  background-color: #4b0082;
  line-height: 1em;
  min-height: 1em;
  border: 2px solid #4b0082;
  padding: 1em 1.5em;
  font-size: 14px;
  border-radius: 50px;
  transition-duration: 0.4s;
  font-family: "Poppins Semibold";
  display: inline-block;
}

.popup-btn:hover {
  color: #4b0082 !important;
  background-color: #fff;
  border-color: #4b0082;
}

@media screen and (max-width: 1440px) {
  .d-shrinkpadding .ptl {
    padding-top: 40px;
  }
  .d-shrinkpadding .pbl {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .d-absolute {
    position: absolute;
    bottom: 20px;
  }
  .price-circle.b {
    right: 20px;
  }
  nav .grid_3 {
    width: 20%;
  }
  .promote-community h3 {
    font-size: 15px;
  }
  .promote-community p {
    font-size: 13px;
  }
}
@media screen and (max-width: 1000px) {
  #page-promote .bg {
    background-position: 70%;
  }
  .price-circle.c {
    width: 90px;
    height: 90px;
    right: 20px;
  }
  .price-circle.c p {
    font-size: 13px;
  }
  .logout-btn {
    margin-top: 30px;
  }
  .mob-btn {
    margin-top: 30px;
  }
  .d-absolute {
    position: static;
  }
  .t-plr5p {
    padding-left: 5%;
    padding-right: 5%;
  }
  .header {
    height: 60px;
  }
  main {
    padding-top: 60px;
  }
  .mt120 {
    margin-top: 60px;
  }
  .fullheight-scroll {
    height: calc(100vh - 60px);
  }
  #landing {
    position: static;
  }
  .grid_6, .grid_8 {
    width: 100%;
  }
  .t-col {
    flex-direction: column;
  }
  .t-col-rev {
    flex-direction: column-reverse;
  }
  .t-gap30 {
    gap: 30px;
  }
  .t-gap0 {
    gap: 0;
  }
  .t-pt0 {
    padding-top: 0;
  }
  .t-ptl {
    padding-top: 80px;
  }
  .t-pbl {
    padding-bottom: 80px;
  }
  .t-pbm {
    padding-bottom: 40px;
  }
  .t-pbs {
    padding-bottom: 30px;
  }
  .t-wrap {
    flex-wrap: wrap;
  }
  .container .grid_3 {
    width: calc(50% - 20px);
  }
  .container .grid_4 {
    width: 100%;
  }
  .pl5p {
    padding-left: 0;
  }
  header {
    height: 60px;
  }
  .t-dnone {
    display: none;
  }
  .tablet {
    display: block;
  }
  .tablet-flex {
    display: flex;
  }
  .desktop {
    display: none;
  }
  .t-bgnone {
    background-image: none;
  }
  nav .grid_3 {
    display: none;
  }
  #nav {
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #4b0082;
    flex-direction: column;
    justify-content: center;
    transition-duration: 0.3s;
    gap: 10px;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
  }
  #nav span {
    display: none;
  }
  #nav.active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  .hamburger {
    right: 20px;
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #fff;
    transition-duration: 0.3s;
  }
  .hamburger::before {
    position: absolute;
    content: "";
    top: -8px;
    height: 2px;
    width: 100%;
    background-color: #fff;
    transition-duration: 0.3s;
  }
  .hamburger::after {
    position: absolute;
    content: "";
    top: 8px;
    height: 2px;
    width: 100%;
    background-color: #fff;
    transition-duration: 0.3s;
  }
  .hamburger.active {
    background-color: transparent;
  }
  .hamburger.active::before {
    top: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .hamburger.active::after {
    top: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  .m-w90 {
    width: 90%;
  }
  .m-plr30 {
    padding-left: 5%;
    padding-right: 5%;
  }
  .m-column {
    flex-direction: column;
  }
  .ticket-price {
    width: 100%;
    margin: 0;
  }
  .ticket-price:first-child {
    margin-bottom: 40px;
  }
  textarea {
    min-width: 100%;
  }
  .promote-customers {
    flex-wrap: wrap;
  }
  .promote-customers .wrapper {
    width: 50%;
  }
  .promote-customers p {
    padding: 20px 30px;
  }
  .promote-community .wrapper {
    gap: 20px 0;
  }
  .promote-community .grid_6.left {
    padding-bottom: 50px;
  }
  .promote-community .grid_6.left .wrapper {
    flex-direction: column-reverse;
  }
  .promote-community .grid_6.right .wrapper {
    flex-direction: column;
  }
  .promote-community .grid_6.a {
    height: 150px;
    width: 400px;
    max-width: 100%;
  }
  .promote-community img {
    width: 150px;
  }
  .promote-community .circle {
    left: initial !important;
    right: 0;
    border-radius: 100% !important;
  }
  .promote-community .circle.left-num {
    right: 0;
    left: initial;
    transform: translate(50%, -50%);
  }
}
@media screen and (max-width: 680px) {
  .people {
    flex-wrap: wrap;
    gap: 30px 0;
  }
  .people div {
    width: 50%;
  }
  .promote-customers .wrapper {
    width: 100%;
  }
  .customPop .customPop-container {
    width: 100%;
    padding: 20px;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
  .page-rq-promo .price-circle.a, .page-rq-promo .price-circle.b, .page-rq-promo .price-circle.c {
    width: 80px;
    height: 80px;
  }
  .for-desc {
    display: none;
  }
  .for-mob {
    display: block;
  }
  .price-circle.a {
    position: absolute;
    top: 30px;
    right: 20px;
    left: auto;
    width: 70px;
    height: 70px;
  }
  .price-circle.b {
    top: 20px;
    right: 20px;
    width: 70px;
    height: 70px;
  }
  .price-circle p {
    font-size: 12px;
  }
  .price-circle p.xlarge {
    font-size: 17px;
  }
  .price-circle.c.bottom {
    top: initial;
    bottom: 10%;
  }
  .price-circle.c.d {
    top: initial;
    bottom: 5px;
  }
  ul.token-input-list,
  ul.token-input-list-resident-suburb,
  ul.token-input-list-corporate-list {
    width: 100% !important;
  }
  h3.xlarge {
    font-size: 1.6em !important;
  }
  h3.shadow {
    font-size: 20px;
  }
  .plr90 {
    padding-left: 5%;
    padding-right: 5%;
  }
  .m-pt0 {
    padding-top: 0;
  }
  .m-pbxs {
    padding-bottom: 20px;
  }
  .plr30 {
    padding-left: 5%;
    padding-right: 5%;
  }
  #page-home .landing {
    position: static;
    padding: 50px 0;
  }
  #page-membership .content {
    padding-bottom: 0;
  }
  .scroll {
    left: 0;
  }
  .container .grid_3 {
    width: 100%;
  }
  .membership-gallery {
    flex-direction: column;
  }
  .membership-gallery .wrapper {
    width: 100%;
  }
  .membership-gallery .wrapper div {
    aspect-ratio: 1/1;
    background-size: cover;
    background-position: center center;
  }
  .membership-gallery .wrapper h5 {
    padding: 20px 30px 10px;
  }
  .membership-gallery .wrapper p {
    padding: 0 30px 50px;
  }
  .enq-wrapper {
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
  }
  .enq-wrapper label {
    font-family: "Poppins Medium";
    margin-bottom: 6px;
  }
  input, select {
    width: 100%;
  }
  ul.parsley-errors-list.filled, ul.parsley-errors-list {
    left: 0;
  }
  footer {
    flex-direction: column;
    gap: 20px 0;
    align-items: flex-start;
  }
  footer div {
    max-width: 100%;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
  }
  footer .logo {
    width: 70%;
    margin: 0 auto 0 0;
  }
  .m-dnone {
    display: none;
  }
  .m-align-start {
    align-items: flex-start;
  }
  .membership-type {
    left: 0;
    max-width: 100%;
  }
}</pre></body></html>