:root {
  --gray: #d6d6d6;
  --black: black;
  --white: white;
  --transparent: #fff;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-style: italic;
  font-weight: 400;
  line-height: 44px;
}

.home-section {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.image {
  width: auto;
  max-width: 100%;
  position: fixed;
  top: 16px;
  left: 16px;
}

.brblogo {
  z-index: 5;
  width: 96%;
  max-width: 600px;
  position: fixed;
  top: 12px;
  left: 12px;
}

.socials {
  z-index: 100;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto 0% 1% auto;
}

.icon {
  margin-left: 0;
}

.icon.shop {
  width: 16px;
}

.social-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: .8;
  cursor: pointer;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 0 10px 10px;
  transition: all .2s;
  display: block;
}

.social-link:hover {
  transform: scale(1.3);
}

.mailingoverlay {
  z-index: 10;
  background-color: #000000a8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 16px;
  display: none;
  position: fixed;
  inset: 0%;
}

.link {
  z-index: 11;
  color: #fff;
  cursor: pointer;
  font-family: Changa One, Impact, sans-serif;
  position: fixed;
  inset: 16px 16px auto auto;
}

.link:hover {
  text-decoration: none;
}

.jorjaoverlay {
  z-index: 2;
  background-color: #0000;
  background-image: url('../images/jorja.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.image-3 {
  width: 100%;
  max-width: 600px;
  margin-bottom: 16px;
}

.background-video {
  z-index: 99;
  object-fit: cover;
  background-color: #afabfa33;
  height: 100vh;
  overflow: hidden;
}

.div-block {
  border-top: 11px solid var(--gray);
  border-bottom: 0 #000;
  width: 600px;
  height: 300px;
}

.div-block-2 {
  background-color: var(--gray);
}

.body {
  color: var(--black);
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.pass-background {
  opacity: .9;
  width: 45vw;
  position: relative;
  top: 0%;
  bottom: auto;
  right: auto;
}

.pass-background.copy {
  position: absolute;
  inset: 0% 0% auto;
}

.pass-info {
  width: 40vw;
  position: absolute;
  inset: 6% auto auto 5%;
}

.boardingpass {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 16em;
  display: block;
  position: relative;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-block {
  width: 45vw;
  margin-top: 20px;
  margin-bottom: auto;
}

.savebutton {
  opacity: .9;
  color: #d6d6d6;
  background-color: #252525;
  border-radius: 20px;
  font-weight: 500;
  transition: opacity .2s ease-in-out;
}

.savebutton:hover {
  opacity: 1;
  color: #f5f5f5;
}

.color-picker {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.color-option {
  opacity: .9;
  cursor: pointer;
  background-color: #50e3d9;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  margin-left: 3px;
  margin-right: 3px;
  padding-right: 0;
  transition: opacity .2s ease-in-out;
}

.color-option:hover {
  opacity: 1;
}

.color-option.blue {
  background-color: #6ecfe5;
}

.color-option.orange {
  background-color: #fff;
}

.color-option.pink {
  background-color: #e286c5;
}

.color-option.white {
  background-color: #fff;
}

.field-label, .field-label-2 {
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
}

.passenger-name {
  color: #000;
  text-transform: uppercase;
  overflow-wrap: break-word;
  width: 30%;
  max-height: 2em;
  margin-top: 0;
  margin-right: 0;
  font-size: 2svw;
  font-weight: 500;
  line-height: 2svw;
  position: absolute;
  inset: 34% auto auto 7%;
  overflow: visible;
}

.div-block-3 {
  position: absolute;
  inset: 28% auto auto 11%;
}

.destination {
  color: #000;
  text-transform: uppercase;
  overflow-wrap: break-word;
  width: 50%;
  max-height: 1em;
  font-size: 4svw;
  font-weight: 500;
  line-height: 100%;
  display: block;
  position: absolute;
  inset: auto 32% 34.5% 45%;
  overflow: visible;
}

.js-logo {
  opacity: .9;
  width: 5vw;
  margin-top: auto;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.destinationinput {
  opacity: .8;
  color: #000;
  border-radius: 20px;
  margin-bottom: 0;
  line-height: 100%;
}

.passengerinput {
  opacity: .8;
  color: #000;
  border-radius: 20px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 100%;
}

.boardingpassembedcode {
  width: 0;
  height: 0;
  display: flex;
}

.popupform {
  z-index: 100;
  opacity: 1;
  background-color: #000000e0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 1rem;
  transition: all .2s;
  display: none;
  position: fixed;
  inset: 0%;
}

.signupembedcode {
  color: #000;
  text-align: center;
  background-color: #ededed00;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60vw;
  display: flex;
  overflow: visible;
}

.closepopupbutton {
  z-index: 102;
  color: #fff;
  cursor: pointer;
  border: 1px dotted #fff;
  border-radius: 50px;
  padding: 8px;
  font-size: 12px;
  line-height: 100%;
  text-decoration: none;
  transition: all .2s ease-in-out;
  position: absolute;
  inset: 2% 2% auto auto;
}

.closepopupbutton:hover {
  color: #000;
  background-color: #fff;
}

.formcontentcontainer {
  color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 96%;
  max-width: 960px;
  height: 90%;
  display: flex;
  position: relative;
  overflow: visible;
}

.legaldisclaimer {
  color: #fff;
  text-align: center;
  background-color: #e6e6e600;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 24px;
  display: none;
  position: relative;
  inset: auto 0% 0%;
  overflow: visible;
}

.disclaimer-link {
  color: #5f5f5f;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10px;
  text-decoration: underline;
}

.disclaimer-link:hover {
  color: var(--black);
  text-decoration: none;
}

.noise-wrap {
  z-index: 100;
  pointer-events: none;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0;
}

.noise {
  opacity: .18;
  mix-blend-mode: screen;
  background-color: #fff;
  background-image: url('../images/black-orchid.png');
  background-size: 150px;
  width: 140vw;
  height: 140vh;
  position: absolute;
}

.shop-item {
  flex-flow: column;
  display: block;
}

.product {
  width: 230px;
  transition: filter .4s ease-in-out;
  display: block;
}

.product:hover {
  filter: contrast(130%);
}

.button {
  background-color: var(--white);
  color: #000;
  border: 1px dotted #000;
  border-radius: 50px;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 7px 11px;
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.button:hover {
  background-color: var(--black);
  color: #fff;
  transform: rotate(0);
}

.button.bottom {
  background-color: #fff;
  margin-top: -10px;
  margin-bottom: 0;
  margin-left: -16px;
}

.button.bottom:hover {
  background-color: #000;
}

.shop-items {
  justify-content: space-around;
  align-items: flex-start;
  width: 70vw;
  margin-top: 0;
}

.top-logos {
  align-items: center;
  width: 25vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  inset: 3% 0% auto;
}

.video-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.div-block-4 {
  width: 60vw;
}

.heading {
  text-align: center;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: -30px;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.tour-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  overflow: visible;
}

.flex-block {
  justify-content: center;
  align-items: flex-start;
  overflow: visible;
}

.code-embed {
  width: 60vw;
}

.mailing-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.text-span {
  letter-spacing: 7px;
  font-family: Great Vibes, cursive;
  font-size: 46px;
  font-style: italic;
  font-weight: 400;
  line-height: 23px;
}

.home-link {
  width: 37px;
  position: fixed;
  inset: 1% auto auto 1%;
}

.heading-2 {
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 16px #000;
  margin: 0 0 1rem;
  font-size: 3rem;
  font-weight: 400;
}

.footerlinks {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.formcodeembed {
  width: 100%;
  max-width: 600px;
}

.sonyfooter {
  z-index: 99999;
  background-color: #220330;
  border-top: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 16px;
  display: flex;
  position: fixed;
  bottom: 0;
}

.text-block-12 {
  color: #fff;
  font-family: Inconsolata, monospace;
  font-size: 12px;
  line-height: 100%;
}

.text-block-11 {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: Inconsolata, monospace;
  font-size: 9px;
  line-height: 130%;
  display: inline-block;
}

.footerlink {
  color: #fff;
  font-family: Inconsolata, monospace;
  font-size: 10px;
  line-height: 100%;
}

.footerlink:hover {
  text-decoration: none;
}

.link-2 {
  color: #fff;
}

.footercontent {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.formpopupmodal {
  z-index: 100;
  opacity: 1;
  background-color: #000000a3;
  background-image: radial-gradient(circle, #000000a3 16%, #0000001a 59%);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.shop-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
}

.image-4 {
  width: 19px;
  height: 54px;
  display: block;
}

.wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vw;
  display: none;
}

.arrow_div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: .4;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto 0% 7%;
}

.flex-block_tour {
  justify-content: center;
  align-items: flex-start;
  height: 560px;
  overflow-y: scroll;
}

.div-block-5 {
  overflow: auto;
}

.video-section-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.flex-block-2 {
  justify-content: center;
  align-items: flex-start;
}

.heading-3 {
  text-align: center;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: -30px;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.div-block-6 {
  width: 60vw;
}

.heading_white {
  color: var(--white);
  text-align: center;
  letter-spacing: -1px;
  margin-top: 80px;
  margin-bottom: 10px;
  margin-left: -30px;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.text-span-2 {
  letter-spacing: 0;
  font-size: 16px;
  font-style: italic;
}

@media screen and (max-width: 991px) {
  .image {
    width: 100%;
    max-width: none;
  }

  .brblogo {
    max-width: 360px;
    height: auto;
  }

  .image-3 {
    max-width: 90vw;
  }

  .form {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: center;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .form-block {
    text-align: center;
    width: 45vw;
    margin-left: auto;
    margin-right: auto;
  }

  .color-picker {
    margin-top: 8px;
    margin-bottom: 10px;
  }

  .field-label, .field-label-2 {
    margin-top: 8px;
    margin-bottom: 5px;
  }

  .destination {
    width: 48%;
    bottom: 34%;
    right: 31%;
  }

  .js-logo {
    width: 30%;
  }

  .product {
    width: 170px;
  }

  .top-logos {
    width: 40vw;
  }

  .footerlinks {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: left;
  }

  .formcodeembed {
    width: 96%;
  }

  .sonyfooter {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .footerlink {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .pass-background {
    width: 90vw;
  }

  .pass-info {
    width: 81vw;
  }

  .passenger-name {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }

  .destination {
    font-size: 8svw;
    line-height: 8svw;
  }

  .js-logo {
    margin-bottom: 10px;
  }

  .shop-item {
    margin-bottom: 20px;
  }

  .product {
    width: 200px;
  }

  .shop-items {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .top-logos {
    width: 50vw;
  }

  .tour-section {
    height: auto;
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .mailing-section {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .formcodeembed {
    width: 96%;
  }

  .sonyfooter {
    padding: 10px 12px 16px;
  }

  .text-block-12 {
    display: none;
  }

  .video-section-2 {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-span-2 {
    font-size: 13px;
  }
}

@media screen and (max-width: 479px) {
  .home-section {
    background-image: none;
    width: 100vw;
    padding-left: 12px;
    padding-right: 12px;
  }

  .brblogo {
    width: 90%;
    max-width: 320px;
  }

  .jorjaoverlay {
    background-position: 38%;
  }

  .form-block {
    width: 70vw;
  }

  .passenger-name {
    max-height: 2.5em;
    font-size: 12px;
    font-weight: 600;
    line-height: 100%;
    overflow: visible;
  }

  .destination {
    max-height: 2.5em;
    font-size: 8svw;
    line-height: 100%;
    overflow: visible;
  }

  .popupform {
    display: none;
  }

  .signupembedcode {
    overflow: visible;
  }

  .formcontentcontainer {
    display: flex;
  }

  .noise-wrap {
    display: none;
  }

  .product {
    width: 200px;
  }

  .shop-items {
    flex-flow: column;
  }

  .top-logos {
    width: 75vw;
  }

  .video-section {
    height: 80vh;
  }

  .heading {
    margin-top: 80px;
  }

  .tour-section {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .flex-block {
    overflow: visible;
  }

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

  .heading-2 {
    font-weight: 400;
  }

  .footerlinks {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .formcodeembed {
    width: 96%;
  }

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

  .shop-section {
    height: 100vh;
  }

  .image-4 {
    margin-top: 60px;
  }

  .arrow_div {
    display: flex;
  }

  .heading_white {
    color: var(--white);
    margin-top: 80px;
  }
}
