.ytmodal {
  cursor: pointer
}

.ytmodal-player {
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transform: scale(1.15);
  transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
  width: 100%;
  z-index: 2000
}

.ytmodal-player--enabled {
  display: block
}

.ytmodal-player--visible {
  opacity: 1;
  transform: scale(1);
  visibility: visible
}

.ytmodal-player__x {
  align-items: center;
  background: #000;
  border: 2px solid rgba(99, 96, 96, .6);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 50px;
  height: 50px;
  justify-content: center;
  line-height: 50px;
  opacity: .8;
  overflow: hidden;
  position: absolute;
  right: 3.69853vw;
  text-align: center;
  top: 3.69853vw;
  transition: all .3s;
  width: 50px;
  z-index: 2003
}

.ytmodal-player__x:before {
  content: "脳";
  display: block;
  font-family: "arial", sans-serif;
  font-size: 40px;
  height: 40px;
  line-height: 1;
  text-align: center;
  margin-top: 2px;
  width: 40px
}

.ytmodal-player__x:hover {
  color: #000;
  background: #fff
}

.ytmodal-player__mask {
  background: #000;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2001
}

.ytmodal-player__player {
  height: calc(100vh - 7.39707vw);
  left: 50%;
  max-height: 43.767444375vw;
  max-width: calc((100vh - 7.39707vw)*16/9);
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 77.80879vw;
  z-index: 2002
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}

.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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.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 rgba(0, 0, 0, 0)
}

.slick-arrow.slick-hidden {
  display: none
}

@keyframes fade-in {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fade-out {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes fade-and-wipe-in-from-left {
  0% {
    position: relative;
    opacity: 0;
    transform: translateX(-100px)
  }

  50% {
    opacity: 1
  }

  100% {
    position: relative;
    max-width: 100%;
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes shrink-horizontally {
  from {
    transform: scaleX(1)
  }

  to {
    transform: scaleX(0)
  }
}

@keyframes zoom-in {
  from {
    transform: scale(1)
  }

  to {
    transform: scale(1.15)
  }
}

@keyframes fade-in-from-left {
  from {
    opacity: 0;
    transform: translateX(-20px)
  }

  to {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes fade-in-from-left-lg {
  from {
    opacity: 0;
    transform: translateX(-50px)
  }

  to {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes fade-in-from-left-xl {
  from {
    opacity: 0;
    transform: translateX(-100px)
  }

  to {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes fade-in-from-right {
  from {
    opacity: 0;
    transform: translateX(20px)
  }

  to {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes fade-in-from-right-lg {
  from {
    opacity: 0;
    transform: translateX(50px)
  }

  to {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes fade-in-from-right-xl {
  from {
    opacity: 0;
    transform: translateX(100px)
  }

  to {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes fade-in-from-bottom {
  from {
    opacity: 0;
    transform: translateY(30px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes fade-in-from-bottom-sm {
  from {
    opacity: 0;
    transform: translateY(10px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes fade-in-from-bottom-md {
  from {
    opacity: 0;
    transform: translateY(60px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes fade-in-from-bottom-lg {
  from {
    opacity: 0;
    transform: translateY(100px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes fade-out-to-top {
  from {
    opacity: 1;
    transform: translateY(0)
  }

  to {
    opacity: 0;
    transform: translateY(-40px)
  }
}

@keyframes move-in-from-bottom-100 {
  from {
    transform: translateY(100%)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-out-to-bottom-100 {
  from {
    transform: translateY(0)
  }

  to {
    transform: translateY(100%)
  }
}

@keyframes move-in-from-right-100 {
  from {
    transform: translateX(100%)
  }

  to {
    transform: translateX(0)
  }
}

@keyframes move-out-to-left-100 {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(-100%)
  }
}

@keyframes reveal-and-scale-from-center {
  0% {
    transform: scale(1.2);
    -webkit-clip-path: circle(0% at 50% 50%);
    clip-path: circle(0% at 50% 50%)
  }

  43% {
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%)
  }

  100% {
    transform: scale(1);
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%)
  }
}

@keyframes reveal-from-center {
  from {
    -webkit-clip-path: circle(0% at 50% 50%);
    clip-path: circle(0% at 50% 50%)
  }

  to {
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%)
  }
}

@keyframes reveal-from-top {
  from {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%)
  }

  to {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)
  }
}

@keyframes shrink-to-default {
  from {
    transform: scale(1.2)
  }

  to {
    transform: scale(1)
  }
}

@keyframes grow-vertically-from-top {
  from {
    opacity: 1;
    transform: scaleY(0.3);
    transform-origin: top
  }

  to {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: top
  }
}

@keyframes shrink-vertically-to-top {
  0% {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: top
  }

  60% {
    opacity: 1
  }

  100% {
    opacity: 0;
    transform: scaleY(0.3);
    transform-origin: top
  }
}

@keyframes shrink-horizontally-to-right {
  from {
    transform: scaleX(1);
    transform-origin: right
  }

  to {
    transform: scaleX(0);
    transform-origin: right
  }
}

@keyframes grow-horiztonally-from-middle {
  0% {
    opacity: 0;
    transform: scaleX(0)
  }

  50% {
    opacity: 1
  }

  100% {
    opacity: 1;
    transform: scaleX(1)
  }
}

@keyframes waymo-logo-move-in-from-bottom {
  from {
    opacity: .5;
    transform: translateY(27px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes waymo-logo-move-in-from-right {
  from {
    opacity: 1;
    transform: translateX(53px)
  }

  to {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes Taxinexo-one-expand-clip-path-from-center {
  from {
    -webkit-clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%)
  }

  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
  }
}

@keyframes Taxinexo-one-scale-down {
  from {
    transform: scale(1.2)
  }

  to {
    transform: scale(1)
  }
}

@keyframes Taxinexo-one-fade-in-from-bottom {
  from {
    opacity: 0;
    transform: translateY(23px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

html {
  scroll-behavior: smooth
}

body {
  font-family: "GT-Walsheim", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  letter-spacing: -0.04em;
  font-stretch: 100%;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  color: #23233c
}

body,
body * {
  box-sizing: border-box
}

main {
  position: relative
}

picture,
img,
video {
  display: block;
  width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
ul,
ol {
  padding: 0;
  margin: 0
}

h1 {
  font-family: "GT-Walsheim", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  letter-spacing: -0.04em;
  font-stretch: 100%;
  font-size: 70px;
  line-height: 1
}

@media(min-width: 718px) {
  h1 {
    font-size: min(calc(4.375rem + ((1vw - 7.18px) * 21.2418300654)), 135px);
    line-height: 1
  }
}

@media(min-width: 1024px) {
  h1 {
    font-size: 135px
  }
}

h2 {
  font-family: "GT-Walsheim", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  letter-spacing: -0.04em;
  font-stretch: 100%;
  font-size: 30px;
  line-height: 1.2
}

@media(min-width: 718px) {
  h2 {
    font-size: min(calc(1.875rem + ((1vw - 7.18px) * 3.2679738562)), 40px);
    line-height: 1.1
  }
}

@media(min-width: 1024px) {
  h2 {
    font-size: 40px
  }
}

p+p {
  margin-top: 10px
}

a {
  color: rgb(99,23,255);
  text-decoration: none
}

a:focus,
a *:focus {
  outline: 2px auto #00e89d
}

a:focus:not(:focus-visible),
a *:not(:focus-visible) {
  outline: none
}

a:focus-visible,
a *:focus-visible,
a:-moz-focusring,
a *:-moz-focusring {
  outline: 2px auto #00e89d
}

a .visual-content {
  display: contents
}

p a:hover {
  color: #66adff
}

p sup {
  font-size: .4em
}

sup {
  font-size: .3em;
  line-height: 1;
  letter-spacing: 0
}

button {
  font-family: "GT-Walsheim", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  letter-spacing: -0.04em;
  font-stretch: 100%;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.02em
}

@media(max-width: 717px) {
  .desktop-only {
    display: none !important
  }
}

@media(min-width: 718px) {
  .mobile-only {
    display: none !important
  }
}

.ios-only {
  display: none !important
}

.page--isIOS .ios-only {
  display: initial !important
}

.android-only {
  display: none !important
}

.page--isAndroid .android-only {
  display: initial !important
}

.page {
  --alerts-offset: 0px
}

.page--dark-header {
  background: #050f1e
}

.page--research {
  color: #fff;
  background: #323232
}

.page--laser-bear-header {
  background: #252525
}

.page--no-scroll {
  overflow: hidden !important
}

@media(min-width: 1024px) {
  .page--no-scroll {
    padding-right: var(--scrollbar-width, 15px)
  }
}

div#og-image-hack {
  display: none !important
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%)
}

@view-transition {
  navigation: auto
}

.download-button {
  font-family: "GT-Walsheim", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  letter-spacing: -0.04em;
  font-stretch: 100%;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.04em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 30px;
  padding: 10px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background-color: rgb(99,23,255);
  transition: width .2s
}

@media(min-width: 718px) {
  .download-button {
    width: 40px;
    height: 40px
  }
}

.download-button:hover {
  width: 100%
}

@media(min-width: 480px) {
  .download-button:hover {
    width: 150px
  }
}

.download-button:hover .download-button__label {
  color: #fff;
  opacity: 1;
  transition: opacity .2s ease-in
}

.download-button__label {
  position: absolute;
  opacity: 0;
  transition: opacity .2s ease-out
}

.download-button__icon {
  position: absolute;
  right: 8.5px;
  width: 13px
}

@media(min-width: 718px) {
  .download-button__icon {
    right: 13.5px
  }
}

.cta-button__label {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center
}

.cta-button__label__text {
  font-family: "GT-Walsheim", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  letter-spacing: -0.04em;
  font-stretch: 100%;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.96px
}

.cta-button__label__icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 20px
}

.cta-button__label__icon--arrow-circle-right {
  background-image: url(/v2/static/images/press/icon-arrow-circle-right.svg)
}

.inspect {
  display: none
}

.page--inspect .inspect {
  position: absolute;
  z-index: 10;
  display: block;
  padding: 5px 10px;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: #000
}