@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }
body.los-angeles-2022 .logo {
  display: none; }
body.los-angeles-2022 .container {
  width: 90%; }
body.los-angeles-2022 header.global,
body.los-angeles-2022 header.mobile {
  display: none !important; }
body.los-angeles-2022 .masthead {
  margin-top: 0;
  overflow: hidden; }
  body.los-angeles-2022 .masthead .tour-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    animation-duration: 0.7s;
    animation-name: bounceIn; }
    body.los-angeles-2022 .masthead .tour-logo img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      transform: translate(-50%, -50%);
      width: 90%;
      height: 90%;
      display: block;
      object-fit: contain; }
body.los-angeles-2022 h2.section-title {
  font-size: 28px;
  line-height: 1; }
  @media screen and (min-width: 800px) {
    body.los-angeles-2022 h2.section-title {
      font-size: 3em; } }
body.los-angeles-2022 h3,
body.los-angeles-2022 h4,
body.los-angeles-2022 h5 {
  line-height: 1.2; }
body.los-angeles-2022 .columns {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (min-width: 800px) {
    body.los-angeles-2022 .columns {
      flex-wrap: nowrap; } }
body.los-angeles-2022 .column:nth-child(1) {
  flex: 0 0 66%;
  padding-right: 48px; }
@media screen and (max-width: 800px) {
  body.los-angeles-2022 .column:nth-child(1) {
    flex: 0 0 100%;
    padding-right: 0;
    order: 2; }
  body.los-angeles-2022 .column:nth-child(2) {
    order: 1; } }
body.los-angeles-2022 aside {
  margin-bottom: 24px; }
  body.los-angeles-2022 aside .note {
    margin-bottom: 12px;
    font-size: 12px; }
    body.los-angeles-2022 aside .note strong {
      text-decoration: underline;
      margin: 12px 0 6px;
      display: block; }
  body.los-angeles-2022 aside ul {
    margin-left: 16px; }
    body.los-angeles-2022 aside ul li {
      margin-bottom: 8px;
      font-weight: bold;
      font-size: 14px; }
body.los-angeles-2022 .button {
  display: block;
  padding: 5px 10px;
  background: #d70014;
  color: white;
  border: 1px solid #d70014;
  text-align: center;
  margin-bottom: 12px;
  font-size: 18px; }
  body.los-angeles-2022 .button:hover {
    background: black;
    color: white;
    border-color: black; }
  body.los-angeles-2022 .button.disabled {
    opacity: 0.3;
    pointer-events: none;
    border-color: #666;
    background: #444;
    color: white; }
body.los-angeles-2022 .video video {
  max-width: 100%;
  max-height: 80vh;
  height: auto;
  width: auto;
  margin: 0 auto; }
