@font-face {
  font-family: "Grosa";
  src: url("/fonts/Grosa-Medium.woff2") format("woff2"), url("/fonts/Grosa-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Grosa";
  src: url("/fonts/Grosa-Regular.woff2") format("woff2"), url("/fonts/Grosa-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Grosa Trial";
  src: url("/fonts/GrosaTrial-Light.woff2") format("woff2"), url("/fonts/GrosaTrial-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Grosa Trial";
  src: url("/fonts/GrosaTrial-Bold.woff2") format("woff2"), url("/fonts/GrosaTrial-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  --header-height: 94px;
  --gap: 45.7px;
  --light: #F2E9D9;
  --green: #72959C;
  --red: #FF9F75;
  --dark: #1F3618;
  --xxs: 5px;
  --xs: 10px;
  --s: 20px;
  --m: 40px;
  --l: 162px;
}

body {
  font-family: "larken", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  background: var(--light);
  color: var(--dark);
  margin: 0;
  padding: 0;
  text-align: center;
  letter-spacing: 0.03em;
}

*,
*: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, .grd {
  width: 33.33%;
}

.grd {
  padding: var(--gap);
  position: relative;
}
.grd:after {
  position: absolute;
  right: 0;
  content: "";
  display: block;
  width: 1px;
  background-color: currentColor;
  top: 0;
  height: 0;
  transition: height 0.7s;
}
.grd.animated:after {
  height: 100%;
}
.grd img {
  aspect-ratio: 535/706;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
.grd p {
  font-family: "Grosa";
  font-size: 14px;
  opacity: 0.5;
  margin: 0 auto 10px auto;
}

.grid_5 {
  width: 41.67%;
  max-width: 543px;
}

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

.img {
  width: 100%;
}

.border_b {
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 1s;
  position: absolute;
  left: 0;
  bottom: 0;
}
.border_b.animated {
  width: 100%;
}

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

.bg-video iframe {
  position: absolute;
  top: 50vh;
  left: 50vw;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.bg-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}

@media (min-aspect-ratio: 16/9) {
  .bg-video iframe {
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .bg-video iframe {
    width: 177.78vh;
  }
}
.container {
  width: calc(100% - var(--gap) * 2);
}

a, button {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  background: transparent;
}

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

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

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

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

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

.loader {
  position: fixed;
  height: 100%;
  width: 100%;
  background: var(--dark);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  top: 0;
}
.loader.disable {
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
}

.play {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  font-family: "Grosa";
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: var(--light);
  position: relative;
}
.play img {
  display: block;
  width: 35px;
}
.play span {
  display: block;
}
.play .h-h {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.2s;
  color: rgba(255, 255, 255, 0.7);
}
.play:hover .no-h {
  opacity: 0;
}
.play:hover .h-h {
  opacity: 1;
}

@media screen and (max-aspect-ratio: 1920/1080) {
  .fullyvideo {
    height: 100vh;
    height: 100svh;
  }
}
@media screen and (min-aspect-ratio: 1920/1080) {
  .fullyvideo {
    width: 100% !important;
  }
}
.full-height {
  height: 100vh;
  height: 100svh;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  padding: 58px var(--gap);
  position: relative;
  color: var(--light);
  z-index: 1;
  background-size: cover;
}
.full-height * {
  position: relative;
  z-index: 2;
}
.full-height::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

.toLetter .spn {
  opacity: 0;
  transform: scale(0.8);
}

.toLetter.animated .spn {
  opacity: 1;
  transform: scale(1);
  transition: all 1s;
}

/* General */
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

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

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

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

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

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

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

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

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

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

.fullwidth {
  width: 100%;
}

.fullheight {
  height: 100%;
}

.tac {
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

.bg-light {
  background-color: var(--light);
}

.bg-dark {
  background-color: var(--dark);
}

.imgholder {
  position: relative;
}

.artist::after {
  content: "Artist Impression";
  font-family: "Grosa";
  padding-top: 48px;
  display: block;
  line-height: 1;
  z-index: 2;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  letter-spacing: 0;
}

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

#icon-hoder {
  position: absolute;
  top: 50vh;
  left: 50vw;
  transform: translate(-50%, -50%);
  width: 65px;
  height: 64px;
  overflow: hidden;
}
#icon-hoder img {
  display: block;
  transition: transform 0.7s;
  transform: translateY(105%);
}
#icon-hoder.show img {
  transform: translateY(0%);
}

/* Headings */
h1,
h2,
h3 {
  margin: 0;
  font-weight: 300;
  letter-spacing: 0.05em;
}

h1, h2 {
  font-weight: 300;
  font-size: 41px;
  line-height: 1;
}
h1.med, h2.med {
  font-size: 36px;
}

section {
  overflow-x: hidden;
  position: relative;
}

sup {
  font-size: 0.25em;
  font-family: inherit;
  transform: translateY(-0.5em);
  display: inline-block;
}

.sup {
  font-size: 0.25em;
  font-family: inherit;
  transform: translateY(-2.1em);
  display: inline-block;
}

h3 {
  font-size: 20px;
}

h4 {
  font-family: "Grosa Trial";
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

h5 {
  font-family: "Grosa";
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1.3;
}

.caption {
  padding-top: 15px;
}

.container {
  max-width: calc(100% - var(--gap) - var(--gap));
  margin: 0 auto;
}

.max480 {
  max-width: 450px;
}

.btn {
  width: -moz-max-content;
  width: max-content;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
  flex-wrap: wrap;
  height: 49px;
  padding: 0 42px;
  background-color: var(--light);
  line-height: 1;
  text-transform: uppercase;
  border-radius: 5px;
  transition: background 0.4s;
  font-family: "Grosa";
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-align: center;
  color: var(--dark);
}
.btn:hover {
  background-color: var(--dark);
  color: var(--light);
}
.btn.enq {
  border: 1px solid currentColor;
  background-color: transparent;
  color: inherit;
  padding: 0 31px;
  height: 44px;
}
.btn.enq:hover {
  background-color: var(--light);
  color: var(--dark);
}

.contact {
  display: block;
  font-family: "Grosa";
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.05em;
}
.contact span {
  display: block;
  padding: 5px 0 12px;
  opacity: 0.5;
}

footer {
  background-color: var(--dark);
  font-family: "Grosa";
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.05em;
  text-align: left;
  text-transform: uppercase;
  color: var(--light);
}

.logos {
  display: flex;
  gap: 20px;
}

.f10 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logos {
  -moz-column-gap: 45px;
       column-gap: 45px;
}

.links {
  gap: 50px;
}

.mob {
  display: none;
}

.fadeInUp {
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 0.2s;
}

.fadeInUp.animated {
  opacity: 1;
}

.italic {
  font-style: italic;
}

.asp1-1 {
  width: 100%;
  aspect-ratio: 1/1;
}

#page-booking {
  padding-top: 90px;
  background-color: var(--dark);
}
#page-booking header {
  color: var(--light) !important;
}
#page-booking header.bg {
  background-color: var(--dark) !important;
}
#page-booking h4 {
  padding: 0;
}
#page-booking h4::before {
  display: none;
}
#page-booking #th {
  min-height: 100vh;
  display: flex;
  padding: 40px 15px;
  justify-content: space-between;
  color: var(--light);
  align-items: center;
  flex-direction: column;
}
#page-booking #th .links {
  gap: 15px;
}
#page-booking #th .contact {
  width: 100%;
}

.register a, footer a {
  transition: opacity 0.4s;
}
.register a:hover, footer a:hover {
  opacity: 0.5;
}

header {
  position: fixed;
  height: var(--header-height);
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: var(--dark);
  padding: 0 var(--gap);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.08em;
  font-family: "Grosa";
  color: var(--light);
  z-index: 10;
  transform: translateY(-100%);
  transition: transform 0.7s;
}
header .logo {
  display: block;
  width: 205px;
  max-width: calc(100% - 200px);
  transition: width 0.5s;
  position: relative;
  z-index: 2;
}
header.bg {
  transform: translateY(0);
}

.logo-links {
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 5;
}

.enq {
  border: 1px solid currentColor;
}

#nav {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
  transition: opacity 0.7s;
  pointer-events: none;
  flex-direction: column;
  z-index: 4;
  background-color: var(--dark);
  padding: 75px 0 0 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}
#nav.active {
  opacity: 1;
  pointer-events: initial;
}

.header-f {
  padding: 45px 0;
  width: 100%;
  border-top: 1px solid var(--light);
}

.nav-a {
  font-size: 36px;
  font-weight: 300;
  font-family: "larken", sans-serif;
}
.nav-a a {
  display: block;
  padding: 10px 0;
  line-height: 1;
  transition: opacity 0.4s;
}
.nav-a a:hover {
  opacity: 0.5;
}

#nav-toggle:after {
  content: "MENU";
}
#nav-toggle.active:after {
  content: "CLOSE";
}

.nav-toggle {
  transition: opacity 0.4s;
}
.nav-toggle:hover {
  opacity: 0.5;
}

#enquire {
  position: relative;
  color: var(--light);
}

.arc {
  position: relative;
  height: 200px;
  color: var(--dark);
  overflow: hidden;
}
.arc img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

label {
  display: block;
  margin-bottom: 5px;
  font-family: "Grosa Trial";
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.05em;
  text-align: left;
  text-transform: uppercase;
}

select {
  background-image: url(/images/buttons/arrow.svg);
  background-position: 97% center;
  background-repeat: no-repeat;
}

.register {
  width: 948px;
  max-width: 100%;
  margin: auto;
  padding: 79px 0 0 0;
  position: relative;
}

.formWrapprer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px 40px;
  padding-top: 100px;
}
.formWrapprer .grid_6 {
  width: calc(50% - 20px);
}

.w400 {
  width: 400px;
  margin: 0 auto 30px auto;
}

.tel {
  font-size: 20px;
  display: block;
}

input,
textarea,
select,
.upload-holder,
.post-holder {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  color: inherit;
  border-radius: 5px;
  border: 1px solid currentColor;
  font-family: "Grosa Trial";
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #889079;
  margin-bottom: 4px;
  padding: 15px;
  line-height: 1;
  resize: none;
  width: 100%;
  display: block;
  width: 100%;
  text-transform: uppercase;
}

.b_submit {
  width: 100% !important;
  margin-top: 15px;
  text-align: center;
  text-transform: none;
  background-color: var(--light) !important;
  color: var(--dark) !important;
  cursor: pointer;
}
.b_submit:hover {
  background-color: transparent !important;
  border: 1px solid var(--light);
  color: var(--light) !important;
}

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

.form-row {
  padding-bottom: 15px;
  position: relative;
}

.err-message {
  color: red;
  font-size: 11px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.spinner {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.spinner svg {
  animation: loading-rotate 2s linear infinite;
  height: 42px;
  width: 42px;
}

.spinner .path {
  stroke-dasharray: 90, 150;
  stroke-dashoffset: 0;
  stroke-width: 2;
  stroke: #fff;
  stroke-linecap: round;
  animation: loading-dash 1.5s ease-in-out infinite;
}

@keyframes loading-rotate {
  to {
    transform: rotate(1turn);
  }
}
@keyframes loading-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40px;
  }
  to {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120px;
  }
}
input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

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

.radio-holder {
  gap: 15px;
}

.check-holder {
  position: relative;
  padding: 10px 0;
  min-width: 92px;
}

.no-pad .check-holder {
  padding: 0 0;
}

.check-holder input {
  opacity: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  cursor: pointer;
  top: 0;
}

.check-holder input:checked + label:after {
  background-color: #889079;
}

.check-holder label {
  padding-left: 30px;
  position: relative;
  color: #889079;
  text-transform: none;
  width: 100%;
  line-height: 1.2;
}

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

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

.thx {
  text-align: center;
  padding-top: calc(50vh - 200px);
}

.parsley-errors-list {
  list-style: none;
}

.agent {
  text-align: left;
  padding-top: 50px;
}

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

.slider {
  width: calc(100% - 90px);
  margin: auto;
}

.r-slider {
  width: 100%;
}

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

.slider .slick-list {
  overflow: initial;
}

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

.slider .imgholder {
  padding: 0 6.5px;
  transition: opacity 0.5s;
}
.slider .imgholder::after {
  opacity: 0;
}

.slider .slick-active .imgholder::after {
  opacity: 1;
}

.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 {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  bottom: 0;
  background-color: var(--dark);
  width: 50px;
  height: 26px;
  border-radius: 5px;
  right: 0;
  background-size: 13px 18.4px;
  background-image: url(/images/buttons/next.svg);
  background-repeat: no-repeat;
  background-position: center;
  border: none;
}

.slick-arrow.slick-prev {
  right: 60px;
  background-image: url(/images/buttons/prev.svg);
}

/**
 * https://github.com/nicolafranchini/VenoBox/
 */
.vbox-overlay {
  --vbox-tools-color: #fff;
  --vbox-title-background: #101010;
  --vbox-title-width: "auto";
  --vbox-title-radius: 0;
  --vbox-share-background: #101010;
  --vbox-share-width: "auto";
  --vbox-share-radius: 0;
  --vbox-padding: 0;
  --vbox-max-width: 100%;
}

/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after {
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
}

.vbox-overlay * {
  backface-visibility: visible;
}

.vbox-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999999;
}

.vbox-share, .vbox-title {
  line-height: 1;
  position: fixed;
  z-index: 98;
  text-align: center;
  margin: 0 auto;
  color: var(--vbox-tools-color);
}

.vbox-title {
  font-size: 12px;
  background-color: var(--vbox-title-background);
  width: var(--vbox-title-width);
  border-radius: var(--vbox-title-radius);
  padding: 12px 54px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.vbox-share {
  font-size: 24px;
  padding: 0 0.35em;
  background-color: var(--vbox-share-background);
  width: var(--vbox-share-width);
  border-radius: var(--vbox-share-radius);
}

.vbox-link-btn,
button.vbox-link-btn,
button.vbox-link-btn:hover,
button.vbox-link-btn:active,
button.vbox-link-btn:focus {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  color: inherit !important;
  padding: 6px 12px;
  outline: none;
  display: inline-block;
  cursor: pointer;
}

.vbox-share a {
  color: inherit !important;
  padding: 6px 12px;
  display: inline-block;
}

.vbox-share svg {
  z-index: 10;
  vertical-align: middle;
}

/* ----- navigation ----- */
.vbox-close {
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  padding: 6px 15px;
  color: #000;
  color: var(--vbox-tools-color);
  border: 0;
  font-size: 24px;
  display: flex;
  align-items: center;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.vbox-close:hover {
  opacity: 1;
}

.vbox-left-corner {
  cursor: pointer;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  line-height: 1;
  font-size: 12px;
  z-index: 99;
  display: flex;
  align-items: center;
  color: var(--vbox-tools-color);
}

.vbox-num {
  display: inline-block;
  padding: 12px 15px;
}

/* ----- Social share ----- */
.vbox-left {
  left: 0;
}

.vbox-right {
  right: 0;
}

.vbox-top {
  top: 0;
}

.vbox-bottom {
  bottom: 0;
}

/* ----- Navigation arrows ----- */
.vbox-next, .vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 99;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.vbox-next:hover, .vbox-prev:hover {
  opacity: 1;
}

.vbox-next span, .vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: var(--vbox-tools-color);
  border-right-color: var(--vbox-tools-color);
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block;
}

.vbox-prev {
  left: 15px;
}

.vbox-next {
  right: 15px;
}

.vbox-prev span {
  left: 10px;
  transform: rotate(-135deg);
}

.vbox-next span {
  transform: rotate(45deg);
  right: 10px;
}

.vbox-open {
  overflow: hidden;
}

.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  max-height: 100%;
  padding: 30px 0px;
}

.vbox-content {
  opacity: 0;
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0 4%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

.vbox-container img {
  max-width: 100%;
  height: auto;
}

.vbox-child {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  max-width: var(--vbox-max-width);
  text-align: initial;
  padding: var(--vbox-padding);
}

.vbox-child img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: block;
}

.vbox-fit .vbox-child img,
.vbox-fit .vbox-child.venoratio {
  max-height: calc(100vh - 60px);
}

/* ----- Aspect ratio ----- */
.venoratio, .vbox-inline {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #000 !important;
}

.venoratio::before {
  display: block;
  padding-top: var(--vb-aspect-ratio);
  content: "";
}

.venoratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: var(--vbox-padding);
}

.venoratio-1x1 {
  --vb-aspect-ratio: 100%;
  max-width: min(var(--vbox-max-width), 100vh - 60px);
}

.venoratio-4x3.vbox-child.venoratio {
  --vb-aspect-ratio: calc(3 / 4 * 100%);
  max-width: min(var(--vbox-max-width), (100vh - 60px) * 4 / 3);
}

.venoratio-16x9.vbox-child.venoratio {
  --vb-aspect-ratio: calc(9 / 16 * 100%);
  max-width: min(var(--vbox-max-width), (100vh - 60px) * 16 / 9);
}

.venoratio-21x9.vbox-child.venoratio {
  --vb-aspect-ratio: calc(9 / 21 * 100%);
  max-width: min(var(--vbox-max-width), (100vh - 60px) * 21 / 9);
}

.venoratio-full {
  --vb-aspect-ratio: calc(100vh - 60px);
}

.vbox-grab .vbox-child img {
  cursor: grab;
}

.vbox-child > iframe {
  border: none !important;
}

.vbox-content.swipe-left {
  margin-left: -200px !important;
}

.vbox-content.swipe-right {
  margin-left: 200px !important;
}

.vbox-preloader {
  transform: translateZ(0);
}

.vbox-preloader .vbox-preloader-inner {
  opacity: 1;
  transition: opacity 200ms;
}

.vbox-hidden {
  display: none;
}

.vbox-preloader.vbox-hidden .vbox-preloader-inner {
  opacity: 0;
}

.vbox-backdrop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateZ(-1px);
  z-index: 0;
}

.vbox-tooltip {
  position: relative;
  display: inline-block;
}

.vbox-tooltip .vbox-tooltip-text {
  visibility: hidden;
  color: #fff;
  text-align: center;
  padding: 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
  margin-bottom: 2px;
  font-family: sans-serif;
}

.vbox-top .vbox-tooltip .vbox-tooltip-text {
  bottom: auto;
  top: 100%;
  margin-bottom: 0;
  margin-top: 2px;
}

.vbox-tooltip-inner {
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 6px;
  font-size: 10px;
}

.vbox-tooltip:hover .vbox-tooltip-text {
  visibility: visible;
  opacity: 1;
}

/* ---------- preloader ----------
 * http://tobiasahlin.com/spinkit/
-------------------------------- */
.vbox-overlay {
  --sk-size:40px;
  --sk-color:#333;
}

.sk-center {
  margin: auto;
}

.sk-plane {
  width: var(--sk-size);
  height: var(--sk-size);
  background-color: var(--sk-color);
  animation: sk-plane 1.2s infinite ease-in-out;
}

@keyframes sk-plane {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.sk-chase {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  80%, 100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  100%, 0% {
    transform: scale(1);
  }
}
.sk-bounce {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-bounce-dot {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--sk-color);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.sk-bounce-dot:nth-child(2) {
  animation-delay: -1s;
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
  }
  45%, 55% {
    transform: scale(1);
  }
}
.sk-wave {
  width: var(--sk-size);
  height: var(--sk-size);
  display: flex;
  justify-content: space-between;
}

.sk-wave-rect {
  background-color: var(--sk-color);
  height: 100%;
  width: 15%;
  animation: sk-wave 1.2s infinite ease-in-out;
}

.sk-wave-rect:nth-child(1) {
  animation-delay: -1.2s;
}

.sk-wave-rect:nth-child(2) {
  animation-delay: -1.1s;
}

.sk-wave-rect:nth-child(3) {
  animation-delay: -1s;
}

.sk-wave-rect:nth-child(4) {
  animation-delay: -0.9s;
}

.sk-wave-rect:nth-child(5) {
  animation-delay: -0.8s;
}

@keyframes sk-wave {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
.sk-pulse {
  width: var(--sk-size);
  height: var(--sk-size);
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-pulse 1.2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@keyframes sk-pulse {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.sk-flow {
  width: calc(var(--sk-size) * 1.3);
  height: calc(var(--sk-size) * 1.3);
  display: flex;
  justify-content: space-between;
}

.sk-flow-dot {
  width: 25%;
  height: 25%;
  background-color: var(--sk-color);
  border-radius: 50%;
  animation: sk-flow 1.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite both;
}

.sk-flow-dot:nth-child(1) {
  animation-delay: -0.3s;
}

.sk-flow-dot:nth-child(2) {
  animation-delay: -0.15s;
}

@keyframes sk-flow {
  0%, 80%, 100% {
    transform: scale(0.3);
  }
  40% {
    transform: scale(1);
  }
}
.sk-swing {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  animation: sk-swing 1.8s infinite linear;
}

.sk-swing-dot {
  width: 45%;
  height: 45%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-swing-dot 2s infinite ease-in-out;
}

.sk-swing-dot:nth-child(2) {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes sk-swing {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-swing-dot {
  0%, 100% {
    transform: scale(0.2);
  }
  50% {
    transform: scale(1);
  }
}
.sk-circle {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-circle-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle-dot:before {
  content: "";
  display: block;
  width: 15%;
  height: 15%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-circle 1.2s infinite ease-in-out both;
}

.sk-circle-dot:nth-child(1) {
  transform: rotate(30deg);
}

.sk-circle-dot:nth-child(2) {
  transform: rotate(60deg);
}

.sk-circle-dot:nth-child(3) {
  transform: rotate(90deg);
}

.sk-circle-dot:nth-child(4) {
  transform: rotate(120deg);
}

.sk-circle-dot:nth-child(5) {
  transform: rotate(150deg);
}

.sk-circle-dot:nth-child(6) {
  transform: rotate(180deg);
}

.sk-circle-dot:nth-child(7) {
  transform: rotate(210deg);
}

.sk-circle-dot:nth-child(8) {
  transform: rotate(240deg);
}

.sk-circle-dot:nth-child(9) {
  transform: rotate(270deg);
}

.sk-circle-dot:nth-child(10) {
  transform: rotate(300deg);
}

.sk-circle-dot:nth-child(11) {
  transform: rotate(330deg);
}

.sk-circle-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-circle-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-circle-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-circle-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-circle-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-circle-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

.sk-circle-dot:nth-child(7):before {
  animation-delay: -0.5s;
}

.sk-circle-dot:nth-child(8):before {
  animation-delay: -0.4s;
}

.sk-circle-dot:nth-child(9):before {
  animation-delay: -0.3s;
}

.sk-circle-dot:nth-child(10):before {
  animation-delay: -0.2s;
}

.sk-circle-dot:nth-child(11):before {
  animation-delay: -0.1s;
}

@keyframes sk-circle {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.sk-circle-fade {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-circle-fade-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle-fade-dot:before {
  content: "";
  display: block;
  width: 15%;
  height: 15%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-circle-fade 1.2s infinite ease-in-out both;
}

.sk-circle-fade-dot:nth-child(1) {
  transform: rotate(30deg);
}

.sk-circle-fade-dot:nth-child(2) {
  transform: rotate(60deg);
}

.sk-circle-fade-dot:nth-child(3) {
  transform: rotate(90deg);
}

.sk-circle-fade-dot:nth-child(4) {
  transform: rotate(120deg);
}

.sk-circle-fade-dot:nth-child(5) {
  transform: rotate(150deg);
}

.sk-circle-fade-dot:nth-child(6) {
  transform: rotate(180deg);
}

.sk-circle-fade-dot:nth-child(7) {
  transform: rotate(210deg);
}

.sk-circle-fade-dot:nth-child(8) {
  transform: rotate(240deg);
}

.sk-circle-fade-dot:nth-child(9) {
  transform: rotate(270deg);
}

.sk-circle-fade-dot:nth-child(10) {
  transform: rotate(300deg);
}

.sk-circle-fade-dot:nth-child(11) {
  transform: rotate(330deg);
}

.sk-circle-fade-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-circle-fade-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-circle-fade-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-circle-fade-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-circle-fade-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-circle-fade-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

.sk-circle-fade-dot:nth-child(7):before {
  animation-delay: -0.5s;
}

.sk-circle-fade-dot:nth-child(8):before {
  animation-delay: -0.4s;
}

.sk-circle-fade-dot:nth-child(9):before {
  animation-delay: -0.3s;
}

.sk-circle-fade-dot:nth-child(10):before {
  animation-delay: -0.2s;
}

.sk-circle-fade-dot:nth-child(11):before {
  animation-delay: -0.1s;
}

@keyframes sk-circle-fade {
  0%, 39%, 100% {
    opacity: 0;
    transform: scale(0.6);
  }
  40% {
    opacity: 1;
    transform: scale(1);
  }
}
.sk-grid {
  width: var(--sk-size);
  height: var(--sk-size);
}

.sk-grid-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: var(--sk-color);
  float: left;
  animation: sk-grid 1.3s infinite ease-in-out;
}

.sk-grid-cube:nth-child(1) {
  animation-delay: 0.2s;
}

.sk-grid-cube:nth-child(2) {
  animation-delay: 0.3s;
}

.sk-grid-cube:nth-child(3) {
  animation-delay: 0.4s;
}

.sk-grid-cube:nth-child(4) {
  animation-delay: 0.1s;
}

.sk-grid-cube:nth-child(5) {
  animation-delay: 0.2s;
}

.sk-grid-cube:nth-child(6) {
  animation-delay: 0.3s;
}

.sk-grid-cube:nth-child(7) {
  animation-delay: 0s;
}

.sk-grid-cube:nth-child(8) {
  animation-delay: 0.1s;
}

.sk-grid-cube:nth-child(9) {
  animation-delay: 0.2s;
}

@keyframes sk-grid {
  0%, 70%, 100% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
.sk-fold {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  transform: rotateZ(45deg);
}

.sk-fold-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
}

.sk-fold-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--sk-color);
  animation: sk-fold 2.4s infinite linear both;
  transform-origin: 100% 100%;
}

.sk-fold-cube:nth-child(2) {
  transform: scale(1.1) rotateZ(90deg);
}

.sk-fold-cube:nth-child(4) {
  transform: scale(1.1) rotateZ(180deg);
}

.sk-fold-cube:nth-child(3) {
  transform: scale(1.1) rotateZ(270deg);
}

.sk-fold-cube:nth-child(2):before {
  animation-delay: 0.3s;
}

.sk-fold-cube:nth-child(4):before {
  animation-delay: 0.6s;
}

.sk-fold-cube:nth-child(3):before {
  animation-delay: 0.9s;
}

@keyframes sk-fold {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  90%, 100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.sk-wander {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-wander-cube {
  background-color: var(--sk-color);
  width: 20%;
  height: 20%;
  position: absolute;
  top: 0;
  left: 0;
  --sk-wander-distance:calc(var(--sk-size) * 0.75);
  animation: sk-wander 2s ease-in-out -2s infinite both;
}

.sk-wander-cube:nth-child(2) {
  animation-delay: -0.5s;
}

.sk-wander-cube:nth-child(3) {
  animation-delay: -1s;
}

@keyframes sk-wander {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: translateX(var(--sk-wander-distance)) rotate(-90deg) scale(0.6);
  }
  50% {
    transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-179deg);
  }
  50.1% {
    transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-180deg);
  }
  75% {
    transform: translateX(0) translateY(var(--sk-wander-distance)) rotate(-270deg) scale(0.6);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@media screen and (max-width: 1368px) {
  :root {
    --gap: 20px ;
  }
}
@media screen and (max-width: 1000px) {
  :root {
    --header-height: 65px;
    --l: 60px;
    --xl: 60px;
    --gap: 15px ;
  }
  #landing {
    background-position: 50% 80% !important;
  }
  header {
    top: auto;
    bottom: 0;
    transform: none !important;
  }
  header .logo-links {
    width: 100%;
    justify-content: space-between;
    font-size: 12px;
  }
  header .logo {
    display: none;
  }
  #nav {
    z-index: 6;
    padding-top: 55px;
  }
  .nav-a {
    font-size: 32px;
  }
  .nav-a a {
    display: block;
    padding: 8px 0;
    line-height: 1;
  }
  .header-f {
    padding: 25px 0;
    width: 100%;
  }
  .btn.enq {
    border: none;
    padding: 0;
  }
  body {
    font-size: 14px;
  }
  p {
    max-width: 400px;
  }
  .desk {
    display: none;
  }
  .mob {
    display: block;
  }
  .play {
    position: relative;
    bottom: auto;
    margin: 0 auto;
  }
  .enq-m {
    position: absolute;
    bottom: 30px;
  }
  .col {
    gap: 0 30px;
  }
  h1 {
    font-size: clamp(6vw, 35px, 8vw);
  }
  h2, h2.med {
    font-size: clamp(5vw, 30px, 7vw);
  }
  h5,
  .play {
    font-size: clamp(1.5vw, 11px, 3vw);
  }
  .pad-m {
    padding-left: 20px;
    padding-right: 20px;
  }
  h3 {
    font-size: 15px;
  }
  .full-height {
    height: calc(100vh - var(--header-height));
    height: calc(100svh - var(--header-height));
  }
  .arc {
    height: 60px;
  }
  .grid_4,
  .grid_6,
  .grid_5,
  .grid_8,
  .grid_7 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .form .grid_6 {
    width: 100%;
  }
  .thx {
    text-align: center;
    padding: 30px 0;
  }
  footer .border-t {
    text-align: center;
  }
  footer .border-t p {
    margin-left: auto;
    margin-right: auto;
  }
  footer .border-t .row {
    gap: 0;
  }
  .radio-holder.row {
    gap: 15px;
  }
  .f10 {
    display: block;
    gap: 10px;
  }
  .f10 img {
    margin: 10px auto 0 auto;
    display: block;
  }
  input,
  textarea,
  select,
  .upload-holder,
  .post-holder {
    margin-bottom: 11px;
    padding: 12px;
  }
  .check-holder {
    padding: 5px 0;
  }
  .links {
    justify-content: space-between;
    gap: 30px;
  }
  .contact {
    width: 100%;
  }
  .pb-m {
    padding-bottom: 40px;
  }
  .show-desk {
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  .logo-b {
    max-width: calc(100% - 100px);
  }
  .slider {
    width: calc(100% - 30px);
  }
  .artist::after {
    padding-top: 30px;
  }
  .grd {
    padding: 0 5px;
  }
  .grd:after {
    display: none;
  }
  .r-slider {
    padding-bottom: 60px;
    margin: auto;
    width: calc(100% - 40px);
  }
  .r-slider .slick-list {
    overflow: initial;
  }
  .r-slider .slick-arrow {
    bottom: 20px;
    right: auto;
    left: calc(50% + 5px);
  }
  .r-slider .slick-arrow.slick-arrow.slick-prev {
    right: calc(50% + 5px);
    left: auto;
  }
  .agent {
    text-align: center;
  }
  .agent .row {
    justify-content: center;
    row-gap: 30px;
  }
  .agent .row div {
    width: 100%;
  }
  footer .row {
    gap: 10px;
    padding-bottom: 70px;
  }
  footer .row p, footer .row a {
    width: 100%;
    text-align: center;
  }
  .logos {
    margin: 0 auto;
  }
  .form {
    padding-top: 55px;
  }
}