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

.slick-slider div {
  display: block !important;
}

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
  width: 100%;
}

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

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

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

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

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

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

.slick-arrow {
  font-family: inherit;
  position: absolute;
  width: -moz-max-content;
  width: 50%;
  height: 100%;
  background-size: cover;
  top: 0;
  transform: none;
  display: block;
  left: 0;
  border: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1;
  font-size: 0;
}
.slick-arrow.slick-next {
  left: 50%;
}

.slick-dots {
  position: absolute;
  left: 0;
  bottom: 23px;
  width: 100%;
  display: flex !important;
  justify-content: center;
  list-style: none;
  gap: 9px;
  z-index: 5;
}

.slick-dots button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border: 1px solid var(--light);
  border-radius: 50%;
  cursor: pointer;
}

.slick-dots .slick-active button {
  background-color: var(--light);
}

@font-face {
  font-family: "ABC Arizona Flare";
  src: url("/fonts/ABCArizonaFlare-Light.woff2") format("woff2"), url("/fonts/ABCArizonaFlare-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
:root {
  --header-height: 83px;
  --gap: 24px;
  --light: #f8f4ed;
  --white: #fff;
  --pad-hero:96px ;
  --charcoal: #302D2A;
  --stone: #F7F4EB;
  --stone-soft: #F9F7F1;
  --bronze: #9D774E;
  --bronze-t: #8B6337;
  --dark: #231F20;
  --xxs: 5px;
  --xs: 10px;
  --m: 56px;
  --l: clamp(20px, 82px, 10vh);
  --xl: clamp(40px, 102px, 12vh);
  --xxl: clamp(89px, 259px, 30vh);
}

body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  color: var(--bronze);
  background-color: var(--stone);
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #e5e5e5;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.page {
  width: 100%;
  top: 0;
  overflow-y: scroll;
}
.page.hasAnimation {
  animation: top 1s ease-in-out;
}

main.loaded {
  height: auto;
  overflow: initial;
}

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

.grid_1 {
  width: 8.33%;
}

.grid_2 {
  width: 16.67%;
}

.grid_3 {
  width: calc(25% - var(--gap));
  max-width: 268px;
}

.grid_4 {
  width: calc(34.8% - var(--gap));
}

.grid_5 {
  width: 42.65%;
}

.grid_6 {
  width: calc(50% - var(--gap) * 0.5);
}

.grid_7 {
  width: 57.55%;
}

.grid_8 {
  width: 64.58%;
}

.grid_9 {
  width: 74.51%;
}

.grid_10 {
  width: 83.14%;
}

.grid_11 {
  width: 91.65%;
}

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

.bronze {
  color: var(--bronze);
}

.bronze-t {
  color: var(--bronze-t);
}

.img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.max460 {
  max-width: 460px;
}

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

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;
}

#preloader.disable {
  opacity: 0 !important;
  pointer-events: none;
}

#overview {
  overflow: hidden;
}

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

.full-height {
  height: calc(100vh - var(--header-height));
  height: calc(100svh - var(--header-height));
  width: 100%;
  background-position: center;
  padding: var(--gap);
  background-size: cover;
}

.dark-bg::after {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  display: block;
  content: "";
  width: 100%;
  height: 100%;
}

/* General */
.video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.hero-video {
  min-height: calc(100vh + 100px);
  max-height: 130vh;
}

.hero-img {
  position: relative;
}
.hero-img img {
  width: 100%;
  min-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.abs {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.abs.abs-hero {
  height: 100vh;
  height: 100svh;
  padding: calc(var(--header-height) + var(--pad-hero)) 0 var(--pad-hero) 0;
  right: 0;
  color: #fff;
}
.abs.abs-hero h1, .abs.abs-hero h2 {
  font-size: clamp(56px, 96px, 8vw);
  text-transform: uppercase;
}

.gap {
  gap: var(--gap);
}

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

.r-reverse {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

.r-a {
  text-align: right;
}

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

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

.center_align {
  text-align: center;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb12 {
  margin-bottom: 12px;
}

.mb15 {
  margin-bottom: 16px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 34px;
}

.mb40 {
  margin-bottom: 43px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 57px;
}

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

.fullwidth {
  width: 100%;
}

.fullheight {
  height: 100%;
}

.ptg {
  padding-top: var(--gap);
}

.pbg {
  padding-bottom: var(--gap);
}

.ptxl {
  padding-top: var(--xl);
}

.pbxxl {
  padding-bottom: var(--xxl);
}

.pt75 {
  padding-top: 75px;
}

.ptl {
  padding-top: var(--l);
}

.ptm {
  padding-top: var(--m);
}

.pts {
  padding-top: var(--gap);
}

.pbs {
  padding-bottom: var(--gap);
}

.pls {
  padding-left: var(--gap);
}

.prs {
  padding-right: var(--gap);
}

.ptxs {
  padding-top: var(--xs);
}

.ptxxs {
  padding-top: var(--xxs);
}

.ptxxl {
  padding-top: var(--xxl);
}

.pbxl {
  padding-bottom: var(--xl);
}

.pbl {
  padding-bottom: var(--l);
}

.pbm {
  padding-bottom: var(--m);
}

.pbxs {
  padding-bottom: var(--xs);
}

.pbxxs {
  padding-bottom: var(--xxs);
}

.border-b {
  border-bottom: 1px solid currentColor;
}

.border-t {
  border-top: 1px solid currentColor;
}

.middle {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.middle-h {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translate(0%, -50%);
}

section {
  position: relative;
  z-index: 1;
  background-size: cover;
  max-width: 100%;
}

.bg-txt {
  padding: var(--l) 0;
  color: #fff;
}

.rounded {
  border-radius: 7px;
  overflow: hidden;
}

.w400 {
  width: 400px;
  max-width: 100%;
}

/* Headings */
h1, h2, h3, h4, h5 {
  font-family: "ABC Arizona Flare";
  font-weight: 300;
  line-height: 1;
}

h2 {
  font-size: clamp(32px, 64px, 5vw);
}

h3 {
  font-size: 40px;
  line-height: 1.17;
  letter-spacing: -0.01em;
}
h3.sml {
  font-size: 32px;
}

h4 {
  font-size: 24px;
  line-height: 1.2;
}

h5 {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 500;
}

.container {
  width: calc(100% - 192px);
  margin: 0 auto;
  position: relative;
}
.container.w1392 {
  width: calc(100% - 48px);
}
.container.abs-caption {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  font-size: 10px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.w490 {
  max-width: 490px;
}

.w640 {
  max-width: 640px;
}

.pattern {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 148%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
}

.fadeInUp {
  opacity: 0;
  transition: opacity 1s;
}
.fadeInUp.animated {
  opacity: 1;
}

.delay1 {
  transition-delay: 0.15s;
}

.delay2 {
  transition-delay: 0.3s;
}

.delay3 {
  transition-delay: 0.45s;
}

.delay4 {
  transition-delay: 0.6s;
}

.delay5 {
  transition-delay: 0.75s;
}

.img-holder {
  overflow: hidden;
  position: relative;
}

.toAnimate.lazyImg {
  filter: blur(5px);
  transition: opacity 0.7s, filter 1s;
  opacity: 0;
}

.lazyImg.animated {
  opacity: 1;
  filter: blur(0);
}

.btn {
  width: -moz-max-content;
  width: max-content;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  flex-wrap: wrap;
  padding: 0 25px;
  font-size: 14px;
  letter-spacing: 0.05em;
  border-radius: 25px;
  text-transform: uppercase;
  transition: all 0.3s;
  line-height: 1;
  font-weight: 500;
  color: var(--bronze-t);
  border: 1px solid currentColor;
}

.playBtn {
  width: -moz-max-content;
  width: max-content;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  flex-wrap: wrap;
  padding: 0 25px;
  font-size: 14px;
  letter-spacing: 0.05em;
  border-radius: 25px;
  text-transform: uppercase;
  transition: all 0.3s;
  line-height: 1;
  font-weight: 500;
  background-color: rgba(144, 137, 138, 0.7);
  gap: 5px;
  color: var(--stone);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

@media (hover: hover) {
  .btn:hover {
    background-color: var(--bronze);
    color: var(--stone);
    border: 1px solid var(--bronze);
  }
  .playBtn:hover {
    background-color: rgba(144, 137, 138, 0.9);
  }
}
.uppercase {
  text-transform: uppercase;
}

.mob {
  display: none;
}

.marker {
  position: absolute;
  z-index: 2;
  top: 10.5%;
  left: 58.5%;
  width: 9%;
}

.video-holder {
  position: relative;
}
.video-holder:after {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  display: block;
  content: "";
  width: 100%;
  height: 100%;
}

footer {
  padding: 0 var(--gap) var(--gap) var(--gap);
  position: relative;
  z-index: 2;
  color: #fff;
}

.border {
  height: 1px;
  display: block;
  margin: 37px 0 24px 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.25);
}

.logos {
  gap: 50px;
}

.legal {
  gap: 40px;
}

.artist {
  position: relative;
}

.artist:after {
  position: absolute;
  content: "Artist's impression";
  display: block;
  left: 10px;
  bottom: 6px;
  z-index: 2;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.sp-artist {
  position: absolute;
  display: block;
  left: 10px;
  bottom: 6px;
  z-index: 2;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.tel {
  font-size: 24px;
}

.linkBrn {
  color: var(--dark);
  font-size: 16px;
  transition: color 0.3s;
}
.linkBrn * {
  stroke: currentColor;
}
.linkBrn:hover {
  color: var(--bronze);
}

.caption {
  font-size: 12px;
  color: var(--charcoal);
  padding-top: 20px;
}

.footer-l {
  gap: var(--l);
  padding-left: var(--l);
}

.f12 {
  font-size: 12px;
}

#map {
  z-index: 1;
  width: 100%;
  height: calc(100vh - var(--header-height));
}

#mapM {
  height: calc(100vh - var(--header-height) - 120px);
}

#map-cats {
  position: absolute;
  right: var(--gap);
  top: var(--gap);
  background-color: var(--stone);
  display: flex;
  align-items: center;
  padding: 20px;
  z-index: 3;
  border-radius: 35px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.0705882353);
}

.map-cat {
  font-size: 14px;
  display: flex;
  text-transform: uppercase;
}
.map-cat:after {
  display: block;
  margin: 0 15px;
  content: "|";
}

.map-link.active {
  font-weight: 700;
}

#map-cats .map-cat:last-child:after {
  display: none;
}

.custom-marker {
  padding: 10px 15px;
  background-color: var(--bronze);
  color: var(--stone);
}

.custom-select {
  display: none;
  position: relative;
  width: 400px;
  max-width: calc(100% - 30px);
  margin: 0 auto 30px auto;
  font-family: inherit;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 14px;
  line-height: 1;
  text-align: left;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.0705882353);
  text-transform: uppercase;
}

.select-trigger {
  padding: 12px;
  border: 1px solid var(--bronze-t);
  border-radius: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.select-trigger .arrow {
  transition: transform 0.2s ease;
}

.custom-select.open .arrow {
  transform: rotate(180deg);
}

.select-options {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  background: var(--light);
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: all 0.2s ease;
  z-index: 10;
}

.custom-select.open .select-options {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.select-options p {
  padding: 12px;
  margin: 0;
}

.spn-no {
  font-size: 0 !important;
}

header {
  position: fixed !important;
  left: var(--gap);
  right: var(--gap);
  top: var(--gap);
  z-index: 11;
  height: var(--header-height);
  line-height: 1;
  padding: 0 var(--gap);
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.0705882353);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  border-radius: 100px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.5);
}

#anime {
  width: 366px;
  position: relative;
  z-index: 3;
  transform: translate(-65px, -45px);
}

button {
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
}

.logo {
  width: 196px;
}

.enq-b {
  display: none;
}

#nav {
  position: fixed;
  right: 0;
  width: 532px;
  max-width: 100%;
  transform: translateX(100%);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  box-shadow: -3px 0px 10px 0px rgba(0, 0, 0, 0.0509803922);
  top: 0;
  z-index: 50;
  transition: transform 1s;
  height: 100vh;
  height: 100svh;
  padding: 132px 74px 30px 15px;
  color: var(--bronze-t);
  font-family: "ABC Arizona Flare";
  font-size: 36px;
  gap: 27px;
  background-color: rgba(255, 255, 255, 0.5);
}
#nav.active {
  transform: translate(0);
}

#nav-toggle {
  color: var(--bronze-t);
  letter-spacing: 0.05em;
  border-radius: 25px;
  text-transform: uppercase;
}

.close {
  position: absolute;
  right: var(--gap);
  top: 47px;
}

#enquire {
  padding: 164px 0 201px;
  min-height: calc(100vh - var(--header-height));
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#enquire h3 {
  font-size: clamp(24px, 34px, 4vw);
}

.enq_frm {
  width: 820px;
  max-width: 100%;
  margin: auto;
}

.register {
  background-color: var(--stone);
  z-index: 2;
  padding: 130px 15px 143px 15px;
  text-align: left;
  max-width: 1086px;
  margin: auto;
  border-radius: 5px;
  overflow: hidden;
  color: var(--dark);
}

.g10 {
  gap: 20px;
}

input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: inherit;
  appearance: none;
  background-color: transparent;
  text-transform: uppercase;
  color: var(--charcoal);
  border: none;
  font-family: inherit;
  font-size: 14px;
  padding: 5px 0 13px;
  line-height: 1;
  resize: none;
  display: block;
  width: 100%;
  border-radius: 0;
  font-weight: 300;
  text-align: left;
  width: 100% !important;
  border-bottom: 1px solid currentColor;
  margin: 1px 0 35px;
  letter-spacing: 0.05em;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  color: var(--dark) !important;
}

.thx {
  height: 100%;
  width: 100;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

option {
  color: var(--dark);
}

.form-row {
  position: relative;
  width: calc(50% - 10px);
}

.call {
  font-size: 24px;
  letter-spacing: 0.04em;
  margin-bottom: 64px;
  display: block;
}

.b_submit {
  margin: 41px 0 72px 0;
  width: -moz-max-content !important;
  width: max-content !important;
  cursor: pointer;
  padding: 0 22px;
}

select {
  -moz-text-align-last: left;
       text-align-last: left;
  padding: 10px 0;
  background-image: url(/images/icons/arrow.svg);
  background-position: right center;
  background-repeat: no-repeat;
}

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

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

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

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

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
  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;
}

.token-input-list-project {
  list-style: none;
}

.token-input-token-project {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 5px;
  border-bottom: 1px solid currentColor;
  padding: 4px 0 0 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.token-input-token-project span {
  padding: 5px;
  cursor: pointer;
}
.token-input-token-project p {
  display: inline-block;
}

.token-input-dropdown-project {
  background: var(--light);
}

.parsley-errors-list {
  list-style: none;
  position: absolute;
  bottom: 0px;
  font-size: 10px;
}

.privacy {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 14px;
}

.token-input-token-project p {
  display: inline-block;
  padding: 5px 0;
  margin: 0 5px 0 0;
}

.chk_holder {
  height: 43px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  font-weight: 300;
  margin-bottom: 30px;
}

.check-holder label:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid currentColor;
  opacity: 0.5;
  content: "";
  display: block;
  border-radius: 5px;
}

.check-holder label:after {
  position: absolute;
  left: 4px;
  width: 12px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
  content: "";
  display: block;
  border-radius: 5px;
}

ul.parsley-errors-list {
  position: absolute;
  bottom: 8px;
  color: #ff0000;
  left: 0;
  font-size: 12px;
}

.grid_6 .mb20 {
  position: relative;
}

#chkInternational {
  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: 30px;
  width: 30px;
  text-align: center;
}

#chkInternational + label {
  padding: 6px 0 0 31px;
  font-size: 13px;
  position: relative;
  text-align: center;
  display: block;
  font-size: 14px;
  letter-spacing: 0;
  font-family: inherit;
  color: var(--dark);
  display: block;
  text-align: left;
}

#chkInternational + label:before {
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid currentColor;
  content: "";
  display: block;
}

#chkInternational + label:after {
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  background-color: currentColor;
  content: "";
  display: block;
  transition: all 0.2s ease-in-out;
}

#chkInternational:checked + label:after {
  opacity: 1;
}

.abs-pad {
  display: none;
}

@media screen and (max-width: 1000px) {
  :root {
    --header-height: 72px;
    --gap: 16px;
    --l: 30px;
    --m:30px;
    --xl: 85px;
    --xxl: 85px ;
  }
  header {
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0;
  }
  .r-a {
    text-align: left;
  }
  #anime {
    max-width: 100%;
    transform: none;
    margin: 0 auto;
  }
  .abs.abs-hero {
    padding: calc(var(--header-height) + 40px) 0 40px 0;
    align-items: flex-start;
  }
  .asp37-25m {
    aspect-ratio: 375/250 !important;
  }
  .asp34-25m {
    aspect-ratio: 343/250 !important;
  }
  .linkBrn {
    font-size: 14px;
  }
  .grid_5, .grid_10, .grid_11, .grid_9, .grid_3, .grid_8, .grid_6, .grid_4, .grid_7 {
    width: 100%;
  }
  .g5-m {
    max-width: 81.9%;
  }
  .g4-m {
    max-width: 60%;
  }
  .scroll-m-holder {
    overflow-x: scroll;
    width: 100vw;
  }
  .scroll-m {
    width: 1000px;
    display: flex;
  }
  .scroll-m .grid_3 {
    width: calc(25% - var(--gap));
    max-width: 219px;
    padding-bottom: 15px;
  }
  .gap-m {
    gap: 40px;
  }
  .logo {
    width: 145px;
  }
  .btn, #nav-toggle {
    font-size: 11px;
  }
  h2, h3 {
    line-height: 1.18;
  }
  h3 {
    font-size: 24px;
  }
  .container {
    width: calc(100% - 32px);
  }
  .container.w1392 {
    width: calc(100% - 32px);
  }
  .break {
    display: none;
  }
  .desk {
    display: none !important;
  }
  .mob {
    display: block;
  }
  .g10 {
    gap: 0;
  }
  footer {
    padding: 40px;
  }
  .footer-l {
    width: 100%;
    padding-left: 0;
  }
  .footer-l div {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .logos {
    align-items: center;
    width: 100% !important;
  }
  .nav-footer {
    width: 100%;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    align-items: center;
    margin-bottom: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    padding-top: 40px;
  }
  .b_submit {
    margin: 20px 0 30px 0;
  }
  .legal {
    justify-content: center;
    gap: 20px;
  }
  .legal div, .legal a {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .bg-txt {
    padding: 10vh 50px 25vh 0;
    justify-content: flex-start;
  }
  .bg-txt img {
    height: 100%;
  }
  .artist:after, .sp-artist {
    font-size: 8px;
  }
  .register {
    padding: 40px var(--gap);
    border-radius: 0;
    max-width: 100%;
    width: 100%;
  }
  #enquire {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 100px;
  }
  .form-row {
    position: relative;
    width: 100%;
  }
  .chk_holder {
    height: 25px;
    margin-bottom: 25px;
  }
  .areialImg {
    aspect-ratio: 41/68;
    -o-object-position: right top;
       object-position: right top;
  }
  .marker {
    top: 5%;
    left: auto;
    width: 21%;
    right: 47%;
  }
  #map-cats {
    display: none;
  }
  .blk {
    display: none;
  }
  .h3-m {
    color: var(--bronze-t);
    position: relative;
  }
  .h3-m span {
    position: absolute;
    left: -12px;
    top: auto;
  }
  .ptbm {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .n-auto {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    width: 100%;
    display: block;
  }
  .mb40 {
    margin-bottom: 30px;
  }
  .abs-pad {
    display: none;
  }
  .custom-select {
    display: block;
  }
  .a-e {
    align-items: flex-start;
  }
  .al-e-m {
    justify-content: flex-end;
    padding-top: 25px;
  }
  .pb-0-m {
    padding-bottom: 0 !important;
  }
  .pb-m {
    padding: 20px 0 40px 0;
  }
  .bg-txt {
    aspect-ratio: 375/450 !important;
    padding: 44px 16px 44px 16px;
  }
  .bg-txt .artist::before {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    display: block;
    content: "";
    width: 100%;
    height: 100%;
  }
  .w60-m {
    width: 300px;
    padding-right: 40px;
  }
  #map-catsM {
    padding: 40px 16px 0 16px;
  }
  #map-catsM .col1, #map-catsM .col2 {
    width: 100%;
  }
  #map-catsM .col1 p, #map-catsM .col2 p {
    position: relative;
    padding-left: 30px;
    padding-top: 4px;
  }
  #map-catsM .col1 p span, #map-catsM .col2 p span {
    position: absolute;
    left: 0;
    top: 0.3em;
  }
  #map-catsM .map-linkM {
    display: none;
    gap: 5px 15px;
  }
  #map-catsM .map-linkM.active {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */