@import url("https://use.typekit.net/vdp6skd.css");
:root {
  --headerheight: 80px;
  --light: #fff;
  --white: #fff;
  --navy: #001A2B;
  --blue: #93C1E7;
  --gray: #373737;
  --black: #373737;
  --white: #ffffff;
  --lightGray: #dddddd;
  --large: 120px;
  --medium: 60px;
  --small: 30px;
  --xsmall: 14px;
}

html {
  height: 100%;
}

body {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5em;
  color: var(--navy);
  margin: 0;
  padding: 0 0 0 0;
  height: 100%;
}

.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;
  }
}
.dark {
  color: var(--navy);
}

.max-x {
  max-width: 500px;
}

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

.mb60 {
  margin-bottom: 4em;
}

.mb10 {
  margin-bottom: 10px;
}

.mb40 {
  margin-bottom: 40px;
}

p.mb10 {
  margin-bottom: 5px;
}

.grid_3 {
  width: calc(25% - var(--small));
}

.grid_4 {
  width: calc(33.33% - 0.66 * var(--xsmall));
}

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

.half {
  width: 50%;
  display: flex;
}
.half .container {
  padding-left: var(--large);
}

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

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

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

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

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

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

#background {
  width: 100%;
  height: 100svh;
  background-image: url(/images/landing/fd_hero.jpg);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
#background #layer2 {
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  z-index: 2;
  width: 100%;
  height: 100%;
}
#background #main-logo {
  margin: auto;
  width: 500px;
  max-width: calc(100% - 40px);
  position: absolute;
  z-index: 2;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--xsmall);
  padding-right: var(--xsmall);
}
.container.medium {
  max-width: 760px;
}

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

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

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

.mb-bottom {
  margin-bottom: var(--medium);
}

section {
  position: relative;
  background-color: var(--light);
}

ul {
  padding-left: 1em;
}

#landing {
  display: flex;
  padding: 60px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity 0.7s;
  min-height: 620px;
  height: 100svh;
}
#landing.fadeOut {
  opacity: 0;
}

#discalimer {
  opacity: 0;
  padding: 60px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity 0.7s;
  display: none;
  position: fixed;
  top: 0;
  padding: 30px 10px;
  overflow-y: scroll;
  height: 100%;
  left: 0;
  width: 100%;
  font-size: 16px;
  text-align: center;
  z-index: 1000;
  background-color: var(--black);
}
#discalimer .inner {
  position: relative;
  width: 900px;
  margin: auto;
  max-width: 100%;
}
#discalimer .inner .close {
  top: -25px;
  right: 0px;
}
#discalimer h3 {
  color: #fff;
  margin-bottom: 10px;
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: normal;
  color: var(--navy);
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.heading,
strong {
  font-family: "neue-haas-grotesk-text", sans-serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  padding: 8px 32px;
  font-weight: 400;
  text-align: center;
  color: var(--light);
  background-color: var(--navy);
  margin: 0 auto;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

p {
  margin: 0;
  line-height: 1.5;
}
p.small {
  font-size: 12px;
}
p.number {
  font-weight: 600;
  font-size: 28px;
}

h1 {
  font-size: clamp(40px, 7vw, 100px);
  margin-bottom: 0.15em;
}

h2 {
  font-size: clamp(34px, 7vw, 100px);
  text-transform: uppercase;
}

h3 {
  font-size: clamp(24px, 3vw, 40px);
  line-height: 1;
}
h3.small {
  font-size: 28px;
}

h4 {
  font-size: 1.42em;
  margin-bottom: 0.5em;
}

h5 {
  font-size: 1.85em;
  color: var(--blue);
  margin-bottom: 1em;
  font-weight: 400;
}

/* Navigation */
header {
  position: fixed;
  padding: 0 var(--small);
  background-color: var(--navy);
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  height: var(--headerheight);
  display: flex;
  align-items: center;
}
header #logo {
  display: block;
  width: 180px;
}
header #logo img {
  width: 100%;
  margin: auto;
}
header nav {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}
header nav ul {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  list-style: none;
}
header nav ul li {
  margin: 0 1em;
}
header nav ul li:last-child {
  margin-right: 0;
}
header .btn {
  background-color: var(--blue);
  border: 1px solid var(--blue);
  color: var(--navy);
  opacity: 1;
  width: 180px;
  margin: 0;
}
header .btn.survey {
  margin-left: auto;
  margin-right: 20px;
}
header .btn.mla {
  margin-left: auto;
}

/* nav-toggle */
#nav-toggle {
  display: none;
}

/* enquiry */
#enquire {
  position: relative;
  background: var(--navy);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
}

.register {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}

#closeBg {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100vw;
  height: 100vh;
  display: none;
  opacity: 0;
  transition: opacity 0.7s;
  z-index: 2;
}

input,
select,
textarea {
  margin: 0 auto 20px auto;
  padding: 10px 6px;
  color: var(--white);
  width: 100%;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid;
  text-align: inherit;
  font-weight: 300;
  max-width: 400px;
  font-size: 14px;
  font-family: inherit;
}

textarea {
  min-height: 200px;
}

select {
  text-align-last: inherit;
  text-align: inherit;
  -ms-text-align-last: inherit;
  -moz-text-align-last: inherit;
  text-align-last: inherit;
  background-image: url(/images/buttons/arrow-down.svg);
  background-position: right center;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}
select option {
  color: #000;
  background: #fff;
}

.b_submit {
  background-color: var(--blue);
  color: var(--navy);
  line-height: 1;
  cursor: pointer;
  margin: 0 0 var(--small) 0;
  opacity: 1;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.tel {
  font-size: 26px;
  color: var(--blue);
  margin-bottom: 30px;
  display: block;
}

.privacy {
  font-size: 10px;
  max-width: 400px;
}
.privacy a {
  font-weight: 500;
  text-decoration: underline;
}

.chk_holder {
  margin: 10px auto;
  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: 25px;
  width: 20px;
  text-align: center;
}

#chkInternational + label {
  padding: 2px 0 2px 26px;
  position: relative;
  text-align: center;
  display: block;
  font-family: inherit;
  display: inline;
  margin: auto;
}

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

#chkInternational + 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;
  border-right: 2px solid;
  content: "";
  display: block;
  transition: all 0.4s ease-in-out;
}

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

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

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

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

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

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--white);
  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;
}

/*footer*/
footer {
  width: 100%;
  padding: var(--large) var(--medium) 0;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  position: relative;
}
footer > * {
  width: -moz-max-content;
  width: max-content;
}
footer .fs-larg {
  font-size: 26px;
  font-weight: 500;
}

.discalimer a {
  text-decoration: underline;
}

.deicorp {
  display: block;
  width: 137px;
}

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

ul.token-input-list-project li input {
  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: #000;
  cursor: default;
  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-project ul {
  margin: 0;
  padding: 0;
  display: block !important;
  max-height: 205px;
}

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

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

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

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

.slider-holder {
  padding: 0;
  overflow: hidden;
}

/* Define keyframes for the marquee animation */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* Apply the marquee animation to the .marquee elements */
.marquee {
  white-space: nowrap;
  overflow: hidden;
  /*Change10stoadjustthespeed*/
  animation: marquee 40s linear infinite;
  -webkit-animation: marquee 40s linear infinite;
}

.icons {
  height: 60px;
  margin: 0 auto auto;
}
.icons + p {
  padding-top: var(--xsmall);
  font-size: 12px;
}

.grid_3:has(.icons) {
  margin: 0 20px;
  justify-content: space-around;
}

#responsive .slides img {
  height: 70svh;
}
#responsive .slides .slides-content {
  box-sizing: border-box;
  display: none;
}

.content-holder {
  width: 500px;
  max-width: 100%;
  margin: auto;
  padding-top: var(--small);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content-holder .slides-content {
  display: flex;
  flex-direction: column;
  display: none;
}
.content-holder .slides-content * {
  text-align: center;
}

.slides {
  position: relative;
}

.artist {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-transform: uppercase;
  z-index: 2;
  color: var(--white);
  font-size: 10px;
}

.slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 4px solid #ffffff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  left: 0;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
  -moz-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  -o-transform: rotate(45deg) translateY(-50%);
  color: transparent;
  font-size: 0px;
  z-index: 2;
  cursor: pointer;
}

.slick-prev {
  border-top: 0;
  border-right: 0;
  left: 20px;
}

.slick-next {
  border-bottom: 0;
  border-left: 0;
  right: 43px;
  left: initial;
}

#para2 {
  background-position: center bottom;
  background-size: cover;
  position: sticky;
  top: 0;
  height: 100vh;
}
#para2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

.oneFifith {
  width: calc(20% - 20px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

#questions {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--small);
}
#questions:last-child {
  margin-bottom: 0;
}

.aq {
  display: flex;
  flex-direction: column;
  padding: 10px;
  border-bottom: 1px solid #000;
}
.aq .question {
  color: #7964B9;
  font-weight: 500;
}
.aq .answer {
  color: #000000;
  display: none;
  padding: 10px 0;
}
.aq.active .answer {
  display: block;
}

.direction {
  text-transform: uppercase;
  margin: auto;
  text-decoration: underline;
  color: var(--black);
}

#bg-navy * {
  color: var(--light) !important;
}

.parallax-window {
  min-height: 80vh;
  background: transparent;
}

#page-survey {
  padding-top: var(--headerheight);
}
#page-survey .just-home {
  display: none;
}
#page-survey .just-survey {
  display: block;
}

#page-home .just-home {
  display: block;
}
#page-home .just-survey {
  display: none;
}

/*-----------------------------*/
/*-----------------------------*/
/*-----------------------------*/
.row {
  display: flex;
}

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

.wrap {
  flex-wrap: wrap;
}

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

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

.full-width {
  width: 100%;
}

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

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

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

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

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

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

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

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

.mla {
  margin-left: auto;
}

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

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

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

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

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

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

.purple {
  color: var(--blue);
}

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

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

@media screen and (max-width: 1000px) {
  :root {
    --large: 80px;
    --medium: 60px;
    --small: 30px;
    --xsmall: 14px;
  }
  .just-desktop {
    display: none !important;
  }
  #enquire {
    width: 100%;
    padding: 30px 20px;
    top: 0;
  }
  #fq h4 {
    text-align: left !important;
  }
  footer {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: var(--medium) var(--xsmall);
  }
  footer > * {
    margin-bottom: var(--small);
  }
  .oneFifith {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    margin-bottom: var(--small);
  }
  .oneFifith:last-child {
    margin-bottom: 0;
  }
  .deicorp {
    width: 120px;
    margin: 10px auto;
  }
  #landing {
    padding: 75px 20px 110px 20px;
  }
  #discalimer {
    font-size: 12px;
  }
  #h2 {
    margin-bottom: 1em;
  }
  .deicorp {
    position: relative;
    transform: none;
    top: auto;
    left: auto;
    margin: 0 auto 10px auto;
  }
  header {
    padding: var(--xsmall);
    height: var(--headerheight);
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
  }
  header .btn {
    background-color: var(--blue);
    border: 1px solid var(--blue);
    color: var(--white);
    opacity: 1;
    width: -moz-max-content;
    width: max-content;
    margin: 0;
    min-width: initial;
    padding: 8px 24px;
  }
  header .logo {
    width: 120px;
    z-index: 3;
  }
  header .logo img {
    width: 100%;
  }
  header nav {
    display: flex;
    flex-direction: column;
    background-color: var(--navy);
    width: 100%;
    max-width: 100%;
    height: calc(100svh - var(--headerheight));
    justify-content: flex-start;
    align-items: flex-start;
    list-style-type: none;
    padding: calc(var(--headerheight) + var(--medium)) var(--small);
    position: fixed;
    left: 0;
    top: 0;
    margin-top: var(--headerheight);
    z-index: -1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    background-color: #7964B9;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
  }
  header nav.active {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  header nav.active ul li {
    transition-delay: 0.3s;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  header nav ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  header nav ul .space {
    display: none;
  }
  header nav ul li {
    margin-left: initial;
    margin-bottom: var(--small);
    opacity: 0;
    transform: translateY(var(--large));
    -webkit-transform: translateY(var(--large));
    -moz-transform: translateY(var(--large));
    -ms-transform: translateY(var(--large));
    -o-transform: translateY(var(--large));
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
  }
  header nav ul li:last-child {
    margin-right: initial;
    margin-bottom: 0;
  }
  header nav ul li a {
    font-family: var(--cofo-gothic-variable);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0em;
    text-align: center;
    color: var(--white);
    border-bottom: 2px solid transparent;
  }
  header nav ul li a.active-page {
    border-bottom: 2px solid var(--navy);
  }
  header .phone {
    width: -moz-max-content;
    width: max-content;
    font-family: var(--cofo-gothic-variable);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0em;
    text-align: center;
    background-color: var(--white);
    color: var(--navy);
    text-transform: uppercase;
    height: initial;
    margin-top: auto;
    display: flex;
    z-index: 3;
  }
  header .phone span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50%;
    width: 100%;
    margin-top: auto;
  }
  #nav-toggle {
    display: none !important;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 40px;
    height: 40px;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
  #nav-toggle span {
    display: flex;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid white;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
  }
  #nav-toggle.active {
    justify-content: center;
  }
  #nav-toggle.active span {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  #nav-toggle.active span:nth-child(2) {
    display: none;
  }
  #nav-toggle.active span:nth-child(3) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  .grid_3:has(.icons) {
    width: 100%;
    margin-bottom: var(--small);
  }
  .grid_3:has(.icons):last-child {
    margin: 0;
  }
  .slides-content {
    min-height: 140px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #responsive .slides img {
    width: 100vw;
    height: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #responsive .slides img.object-fit-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  #responsive .slides img.object-fit-contain + .artist {
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
  .grid_6,
  .half,
  .grid_4 {
    width: 100%;
  }
  .half .container {
    padding-left: var(--small);
    margin-bottom: var(--medium);
  }
  .register .grid_4 {
    margin-bottom: var(--medium);
  }
  .m-pbm {
    padding-bottom: var(--medium);
  }
}
@media screen and (max-width: 760px) {
  header {
    justify-content: space-between;
  }
  header .survey {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin: 0 !important;
  }
  header .btn {
    font-size: 14px !important;
  }
}/*# sourceMappingURL=style.css.map */