.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #191919;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
}

h2 {
  color: #363e5d;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 40px;
}

a {
  color: #cfa446;
  text-decoration: underline;
}

strong {
  color: #cfa446;
  font-weight: 700;
}

.navbar {
  background-color: #fff;
  box-shadow: 1px 1px 3px rgba(158, 158, 158, .47);
}

.small-bar {
  background-image: linear-gradient(to right, #cfa446, #d79a2b 49%, #cfa446);
  padding-top: 5px;
  padding-bottom: 5px;
}

.container {
  z-index: 2;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.container.center {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.minh {
  min-height: 40vh;
}

.container.minh.center.vertical {
  flex-direction: column;
}

.container.company-info {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container.bmarge {
  padding-bottom: 40px;
}

.brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.inloggen {
  float: right;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
}

.button {
  background-color: #cfa446;
  border-radius: 20px;
  transition: all .2s;
}

.button:hover {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, .57);
}

.button.gradient {
  background-image: linear-gradient(216deg, #363e5d, #932e7f 25%, #cfa446);
  margin-top: 10px;
  margin-left: 20px;
  transition: all .2s;
  box-shadow: 1px 1px 4px #8b8b8b;
}

.button.gradient:hover {
  box-shadow: 1px 1px 14px rgba(139, 139, 139, .53);
}

.button.gradient.nomarg {
  margin-left: 0;
}

.button.gradient.nomarg.margtop {
  margin-top: 40px;
}

.button.purple {
  color: #fff;
  background-color: #932e7f;
}

.button.purple.add-to-cart {
  width: 40px;
  height: 40px;
  float: right;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.button.purple.marg {
  margin-left: 20px;
}

.nav-link {
  color: #363e5d;
  text-transform: uppercase;
  font-family: Nunito Sans, sans-serif;
  font-weight: 900;
}

.nav-link.w--current {
  color: #932e7f;
}

.nav-link.leave {
  color: rgba(0, 0, 0, 0);
  background-image: url('../images/Icon-metro-exit.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.nav-link.event {
  margin-left: 10px;
  margin-right: 10px;
  font-family: Nunito, sans-serif;
  text-decoration: none;
}

.nav-menu {
  margin-top: 15px;
}

.hero-section {
  background-image: linear-gradient(rgba(54, 62, 93, .94), rgba(54, 62, 93, .94)), url('../images/jonny-gios-8wKTIZ1KEzY-unsplash.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: relative;
}

.hero-grid {
  height: 600px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.hero-grid.smaller {
  height: auto;
}

.html-embed {
  width: 420px;
  height: 250px;
  border-radius: 20px;
  padding-bottom: 0;
  overflow: hidden;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, .39);
}

.slider {
  z-index: 2;
  height: 200px;
  max-width: 650px;
  background-image: linear-gradient(to right, #363e5d, #932e7f 51%, #cfa446);
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 10px;
  position: absolute;
  top: auto;
  bottom: -20%;
  left: 0%;
  right: 0%;
}

.slider.admin {
  margin-left: 0;
  position: static;
}

.right-arrow, .left-arrow {
  display: none;
}

.slide-nav {
  margin-right: 20px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.event-top-bar {
  align-items: center;
  display: flex;
}

.event-word {
  color: #cfa446;
  text-transform: uppercase;
  font-family: Nunito Sans, sans-serif;
  font-weight: 700;
  display: inline-block;
}

.event-word.today {
  color: #5dcf46;
}

.line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .23);
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}

.available-tickets {
  color: #fff;
  white-space: nowrap;
  background-color: #363e5d;
  border-radius: 8px;
  padding: 5px 10px;
  font-weight: 300;
}

.event-date {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #584677, #932e7f 34%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 35px;
  font-weight: 900;
}

.event-name {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Nunito Sans, sans-serif;
  font-size: 38px;
  font-weight: 800;
}

.event-name.dark {
  color: #191919;
  white-space: nowrap;
  margin-bottom: 0;
}

.mask {
  overflow: hidden;
}

.about-estalls {
  margin-top: 140px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.paragraph {
  margin-bottom: 20px;
}

.about-image {
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}

.image {
  z-index: 2;
  max-height: 280px;
  border-radius: 1000px;
  position: relative;
}

.image.hi {
  max-height: none;
  max-width: 350px;
}

.bubble {
  z-index: 1;
  width: 30px;
  height: 30px;
  background-image: linear-gradient(299deg, #363e5d, #932e7f 56%, #cfa446);
  border-radius: 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.bubble._2 {
  z-index: 3;
  width: 35px;
  height: 35px;
  top: 14%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.bubble._3 {
  width: 45px;
  height: 45px;
  border-radius: 100px;
  top: auto;
  bottom: 3%;
  left: auto;
  right: 6%;
}

.bubble._4 {
  z-index: 3;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  top: auto;
  bottom: 0%;
  left: 6%;
  right: auto;
}

.footer {
  z-index: 2;
  text-align: center;
  background-color: #363e5d;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 0;
  position: relative;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.footer-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
}

.footer-link {
  color: #fff;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.review-section {
  background-color: rgba(217, 217, 217, .19);
  padding-top: 40px;
  padding-bottom: 40px;
}

.small {
  opacity: .58;
  text-align: center;
  font-style: italic;
}

.reviews-slider {
  height: auto;
  max-width: 420px;
  background-color: rgba(0, 0, 0, 0);
  margin: 40px auto 0;
}

.hidden {
  display: none;
}

.review {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mask-2 {
  height: auto;
}

.review-name {
  color: #fff;
  background-color: #932e7f;
  border-radius: 6px;
  margin-top: -15px;
  margin-bottom: 20px;
  padding: 5px 10px;
  font-weight: 600;
}

.bottom-footer {
  background-color: #2d3244;
  padding-top: 40px;
  padding-bottom: 40px;
}

.betaalmethoden {
  float: left;
  opacity: .5;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

.betaalmethoden-cont {
  float: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.betaalmethode {
  background-image: linear-gradient(to right, #932e7f, #cfa446);
  border-radius: 6px;
  margin-right: 10px;
  padding: 5px 10px;
}

.beschikbare-betaalmethoden {
  float: left;
  margin-top: 20px;
}

.green-host {
  float: right;
}

.adres {
  color: #fff;
}

.footer-disc {
  color: rgba(255, 255, 255, .5);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.small-hero-head {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.events-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.events-collection {
  grid-row-gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 500fr));
}

.event-block {
  width: 250px;
  height: 250px;
  background-image: linear-gradient(to right, rgba(54, 62, 93, .8), rgba(147, 46, 127, .8) 54%, rgba(207, 164, 70, .8)), url('../images/20191204_141046-D3D-ExhibitionHall01_Rendering0-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 20px;
  padding: 10px;
}

.event-block.vendor {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.top-event-bar {
  border: 1px #000;
}

.top-event-bar.center {
  text-align: center;
}

.event-block-date {
  color: #cfa446;
  padding-top: 8px;
  font-weight: 700;
  display: inline-block;
}

.tickets-left {
  float: right;
  color: #fff;
  background-color: #363e5d;
  background-image: url('../images/Icon-awesome-ticket-alt.png');
  background-position: 15%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 8px;
  padding: 8px 5px 5px 30px;
  display: inline-block;
}

.event-block-name {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 60px;
  font-family: Nunito Sans, sans-serif;
  font-weight: 800;
}

.event-block-name.notopmarg {
  margin-top: 0;
}

.centered {
  text-align: center;
}

.centered.marg-top {
  margin-top: 40px;
}

.event-block-price {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Nunito Sans, sans-serif;
  font-weight: 800;
}

.normal-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.normal-section.gradient {
  background-image: linear-gradient(133deg, #363e5d, #932e7f 53%, #cfa446);
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.textarea {
  max-width: 100%;
  min-width: 100%;
}

.ticket {
  max-width: 650px;
  background-image: linear-gradient(to right, #363e5d, #932e7f 54%, #cfa446);
  justify-content: space-between;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
}

.form {
  background-color: #fff;
  padding: 20px;
}

.ticket-logo-part {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ticket-content-part {
  width: 100%;
  background-color: #fff;
  margin-right: 10px;
  padding: 10px;
}

.ticket-fake-barcode {
  width: 140px;
  background-color: #fff;
  background-image: url('../images/barcode-png.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 45px;
}

.blur {
  z-index: 1;
  filter: blur(3px);
  background-image: url('../images/jonny-gios-8wKTIZ1KEzY-unsplash.png');
  background-position: 50%;
  background-size: cover;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ticket-event-logo {
  z-index: 2;
  padding: 20px;
  position: relative;
}

.date {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(284deg, #932e7f 83%, #363e5d);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 900;
  display: inline-block;
}

.date.time {
  float: right;
  text-transform: uppercase;
  background-image: linear-gradient(284deg, #cfa446 11%, #932e7f);
}

.div-block {
  display: inline-block;
}

.unieke-code {
  text-transform: uppercase;
  margin-top: 15px;
}

.code-field {
  max-width: 200px;
  border: 1px dashed rgba(0, 0, 0, .34);
}

.login-form {
  background-color: #fff;
  border-radius: 8px;
  padding: 40px;
}

.text-field {
  max-width: 300px;
  border: 1px #000;
  border-bottom: 1px solid rgba(0, 0, 0, .18);
  margin-bottom: 20px;
}

.text-field.dobule {
  margin-left: 10px;
}

.text-field.bid-price {
  max-width: 100px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 20px;
}

.text-field.nomaxw {
  max-width: none;
}

.dark {
  color: #191919;
}

.dark.nomarg {
  margin-bottom: 0;
}

.double {
  display: flex;
}

.checkbox-field {
  margin-bottom: 20px;
}

.live-events {
  background-color: #fff;
  border-radius: 8px;
  padding: 40px;
}

.bold-text {
  color: #fff;
}

.checkout-form, .checkout-items {
  min-height: 395px;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px 40px 40px;
}

.list {
  max-height: 200px;
  overflow: auto;
}

.black {
  color: #191919;
}

.product-information {
  opacity: .8;
  color: #363e5d;
}

.product-info {
  display: inline-block;
}

.product-numbers {
  float: right;
}

.text-block {
  text-align: right;
}

.list-item {
  border-bottom: 1px solid rgba(54, 62, 93, .4);
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.delete {
  float: right;
  opacity: 1;
  color: #bd0000;
  text-align: right;
  font-weight: 400;
  text-decoration: none;
}

.price-type {
  float: left;
}

.price-type.price {
  float: right;
}

.price-type.total {
  font-weight: 700;
}

.event-section.res-depen {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.main-event-grid {
  min-height: 80vh;
  background-color: #f3f3f3;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.stall-hall-sign {
  text-align: center;
  margin-top: 20px;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.stall-hall-sign:hover {
  transform: scale(1.05);
}

.hall-name {
  color: #fff;
  text-transform: uppercase;
  background-image: linear-gradient(to right, #363e5d, #932e7f 54%, #cfa446);
  padding: 20px 40px;
  font-family: Nunito Sans, sans-serif;
  font-size: 40px;
  font-weight: 600;
  text-decoration: none;
}

.hall-name.normal {
  width: 160px;
  color: #191919;
  text-align: center;
  background-image: none;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.stick {
  z-index: -1;
  width: 2px;
  height: 40px;
  background-color: #000;
  position: absolute;
  top: -30%;
  bottom: auto;
  left: 10%;
  right: auto;
}

.stick.right {
  top: -30%;
  bottom: auto;
  left: auto;
  right: 10%;
}

.helpdesk {
  cursor: help;
  padding-top: 100px;
  transition: all .2s;
  position: relative;
}

.helpdesk:hover {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  transform: scale(1.05);
}

.body {
  background-color: #fff;
}

.balie {
  z-index: 2;
  max-width: 500px;
  margin-bottom: -3px;
  position: relative;
}

.char {
  z-index: 1;
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.side-hall-sign {
  perspective-origin: 0%;
  transform-origin: 0%;
  transform-style: preserve-3d;
  background-image: linear-gradient(#363e5d, #932e7f 56%, #cfa446);
  padding: 10px;
  text-decoration: none;
  transition: all .2s;
  transform: perspective(706px)rotateX(0)rotateY(14deg)rotateZ(0);
}

.side-hall-sign:hover {
  transform: perspective(706px)rotate(0);
}

.side-hall-sign.right {
  perspective-origin: 100%;
  transform-origin: 100%;
  transform-style: preserve-3d;
  transform: perspective(706px)rotateX(0)rotateY(-14deg)rotateZ(0);
}

.side-hall-sign.right:hover {
  transform: perspective(706px)rotate(0);
}

.sign-content {
  background-color: #fff;
  padding: 20px;
}

.purple {
  color: #932e7f;
}

.purple.smaller {
  font-size: 35px;
}

.sign-logo {
  justify-content: center;
  align-items: center;
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sign-image-logo {
  z-index: 2;
  max-width: 100px;
  position: relative;
}

.sign-logo-bg {
  z-index: 1;
  filter: blur(5px);
  background-image: linear-gradient(rgba(255, 255, 255, .7), rgba(255, 255, 255, .7)), url('../images/jonny-gios-8wKTIZ1KEzY-unsplash.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo {
  width: 20%;
}

.section {
  z-index: 2;
  background-color: #fff;
  position: absolute;
}

.logo-carousel {
  max-height: 200px;
  background-color: rgba(0, 0, 0, 0);
}

.logo-block {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block {
  z-index: 1000;
  background-color: rgba(0, 0, 0, .57);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.event-bar {
  background-image: linear-gradient(to right, #363e5d, #932e7f 56%, rgba(207, 164, 70, .9)), url('../images/jezael-melgoza-HYQvV8wWX18-unsplash.png');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.event-bar.movie-hall {
  background-image: linear-gradient(to right, #363e5d, #932e7f 73%, rgba(207, 164, 70, .9)), url('../images/GettyImages-1150049038.png');
  background-size: auto, contain;
}

.event-bar.auction-hall {
  background-image: linear-gradient(to right, #363e5d, #932e7f 56%, rgba(207, 164, 70, .9)), url('../images/25sp-auctioneer-inyt-3-videoSixteenByNineJumbo1600.png');
}

.hall-heading {
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #41496b, #ac3795 53%, #e9b74a);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Nunito Sans, sans-serif;
  font-size: 80px;
  font-weight: 900;
}

.stalls {
  z-index: -1;
  transform-style: preserve-3d;
  grid-template-columns: repeat(auto-fit, minmax(200px, 4fr));
  margin-top: 20px;
  margin-bottom: 100px;
  transform: perspective(275px)rotateX(2deg)rotateY(0)rotateZ(0);
}

.stall {
  background-color: #363e5d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  text-decoration: none;
  display: flex;
  box-shadow: 1px 1px 9px rgba(130, 130, 130, .22);
}

.stall.special {
  background-image: linear-gradient(to right, #363e5d, #932e7f 55%, #cfa446);
}

.stall.white {
  color: #000;
  background-color: #fff;
}

.stall.yellow {
  background-color: #cfa446;
}

.image-2 {
  max-height: 100px;
  max-width: 150px;
}

.stall-name {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Nunito Sans, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.stall-name.special {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 35px;
}

.stall-name.black {
  color: #191919;
}

.people {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: grid;
}

.image-3 {
  max-width: 100px;
}

.image-3.wider {
  max-width: 120px;
}

.bedankt {
  min-height: 60vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bedankt-head {
  color: #cfa446;
  margin-bottom: 0;
  font-size: 50px;
}

.heading {
  margin-top: 10px;
}

.bedankt-confetti {
  z-index: -1;
  position: absolute;
}

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

.numbers {
  width: auto;
  align-content: center;
  margin-top: 20px;
  display: flex;
}

.lotnum {
  font-size: 30px;
  display: inline-block;
}

.num {
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #363e5d;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.num.dash {
  color: #474747;
  background-color: #d4d4d4;
}

.num.purple {
  background-color: #932e7f;
}

.lottery-confetti {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie-animation {
  max-width: 200px;
}

.lottery {
  margin-bottom: -5px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 16%;
}

.loterij-sign {
  color: #fff;
  text-align: center;
  font-family: Nunito Sans, sans-serif;
  font-size: 25px;
  font-weight: 900;
  position: absolute;
  top: 43%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.message {
  color: #fff;
  text-align: center;
}

.messagelink {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.secret-word-form {
  text-align: center;
}

.letter {
  width: 40px;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(to right, rgba(54, 62, 93, .6), rgba(147, 46, 127, .6) 53%, rgba(207, 164, 70, .6));
  border: 1px dashed #fff;
}

.letter::-ms-input-placeholder {
  color: #fff;
  font-weight: 700;
}

.letter::placeholder {
  color: #fff;
  font-weight: 700;
}

.lost-lottie {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.letter-hint {
  z-index: 400;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 20%;
  right: auto;
}

.hint {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-2 {
  padding: 10px;
}

.movies-grid {
  grid-row-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  margin: 20px;
}

.movie-block {
  width: 400px;
  height: 230px;
  background-image: linear-gradient(to right, rgba(54, 62, 93, .8), rgba(147, 46, 127, .8) 58%, rgba(207, 164, 70, .8)), url('../images/jezael-melgoza-HYQvV8wWX18-unsplash.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 14px -3px rgba(123, 123, 123, .55);
}

.movie-block:hover {
  transform: scale(1.05);
}

.play-button {
  width: 65px;
}

.movie-name {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Nunito Sans, sans-serif;
  font-weight: 700;
}

.press-to-play {
  color: #fff;
  font-style: italic;
}

.video-code {
  width: 100%;
}

.stall-company-bar {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.stall-company-info {
  max-width: 500px;
}

.company-logo {
  float: right;
}

.width-holder {
  width: 100%;
}

.stall-products {
  background-color: #f3f3f3;
  padding-top: 60px;
  padding-bottom: 60px;
}

.product {
  max-width: 300px;
  text-align: center;
  background-color: #fff;
  padding-top: 40px;
  position: relative;
}

.product.auction-prodct {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Ellipse-15.png'), url('../images/Polygon-4.png');
  background-position: 50% 100%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, 100px;
  margin-bottom: 20px;
  padding-top: 60px;
  padding-bottom: 40px;
}

.product-image-holder {
  height: 120px;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.product-image {
  max-width: 160px;
}

.product-details-holder {
  background-color: #fcfcfc;
  border-top: 1px solid rgba(230, 230, 230, .48);
  padding: 10px;
}

.stall-product-price {
  float: left;
}

.product-pricing-button {
  justify-content: center;
  display: flex;
}

.stall-products-grid {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.stall-products-grid.auction-grid {
  border: 8px solid #932e7f;
  border-radius: 20px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  padding: 100px;
  position: relative;
}

.open-auctions {
  max-width: 220px;
  text-align: center;
  background-color: #f3f3f3;
  margin-top: -18px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.left-time {
  color: #fff;
  background-color: #c43c26;
  border-radius: 10px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 5px 10px;
  font-size: 14px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  width: 100%;
  height: 100%;
  max-width: 350px;
  object-fit: contain;
  object-position: 50% 50%;
}

.product-info {
  width: 100%;
}

.product-prijs {
  margin-top: -10px;
  margin-bottom: 0;
  font-size: 20px;
}

.beschrijving-product {
  margin-top: 20px;
}

.product-name {
  margin-top: 0;
}

.text-block-3 {
  margin-top: 10px;
  font-style: italic;
}

.bieding-sluit {
  color: #d61515;
}

.product-action {
  align-items: center;
  display: flex;
}

.bod-amount {
  max-width: 100px;
  border-radius: 8px;
  margin-bottom: 0;
  margin-right: 10px;
}

.bid-price {
  position: relative;
}

.euro-sign {
  align-items: center;
  margin-bottom: -1px;
  margin-left: 5px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.admin-nav {
  background-color: #fff;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, .27);
}

.omzet {
  font-size: 40px;
}

.positive {
  color: #46cf54;
}

.information-block-holder {
  width: auto;
  float: left;
  background-color: #f8f8f8;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  margin-right: 20px;
  padding: 20px;
  display: block;
  box-shadow: 1px 1px 7px rgba(167, 167, 167, .45);
}

.dashboard-list {
  background-color: #e9e9e9;
}

.dashboard-list-item {
  border-bottom: 1px solid rgba(54, 62, 93, .09);
  padding: 20px;
  position: relative;
}

.dashboard-list-item.total {
  background-color: #fff;
  border: 1px dashed #000;
}

.list-item-data {
  display: inline-block;
}

.list-item-action {
  float: right;
  display: inline-block;
}

.light {
  color: #932e7f;
}

.light.item-name {
  float: left;
  color: #363e5d;
  font-weight: 700;
}

.important {
  color: #363e5d;
  font-weight: 600;
}

.credit {
  font-size: 14px;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: 20px;
  right: auto;
}

.type-of-purchase {
  float: left;
  color: #fff;
  background-color: #363e5d;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 5px;
  font-size: 14px;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.type-of-purchase.product {
  background-color: #9195a3;
}

.vendor {
  color: #932e7f;
}

.item-date {
  float: right;
  opacity: .44;
}

.woordprijs {
  background-color: #f3f3f3;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
}

.vendor-logo {
  max-width: 100px;
  margin-top: 10px;
}

.ad-price {
  margin-top: 10px;
  margin-bottom: 10px;
}

.disclaimer {
  margin-bottom: 10px;
  font-style: italic;
}

.popupwindow {
  z-index: 2147483647;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popupwrap {
  max-width: 300px;
  background-color: #fff;
  padding: 20px;
}

.popupwrap.centered {
  max-width: 500px;
  padding: 60px;
  position: relative;
}

.exit {
  color: #932e7f;
  font-weight: 800;
  text-decoration: none;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.stall-hall {
  z-index: 1;
  width: 20vw;
  height: 5vw;
  max-height: 60px;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 27%;
  bottom: auto;
  left: -4.7%;
  right: 0%;
}

.image-4 {
  z-index: 0;
  width: 100vw;
  max-width: 1200px;
  position: relative;
}

.main-event-button {
  z-index: 1;
  width: 10vw;
  height: 5vw;
  max-height: 60px;
  max-width: 130px;
  margin: auto;
  position: absolute;
  top: 32%;
  bottom: 0%;
  left: auto;
  right: 7.5%;
}

.main-event-button.auction {
  top: 24%;
  bottom: 0%;
  left: 7.5%;
  right: auto;
}

.div-block-2 {
  position: relative;
}

.main-lottery-button {
  z-index: 1;
  width: 10vw;
  height: 12vw;
  max-height: 140px;
  max-width: 120px;
  position: absolute;
  top: auto;
  bottom: 21%;
  left: auto;
  right: 22%;
}

.main-help-desk-button {
  z-index: 1;
  width: 15vw;
  height: 10vw;
  max-height: 140px;
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 18%;
  left: -4%;
  right: 0%;
}

.letters-in-form {
  grid-column-gap: 10px;
  flex-direction: row;
  display: flex;
}

.lottie-animation-2 {
  max-width: 80px;
}

.order-link {
  color: #363e5d;
}

.item-price {
  float: right;
}

.taxline {
  font-style: italic;
}

.background-video {
  z-index: 1;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@media screen and (max-width: 991px) {
  .button.gradient {
    margin-top: 20px;
    margin-left: 0;
  }

  .nav-link {
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, .09);
  }

  .nav-link.leave {
    background-position: 50%;
    border: 1px #000;
  }

  .nav-link.event {
    display: block;
  }

  .nav-menu {
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .bottom-footer {
    position: relative;
  }

  .footer-disc {
    font-size: 14px;
    bottom: -30%;
  }

  .menu-button {
    margin-top: 15px;
  }

  .menu-button.w--open {
    background-color: #932e7f;
    border-radius: 8px;
  }

  .live-events.orders {
    min-width: auto;
  }

  .main-event-grid {
    grid-template-rows: auto auto auto auto;
  }

  .balie {
    max-width: 300px;
  }

  .char {
    max-width: 80px;
  }

  .stalls {
    grid-template-columns: repeat(auto-fit, minmax(150px, 2fr));
    transform: perspective(275px)rotateX(1deg)rotateY(0)rotateZ(0);
  }

  .people {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .image-3.wider {
    display: none;
  }

  .lottery {
    right: 5%;
  }
}

@media screen and (max-width: 767px) {
  .hero-grid {
    grid-template-columns: 1.5fr;
  }

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

  .html-embed {
    display: none;
  }

  .slider {
    height: auto;
    padding-bottom: 20px;
  }

  .footer {
    padding: 40px 0 0;
  }

  .footer-image {
    object-fit: contain;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .ticket {
    flex-direction: column;
  }

  .ticket-content-part {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .ticket-event-logo {
    max-width: 50%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-2, .checkout-gr {
    grid-template-columns: 1fr;
  }

  .main-event-grid {
    grid-template-columns: 1fr 1fr;
  }

  .side-hall-sign {
    transform: perspective(706px)rotateX(0)rotateY(14deg)rotateZ(0);
  }

  .logo {
    width: 25%;
  }

  .event-bar, .event-bar.movie-hall {
    background-size: auto, cover;
  }

  .stalls {
    transform: perspective(275px)rotateX(1deg)rotateY(0)rotateZ(0);
  }

  .image-3.mobilehid {
    display: block;
  }

  .lotnum {
    font-size: 18px;
  }

  .num {
    width: 25px;
    height: 25px;
  }

  .num.purple {
    height: 25px;
  }

  .lottie-animation {
    max-width: 150px;
  }

  .loterij-sign {
    top: 41%;
  }

  .feature-section {
    padding: 40px 20px;
  }

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

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 479px) {
  h1, h2 {
    font-size: 24px;
  }

  .container.special {
    padding-left: 0;
    padding-right: 0;
  }

  .container.minh.center.vertical {
    text-align: center;
  }

  .container.company-info {
    text-align: center;
    flex-direction: column-reverse;
  }

  .nav-link.event {
    display: block;
  }

  .hero-grid {
    height: auto;
    padding-top: 140px;
    padding-bottom: 300px;
  }

  .slider {
    margin-left: 5px;
    margin-right: 5px;
  }

  .event-name.dark {
    text-align: center;
    white-space: normal;
    margin-bottom: 5px;
  }

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

  .footer {
    text-align: left;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .green-host {
    float: left;
    margin-top: 20px;
    margin-left: -5px;
  }

  .footer-disc {
    text-align: left;
    margin-bottom: -38px;
    padding-left: 20px;
    padding-right: 10px;
    bottom: 0%;
  }

  .ticket {
    flex-direction: column;
  }

  .ticket-event-logo {
    max-width: 80%;
  }

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

  .text-field.dobule {
    margin-left: 0;
  }

  .double {
    flex-direction: column;
  }

  .main-event-grid {
    grid-template-columns: 1fr;
  }

  .balie {
    max-width: 200px;
  }

  .char {
    max-width: 60px;
  }

  .side-hall-sign, .side-hall-sign.right {
    transform: perspective(706px)rotate(0);
  }

  .logo {
    width: 50%;
  }

  .hall-heading {
    font-size: 60px;
  }

  .stalls {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    padding-left: 5px;
    padding-right: 5px;
    transform: perspective(275px)rotate(0);
  }

  .people {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-3.mobilehid {
    display: none;
  }

  .bedankt-head {
    font-size: 28px;
  }

  .num {
    width: 20px;
    height: 20px;
  }

  .num.purple {
    height: 20px;
  }

  .lottie-animation {
    max-width: 100px;
  }

  .loterij-sign {
    font-size: 18px;
    top: 29%;
  }

  .link-block-2 {
    position: relative;
  }

  .movies-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .stall-products-grid.auction-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    padding-left: 20px;
    padding-right: 20px;
  }

  .beschrijving-product {
    margin-bottom: 10px;
  }

  .lottie-animation-2 {
    margin-top: 5px;
  }
}

#w-node-_087ce150-7cab-0355-ffcf-a2f4c8c255d6-d4a0dfcb {
  align-self: center;
}

#w-node-_3711ecee-2874-1158-5ea1-7757e7c336dd-d4a0dfcb {
  align-self: center;
  justify-self: end;
}

#w-node-_00e32fb0-c159-fe65-bdaf-f9f92d14e224-d4a0dfcb {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-_8ea8392a-5c67-da44-17f2-5002d9373468-d4a0dfcb {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-fc1d87b1-6975-1c5d-e45c-c96b6ec99c39-f81dc750 {
  align-self: center;
  justify-self: center;
}

#w-node-_1864f9e8-ce8c-a3d7-9684-9964d736930b-127e0eec {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_63d068e1-c345-9561-249c-5c5dd51663c8-69414778 {
  align-self: start;
}

#w-node-_6f09ee66-5eac-a032-6ef2-0a3e51ec0c3f-bc7dafd0 {
  grid-area: 1 / 2 / 2 / 2;
  align-self: start;
  justify-self: center;
}

#w-node-_3194fb72-f4c8-1d05-a64b-5d802787abd2-bc7dafd0 {
  grid-area: 3 / 2 / 4 / 2;
  align-self: end;
  justify-self: center;
}

#w-node-acf13fc2-2b15-c5f4-ed5b-b3da784b267c-bc7dafd0 {
  grid-area: span 3 / span 1 / span 3 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_940941b2-3913-945b-2348-abc9d2c79b36-bc7dafd0 {
  grid-area: span 3 / span 1 / span 3 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-_66e00058-51d5-6b5f-cfb2-bffec2b4f073-0ed32548 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-a391f3b7-6d88-32d8-fabd-4544cb752d66-0ed32548, #w-node-_397faa19-08b4-ea33-bdbf-be89f641814a-0ed32548, #w-node-_65b7f5fe-6565-9476-373d-c028f6727e03-0ed32548, #w-node-_5593d9c8-c57a-7660-9e9b-b52757ad7c43-0ed32548, #w-node-_4b68391b-b3a7-abbe-a018-4b1d5e673b66-0ed32548, #w-node-fac13039-8815-4511-7f1d-6b081da4b74e-0ed32548 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_0702c70b-3c45-bc49-e3ec-c8787363a8fe-0ed32548, #w-node-_7a3256f3-f3ab-9541-d50d-643581e54ca4-0ed32548 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-f1a41c95-adc0-08b5-494d-7218ef886841-0ed32548 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-efb883e7-982a-7326-09f3-0cee34888f1c-0ed32548 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-b5d298a3-0a72-012a-fbf6-469db8ba1004-0ed32548, #w-node-ed2e8155-ea93-4ba7-f448-abce8175e445-0ed32548, #w-node-_379ab3f4-f375-d91d-5b86-5c87163d6525-0ed32548, #w-node-de9b621e-f19a-1c0d-a8f6-ad1fee9d2770-0ed32548, #w-node-_1cc0ad04-36ea-0f8a-83ad-e3479b62315f-0ed32548 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: center;
}

#w-node-_12ba3be9-43c6-2a1a-6374-5e68896ffefe-dcd0db32, #w-node-_97e60362-7edd-2168-db10-7dfd8c21efb8-dcd0db32, #w-node-_1685a518-81bb-b0da-7415-4189c2a19745-dcd0db32, #w-node-_56e200a1-e4c8-0e9e-290c-551fd5d5ef88-dcd0db32, #w-node-_3c3994f6-a09a-3d9a-0f29-4157ead2197e-dcd0db32, #w-node-e2a0557e-2614-4bb0-7005-8a5573cca418-dcd0db32 {
  justify-self: center;
}

#w-node-_0c1758cc-44bc-e261-b0bc-560ff1f3f29e-59c6ec5a, #w-node-b3fd7547-cc18-2e65-9a1e-1d8b650df1cc-59c6ec5a, #w-node-_0b3c799c-0fe2-e7b0-c657-c511902fb79e-59c6ec5a, #w-node-b2639e72-54ff-1cff-8760-73105ddf2c75-59c6ec5a, #w-node-_0708076a-605a-cdcd-d184-18d7a074a961-59c6ec5a, #w-node-_2875422a-0d3e-3039-b3a7-4f932afa69e5-59c6ec5a, #w-node-_2d2dddde-5190-cb9c-c2ec-95c3f7b3141f-59c6ec5a, #w-node-dc6184fc-3270-bb14-a430-658d6e85b657-59c6ec5a, #w-node-_496cd940-2437-5150-bdd5-8ff2f3c856c8-59c6ec5a, #w-node-_96415d9e-1613-40d7-ba68-d8f429f77be3-59c6ec5a, #w-node-_2d94f8f0-4042-2457-9c0f-155e6acf2716-59c6ec5a, #w-node-_22d038a1-5859-583c-599e-43131256d645-59c6ec5a, #w-node-_8316adcc-91db-7c02-d325-53824d84554a-59c6ec5a, #w-node-_48e9cb5c-2d49-b86e-699f-6c48f28eb188-59c6ec5a, #w-node-ddc010d8-3ff9-fe4d-0c9a-ea7cdd30d099-59c6ec5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: stretch;
}

#w-node-f0c7cc99-d15b-b98f-12bd-0632b548f5f4-c8c1949b, #w-node-d72193bd-957e-ca7c-1ccf-5025ea36fcf6-c8c1949b, #w-node-_4ce53056-0348-9b70-f4ab-e1ea5917aa88-c8c1949b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_63d068e1-c345-9561-249c-5c5dd51663c8-87ad2e9a {
  align-self: start;
}

#w-node-_089d3d61-46ab-86f9-3035-41b6bf20054f-fd555852, #w-node-_089d3d61-46ab-86f9-3035-41b6bf20054f-77162c1c, #w-node-_089d3d61-46ab-86f9-3035-41b6bf20054f-10948a8d, #w-node-dae53740-31f4-fd5e-9c0e-55b249c8b2ba-275285bd, #w-node-dae53740-31f4-fd5e-9c0e-55b249c8b2ba-077fec53 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_3194fb72-f4c8-1d05-a64b-5d802787abd2-bc7dafd0 {
    grid-area: 3 / 1 / 5 / 4;
    align-self: end;
    justify-self: center;
  }

  #w-node-acf13fc2-2b15-c5f4-ed5b-b3da784b267c-bc7dafd0 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
    justify-self: start;
  }

  #w-node-_940941b2-3913-945b-2348-abc9d2c79b36-bc7dafd0 {
    grid-area: 2 / 3 / 3 / 4;
    align-self: center;
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_087ce150-7cab-0355-ffcf-a2f4c8c255d6-d4a0dfcb, #w-node-_3711ecee-2874-1158-5ea1-7757e7c336dd-d4a0dfcb {
    justify-self: center;
  }

  #w-node-_63d068e1-c345-9561-249c-5c5dd51663c8-69414778 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_6f09ee66-5eac-a032-6ef2-0a3e51ec0c3f-bc7dafd0 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: start;
    justify-self: center;
  }

  #w-node-_3194fb72-f4c8-1d05-a64b-5d802787abd2-bc7dafd0 {
    grid-area: 3 / 1 / 5 / 3;
    align-self: end;
    justify-self: start;
  }

  #w-node-_940941b2-3913-945b-2348-abc9d2c79b36-bc7dafd0 {
    grid-area: 2 / 2 / 3 / 3;
    align-self: center;
    justify-self: end;
  }

  #w-node-f0c7cc99-d15b-b98f-12bd-0632b548f5f4-c8c1949b, #w-node-d72193bd-957e-ca7c-1ccf-5025ea36fcf6-c8c1949b, #w-node-_4ce53056-0348-9b70-f4ab-e1ea5917aa88-c8c1949b {
    justify-self: center;
  }

  #w-node-_63d068e1-c345-9561-249c-5c5dd51663c8-87ad2e9a {
    grid-area: 1 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_087ce150-7cab-0355-ffcf-a2f4c8c255d6-d4a0dfcb {
    align-self: start;
  }

  #w-node-_1864f9e8-ce8c-a3d7-9684-9964d73692fb-127e0eec, #w-node-_1864f9e8-ce8c-a3d7-9684-9964d73692ff-127e0eec, #w-node-_1864f9e8-ce8c-a3d7-9684-9964d7369303-127e0eec, #w-node-_1864f9e8-ce8c-a3d7-9684-9964d7369307-127e0eec {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_63d068e1-c345-9561-249c-5c5dd51663c8-69414778 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_6f09ee66-5eac-a032-6ef2-0a3e51ec0c3f-bc7dafd0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
    justify-self: center;
  }

  #w-node-_3194fb72-f4c8-1d05-a64b-5d802787abd2-bc7dafd0 {
    grid-area: 4 / 1 / 5 / 2;
    align-self: end;
    justify-self: start;
  }

  #w-node-acf13fc2-2b15-c5f4-ed5b-b3da784b267c-bc7dafd0 {
    justify-self: center;
  }

  #w-node-_940941b2-3913-945b-2348-abc9d2c79b36-bc7dafd0 {
    grid-area: 3 / 1 / 4 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_690588d0-a708-743d-7209-afacd07cb1f6-bc7dafd0 {
    justify-self: center;
  }

  #w-node-_63d068e1-c345-9561-249c-5c5dd51663c8-87ad2e9a {
    grid-area: 1 / 1 / 3 / 2;
  }
}

/* -----------Update Code------------ */

.double [data-password="wrapper"]{
    width: 100%;
    margin-left: 10px;
    margin-bottom: 20px;
}

[data-password="wrapper"]{
    position: relative;
}

.double [data-password="input"].text-field{
    margin-bottom: unset;
    margin-left: unset;
}

[data-password="toggler"]{
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    background-color: transparent;
    border: 0;
}

.tickets-left.almost-end,
.available-tickets.almost-end
{
    background-color: #c12d2d;
    animation: almost-end 0.8s ease-in-out infinite;
}

@keyframes almost-end {
    100%{
        transform: scale(1.05);
    }
}
