@charset "UTF-8";
@font-face {
  font-family: "Neue Plak";
  src: url("/fonts/NeuePlak-SemiBold.eot");
  src: url("/fonts/NeuePlak-SemiBold.eot?#iefix") format("embedded-opentype"), url("/fonts/NeuePlak-SemiBold.woff2") format("woff2"), url("vNeuePlak-SemiBold.woff") format("woff"), url("/fonts/NeuePlak-SemiBold.ttf") format("truetype"), url("/fonts/NeuePlak-SemiBold.svg#NeuePlak-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Plak";
  src: url("/fonts/NeuePlak-Regular.eot");
  src: url("/fonts/NeuePlak-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/NeuePlak-Regular.woff2") format("woff2"), url("/fonts/NeuePlak-Regular.woff") format("woff"), url("/fonts/NeuePlak-Regular.ttf") format("truetype"), url("/fonts/NeuePlak-Regular.svg#NeuePlak-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Plak";
  src: url("/fonts/NeuePlak-CompBold.eot");
  src: url("/fonts/NeuePlak-CompBold.eot?#iefix") format("embedded-opentype"), url("/fonts/NeuePlak-CompBold.woff2") format("woff2"), url("/fonts/NeuePlak-CompBold.woff") format("woff"), url("/fonts/NeuePlak-CompBold.ttf") format("truetype"), url("/fonts/NeuePlak-CompBold.svg#NeuePlak-CompBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  --dark:#101327;
  --creame:#E8E2DA;
  --light:#FFFFFF;
  --gap: 40px;
  --pad:90px;
  --header-height:61px ;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

body {
  font-family: "Neue Plak";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
  text-align: center;
  color: var(--dark);
  background-color: var(--light);
  padding-top: var(--header-height);
  margin: 0;
}

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

.grid_3 {
  width: 25%;
}

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

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

.f12 {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 3px;
  text-transform: uppercase;
}

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

.img {
  width: 100%;
  display: block;
}

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

input:-webkit-autofill,
input:-webkit-autofill:focus {
  -webkit-transition: background-color 600000s 0s, color 600000s 0s;
  transition: background-color 600000s 0s, color 600000s 0s;
}

input[data-autocompleted] {
  background-color: transparent !important;
}

/* General */
section {
  position: relative;
}

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

.middle-h {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.full-h {
  height: calc(100svh - var(--header-height));
  position: relative;
  background-size: cover;
  overflow: hidden;
}

.bg-cover {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-size: inherit;
  background-position: inherit;
  transition: opacity 0.5s;
  filter: blur(4px);
  overflow: hidden;
}

.lazyImg.loaded .bg-cover {
  opacity: 0;
}

.pad-tb {
  padding: var(--gap);
}

.pad-tb-l {
  padding: var(--gap);
}

.full-height {
  height: 100%;
  position: relative;
  background-size: cover;
}

.hover-link {
  position: relative;
  overflow: hidden;
  display: block;
}
.hover-link .hover-spn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s;
  background-color: rgba(0, 0, 0, 0.4);
  color: var(--light);
  font-size: 16px;
  font-weight: 600;
  opacity: 0;
  letter-spacing: 0.4em;
  text-transform: uppercase;
}
.hover-link:hover .hover-spn {
  opacity: 1;
}

.bg-video {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
}

/* Headings */
h1 {
  font-size: 50px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.5em;
  color: var(--light);
  text-transform: uppercase;
  width: 100%;
  padding: 0 5px;
}

h2, h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.4em;
  margin-bottom: 1em;
  text-transform: uppercase;
}

h2.mb {
  line-height: 1.1;
  letter-spacing: 0.18em;
}

h3.mb {
  line-height: 1;
  margin-bottom: 0.75em;
  letter-spacing: 0.18em;
}

h4 {
  font-size: 12px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.4em;
  text-transform: uppercase;
}

h5 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 500px;
  max-width: calc(100% - 40px);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.25em;
  bottom: var(--gap);
  color: var(--light);
  z-index: 5;
  text-transform: uppercase;
}

/* Navigation */
header {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  padding: 0 var(--gap);
  height: var(--header-height);
  z-index: 15;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: var(--light);
  border-bottom: 1px solid var(--dark);
}

#nav {
  position: fixed;
  top: 0;
  left: 0;
  transition: transform 0.5s;
  transform: translateX(-100%);
  width: calc(50% + 1px);
  height: 100svh;
  background-color: var(--creame);
  border-right: 1px solid var(--dark);
  z-index: 15;
}
#nav li {
  display: block;
  text-align: left;
  border-bottom: 1px solid;
  display: flex;
  padding: 0 var(--gap);
  height: var(--header-height);
  justify-content: flex-start;
  align-items: center;
}
#nav a {
  position: relative;
  display: block;
  text-transform: uppercase;
}
#nav a:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: var(--dark);
  transition: width 0.5s;
  display: block;
  top: 50%;
}
#nav a.active-page::after {
  width: 100%;
}
#nav a:hover::after {
  width: 100%;
}
#nav.active {
  transform: translateX(0%);
}

.logo {
  width: 260px;
  display: block;
}

.header-right {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  color: inherit;
}

#nav-toggle {
  display: flex;
  width: 63px;
  height: 12px;
  position: relative;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  z-index: 5;
}
#nav-toggle::after {
  display: block;
  content: "MENU";
}

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

@media screen and (max-aspect-ratio: 1920/1080) {
  .fullyvideo {
    height: 100vh;
  }
}
@media screen and (min-aspect-ratio: 1920/1080) {
  .fullyvideo {
    width: 100% !important;
  }
}
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 26px;
  width: -moz-max-content;
  width: max-content;
  padding: 0 20px 2px 20px;
  line-height: 1;
  background-color: var(--dark);
  color: var(--light);
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  cursor: pointer;
  transition: all 0.7s !important;
}
.btn.b_submit {
  height: 33px;
  width: 100%;
  font-weight: 400;
}
.btn:hover {
  background-color: var(--creame);
  color: var(--dark);
}
.btn.enq {
  margin: 0;
}
.btn.f-btn:hover {
  background-color: #fff;
}
.btn.play {
  margin-bottom: 15px;
  background-color: #fff;
  color: var(--dark);
}
.btn.play:hover {
  background-color: var(--dark);
  color: #fff;
}

.border-t, .border-b {
  height: 1px;
  width: 0;
  transition: width 0.7s;
  background-color: var(--dark);
  position: absolute;
  top: 0;
  left: 0;
}
.border-t.border-b, .border-b.border-b {
  top: auto;
  bottom: 0;
}
.border-t.animated, .border-b.animated {
  width: 100%;
}

.border-m {
  height: 0;
  width: 1px;
  transition: height 0.7s;
  background-color: var(--dark);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
}
.border-m.animated {
  height: 100%;
}

footer {
  background-color: var(--creame);
}

.footer-sec {
  padding: var(--pad) var(--gap);
}

.logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: auto;
  max-width: calc(100% - 40px);
}
.logos a {
  display: block;
}
.logos img {
  display: block;
}

.links {
  border-top: 1px solid var(--dark);
  padding: var(--gap) 0;
  position: relative;
  -moz-column-gap: 20px;
       column-gap: 20px;
  font-size: 12px;
  font-weight: 500;
}

.container {
  width: calc(100% - var(--gap) - var(--gap));
  margin-right: auto;
  position: relative;
  margin-left: auto;
}

.w540 {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.w360 {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

main {
  position: relative;
  z-index: 1;
}

.container .grid_4.fadeIn:nth-child(2) {
  transition-delay: 0.25s;
}

.container .grid_4.fadeIn:nth-child(3) {
  transition-delay: 0.5s;
}

.flex-sc {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.flex-sb {
  display: flex;
  position: relative;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-ch {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.flex-h-sb {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.flex-h-e {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.flex-c {
  display: flex;
}
.flex-c img {
  display: block;
  width: 50%;
  align-self: flex-start;
}
.flex-c.align-end img {
  align-self: end;
}

.full-width {
  width: 100%;
}

.relative {
  position: relative;
}

.underline {
  text-decoration: underline;
}

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

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

.mb20 {
  margin-bottom: 25px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: calc(2 * var(--gap));
}

.min-h {
  min-height: calc(100vh - var(--header-height));
}

.ptxl {
  padding-top: calc(1.5 * var(--pad));
}

.pbxl {
  padding-bottom: calc(1.5 * var(--pad));
}

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

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

.ptm {
  padding-top: calc(0.55 * var(--pad));
}

.pbm {
  padding-bottom: calc(0.55 * var(--pad));
}

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

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

.pad-half {
  padding-top: 27vw;
}
.pad-half img {
  width: 100% !important;
}

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

.fadeIn {
  opacity: 0;
  transition: opacity 0.7s;
}
.fadeIn.animated {
  opacity: 1;
}

.mob {
  display: none;
}

.wrapper {
  position: relative;
  height: 100%;
}

.gImg {
  background-size: cover;
  background-position: 50% 50%;
  z-index: 1;
  opacity: 0;
  width: 100%;
  position: relative;
}

.g1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform-origin: top right;
  z-index: 2;
  opacity: 1;
  background-size: cover;
}

.g50 {
  height: 50%;
}

.g25 {
  height: 25%;
}

.g1 {
  background-size: cover;
  width: 100%;
  height: 100%;
}

.g1:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #fff;
  display: block;
  content: "";
  transition: height 1s;
}

.arist {
  position: relative;
}
.arist img {
  position: relative;
  z-index: 1;
}

.arist::after {
  position: absolute;
  font-size: 10px;
  display: block;
  content: "Artist’s impression";
  right: 10px;
  bottom: 10px;
  text-align: right;
  color: #fff;
  font-size: 10px;
  z-index: 2;
}

.sticky-holder.animated .g1:after {
  height: 100%;
}

.gImg {
  opacity: 1;
}

.gImg:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: block;
  content: "";
  transition: height 1s;
}

.sticky-holder.z2 .ani-wrapper {
  z-index: 2;
}

.sticky-holder.z2 .gImg:after {
  height: 0;
}

.sticky-holder {
  position: relative;
}

.sticky {
  position: sticky;
  top: calc(var(--header-height) + var(--gap) - 1px);
}

.layer1 {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: calc(100% - var(--gap));
  z-index: 1;
}

.ani-wrapper {
  height: calc(100vh - var(--header-height) - var(--gap) - var(--gap));
  position: sticky;
  top: var(--gap);
  z-index: 0;
}

#enquire {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(50% + 1px);
  border-left: 1px solid var(--dark);
  z-index: 50;
  height: 100svh;
  transform: translateX(100%);
  transition: transform 0.5s;
  background-color: var(--creame);
}
#enquire.active {
  transform: translateX(0%);
}

.register {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  background-color: var(--creame);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px var(--gap);
}

#closeENq {
  display: flex;
  border-bottom: 1px solid;
  padding: 0 var(--gap);
  height: var(--header-height);
  justify-content: flex-end;
  text-align: right;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

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

input, select {
  font-size: 1em;
  margin: 0 auto;
  padding: 0 0 8px 0;
  margin-bottom: 10px;
  width: 100%;
  color: var(--dark);
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border-bottom: 1px solid var(--dark);
  text-align: left;
  font-family: inherit;
}

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

select option {
  padding: 7px 5px;
  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: 0 0 10px 0;
  color: var(--dark);
  border-bottom: 1px solid var(--dark);
}

#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: 25px;
  width: 20px;
  text-align: center;
}

#chkInternational + label {
  padding: 8px 0 8px 26px;
  position: relative;
  text-align: left;
  display: block;
  color: var(--dark);
  font-family: inherit;
  margin: auto;
}

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

#chkInternational + label:after {
  position: absolute;
  left: 0;
  width: 4px;
  height: 7px;
  top: 50%;
  left: 6px;
  transform: translateY(-60%) rotate(45deg) scale(0);
  border-bottom: 2px solid var(--dark);
  border-right: 2px solid var(--dark);
  content: "";
  display: block;
  transition: all 0.4s ease-in-out;
  -moz-transform: translateY(-60%) rotate(45deg) scale(0);
  -ms-transform: translateY(-60%) rotate(45deg) scale(0);
  -o-transform: translateY(-60%) rotate(45deg) scale(0);
}

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

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

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

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

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

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: var(--dark);
  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 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;
  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;
  width: 100% !important;
}

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(--dark);
  cursor: default;
  border: 1px solidvar(--dark);
  font-size: 12px;
  white-space: nowrap;
  list-style: none;
  display: inline-block;
}

div.token-input-dropdown-project {
  font-family: "Neue Plak";
  position: absolute;
  width: 100%;
  background-color: #fff;
  overflow-x: hidden;
  cursor: default;
  font-size: 11px;
  z-index: 13;
  color: var(--dark);
}

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

div.token-input-dropdown-project ul li {
  background-color: #fff;
  font-size: 14px;
  padding: 3px;
  margin: 0;
  list-style-type: none;
  font-weight: 100 !important;
  font-family: "Neue Plak";
}

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

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

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: #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: relative;
  text-align: left;
  top: 0;
}

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

.privacy {
  font-size: 10px;
  text-decoration: underline;
  text-align: center;
  margin-bottom: 30px;
  display: block;
}

.cbre {
  display: block;
}
.cbre img {
  display: block;
  margin: auto;
}

@media screen and (max-height: 700px) {
  .register {
    overflow-y: scroll;
    padding-top: 70px;
  }
}
@media screen and (max-width: 1000px) {
  :root {
    --gap: 15px;
    --pad: 60px;
    --header-height: 50px;
    --banner-height:50px ;
  }
  body {
    font-size: 13px;
  }
  .full-h {
    height: calc(100svh - var(--banner-height) - var(--header-height));
  }
  .desc {
    display: none;
  }
  .mob {
    display: block;
  }
  .logo {
    width: 195px;
  }
  .sticky-holder {
    display: none;
  }
  .header-right {
    background-color: var(--dark);
    position: fixed;
    bottom: 0;
    top: auto;
    left: 0;
    width: 100%;
    justify-content: center;
    height: var(--banner-height);
  }
  .tell {
    position: absolute;
    right: var(--gap);
    top: 50%;
    transform: translateY(-50%);
    color: var(--light);
  }
  #nav-toggle {
    position: fixed;
    bottom: 20px;
    left: var(--gap);
    color: var(--light);
  }
  #nav {
    border: none;
    width: 100%;
  }
  #enquire {
    width: 100%;
    border: none;
  }
  h1 {
    font-size: 32px;
  }
  h2, h3 {
    font-size: 14px;
  }
  h5 {
    font-size: 10px;
  }
  .min-h {
    padding-left: var(--gap);
    padding-right: var(--gap);
    display: block;
    padding-bottom: 0;
  }
  .flex-sb, .logos {
    display: block;
  }
  .logos a {
    display: block;
    margin-bottom: 25px;
  }
  .logos a img {
    margin: auto;
  }
  .logos p {
    margin-bottom: 25px;
  }
  .logos p img {
    margin: auto;
  }
  section.landing {
    height: calc(100svh - 40px);
  }
  footer {
    padding-bottom: 100px;
    overflow: hidden;
  }
  footer .logos-holder {
    flex-direction: column;
  }
  footer .logos-holder a {
    margin-bottom: 26px;
  }
  footer .logos-holder a img {
    margin: auto;
  }
  .g_6, .grid_6 {
    width: 100%;
  }
  .grid_4 {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 15px auto;
  }
  .border-m {
    position: relative;
    margin: 0 0 var(--gap) 0;
    height: 1px !important;
    width: 0;
    transition: width 0.7s;
    transform: translateX(-15px);
  }
  .border-m.no-pad {
    margin: 0;
  }
  .border-m.animated {
    width: calc(100% + 30px);
  }
  .pbl-m {
    padding-bottom: 40px;
  }
  .holder {
    display: none;
  }
  .pb15m {
    margin-bottom: var(--gap);
  }
  .min-h .grid_6 {
    padding-bottom: var(--gap);
  }
  .pt-30m {
    padding-top: 35px;
  }
}/*# sourceMappingURL=style.css.map */