/**
 * Returns a transition duration by name.
 * @function transition-duration
 * @since 1.0.0
 */
/**
 * Returns a transition equation by name.
 * @function transition-equation
 * @since 1.0.0
 */
/**
 * Returns a transition equation by name.
 * @function transition-delay
 * @since 1.0.0
 */
/**
 * Colors
 */
/**
 * @mixin flexible
 * @since 1.0.0
 */
/**
 * @mixin flex-box
 * @since 1.0.0
 */
/**
 * @mixin flex-row
 * @since 1.0.0
 */
/**
 * @mixin flex-col
 * @since 1.0.0
 */
/**
 * @mixin mflex-set
 * @since 1.0.0
 */
/**
 * @mixin flex-ord
 * @since 1.0.0
 */
/**
 * @mixin flex-width
 * @since 1.0.0
 */
/**
 * @mixin last-row
 * @since 1.0.0
 */
/**
 * @mixin media-breakpoint-up
 * @since 1.0.0
 */
/**
 * @mixin media-breakpoint-down
 * @since 1.0.0
 */
/**
 * @mixin media-breakpoint-down
 * @since 1.0.0
 */
/**
 * @function breakpoint-get
 * @since 1.0.0
 * @hidden
 */
/**
 * Converts a value to a relative vw.
 * @function rvw
 * @since 1.0.0
 */
/**
 * Converts a value to a relative vh.
 * @function rvh
 * @since 1.0.0
 */
/**
 * Convenience function to add 2 values.
 * @function calc-add
 * @since 1.0.0
 */
/**
 * Convenience function to substract 2 values.
 * @function calc-sub
 * @since 1.0.0
 */
/**
 * Convenience function to mul 2 values.
 * @function calc-mul
 * @since 1.0.0
 */
/**
 * Returns the negative value of a css variable.
 * @function neg
 * @since 1.0.0
 */
/**
 * @function make-rvw
 * @since 1.0.0
 * @hidden
 */
/**
 * @function make-rvh
 * @since 1.0.0
 * @hidden
 */
/**
 * @function strip-unit
 * @since 1.0.0
 * @hidden
 */
/**
 * Applies preset typeface attributes.
 * @mixin typeface
 * @since 1.0.0
 */
/**
* Sets the text antialias;
* @mixin text-antialias
* @since 1.0.0
*/
/**
* Sets the text adjust.
* @mixin text-adjust
* @since 1.0.0
*/
/**
* Convenience mixin to support special writing direction.
* @function text-dir
* @since 1.0.0
*/
/**
* Convenience mixin.
* @function text-dir-ttb
* @since 1.0.0
*/
/**
* Convenience mixin.
* @function text-dir-btt
* @since 1.0.0
*/
/**
* Convenience mixin.
* @function text-mask
* @since 1.0.0
*/
/**
* Converts tracking to letter-spacing.
* @function tracking
* @since 1.0.0
*/
/**
* @function has-typeface-family
* @since 1.0.0
* @hidden
*/
/**
* @function has-typeface-weight
* @since 1.0.0
* @hidden
*/
/**
* @function has-typeface-style
* @since 1.0.0
* @hidden
*/
/**
* @function has-typeface-size
* @since 1.0.0
* @hidden
*/
/**
* @function has-typeface-option
* @since 1.0.0
* @hidden
*/
/**
 * The breakpoint keys.
 * @var breakpoints
 * @since 1.0.0
 */
/**
 * The grid breakpoints.
 * @var grid
 * @since 1.0.0
 */
/**
 * Transition speed and curves.
 * @var transitions
 * @since 1.0.0
 */
/**
 * @mixin placeholder
 * @since 1.0.0
 */
/**
 * @mixin selection
 * @since 1.0.0
 */
/**
 * Convenience nth-child mixin to improve loop readability.
 * @function nth-child
 * @since 1.0.0
 */
/**
 * Convenience nth-child mixin with content parameter.
 * @function nth-child
 * @since 1.0.0
 */
/**
 * Convenience nth-child mixin to improve loop readability.
 * @function nth-of-type
 * @since 1.0.0
 */
/**
 * Convenience nth-child mixin to improve loop readability.
 * @function nth-last-child
 * @since 1.0.0
 */
/**
 * Convenience nth-last-of-type mixin to improve loop readability.
 * @function nth-last-of-type
 * @since 1.0.0
 */
/**
 * Convenience data-nth-item mixin to improve loop readability.
 * @mixin nth-item
 * @since 1.0.0
 */
/**
 * Convenience nth-item mixin with content parameter.
 * @mixin nth-item
 * @since 1.0.0
 */
/**
 * Convenience data-nth-line mixin to improve loop readability.
 * @mixin nth-word
 * @since 1.0.0
 */
/**
 * Convenience nth-line mixin with content parameter.
 * @mixin nth-line
 * @since 1.0.0
 */
/**
 * Convenience data-nth-word mixin to improve loop readability.
 * @mixin nth-word
 * @since 1.0.0
 */
/**
 * Convenience nth-word mixin with content parameter.
 * @mixin nth-word
 * @since 1.0.0
 */
/**
 * Targets the last row of a sepcified amount of columns.
 * @mixin last-row
 * @since 1.0.0
 */
/**
 * Position an element with absolute type.
 * @mixin absolute
 * @since 1.0.0
 */
/**
 * Position an element with relative type.
 * @mixin relative
 * @since 1.0.0
 */
/**
 * Position an element with sticky type.
 * @mixin sticky
 * @since 1.0.0
 */
/**
 * Position an element with fixed type.
 * @mixin fixed
 * @since 1.0.0
 */
/**
 * Convenience mixin to position a element absolutely.
 * @mixin fill
 * @since 1.0.0
 */
/**
 * Disables br.
 * @function no-br
 * @since 1.0.0
 */
/**
 * Convenience z-index mixin used for easier debugging.
 * @function elevated
 * @since 1.0.0
 */
/**
 * Convenience mixin.
 * @function pushable
 * @since 1.0.0
 */
/**
 * Convenience mixin to reset visibility and transform.
 * @function hidden
 * @since 1.0.0
 */
/**
 * Convenience mixin to reset visibility and transform.
 * @function reveal
 * @since 1.0.0
 */
/**
 * Convenience transition mixin.
 * @function transition-property
 * @since 1.0.0
 */
/**
 * Convenience transition mixin.
 * @function transition-duration
 * @since 1.0.0
 */
/**
 * Convenience transition mixin.
 * @function transition-equation
 * @since 1.0.0
 */
/**
 * Convenience transition mixin.
 * @function transition-delay
 * @since 1.0.0
 */
/**
 * Convenience before mixin;
 * @function before
 * @since 1.0.0
 */
/**
 * Convenience before mixin;
 * @function before
 * @since 1.0.0
 */
/**
 * Convenience asset path function
 * @function asset
 * @since 1.0.0
 */
/**
 * @mixin position
 * @since 1.0.0
 * @hidden
 */
/**
 * @function is-valid-length
 * @since 1.0.0
 * @hidden
 */
/**
 * @function nth-if
 * @since 1.0.0
 * @hidden
 */
/**
 * Initialize the common styles of a block.
 * @function block
 * @since 1.0.1
 */
.landing {
  background: #101415;
  position: relative;
}
@media (min-width: 1200px) {
  .landing {
    overflow: hidden;
  }
}
.landing .background-wrapper {
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #5b4a5a 100%);
  pointer-events: none;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.landing .landing-content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1200px) {
  .landing .landing-content-wrapper {
    height: 100vh;
  }
}
.landing h1, .landing h2, .landing h3 {
  font-weight: 200;
  /* ---------------------------------------------------------------------- */
  /* Barlow Semi Condensed                                                  */
  /* ---------------------------------------------------------------------- */
  font-family: "Barlow Semi Condensed", Sans-Serif;
  font-size: calc((93.5px + 16.5 * ((100vw - 1441px) / 479)) - 0.1px);
  line-height: 1;
  color: #B2B2B2;
}
@media (max-width: 1440px) {
  .landing h1, .landing h2, .landing h3 {
    font-size: calc((71.5px + 38.5 * ((100vw - 376px) / 1064)) - 0.1px);
  }
}
@media (max-width: 1440px) {
  .landing h1, .landing h2, .landing h3 {
    font-weight: 200;
    /* ---------------------------------------------------------------------- */
    /* Barlow Semi Condensed                                                  */
    /* ---------------------------------------------------------------------- */
    font-family: "Barlow Semi Condensed", Sans-Serif;
    font-size: calc((63.75px + 11.25 * ((100vw - 1441px) / 479)) - 0.1px);
  }
}
@media (max-width: 1440px) and (max-width: 1440px) {
  .landing h1, .landing h2, .landing h3 {
    font-size: calc((48.75px + 26.25 * ((100vw - 376px) / 1064)) - 0.1px);
  }
}
.landing .landing-content-outer-wrapper {
  flex: 1 1 auto;
  z-index: 2;
  margin-top: calc((44px + 36 * ((100vw - 376px) / 1544)) - 0.1px);
}
@media (min-width: 1200px) {
  .landing .landing-content-outer-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
}
.landing .landing-content-inner-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .landing .landing-content-inner-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.landing .video-wrapper {
  flex: 0 1 calc((255.75px + 209.25 * ((100vw - 376px) / 1544)) - 0.1px);
  display: flex;
  align-items: flex-end;
  position: relative;
  justify-self: center;
}
.landing .video-wrapper .frame-wrapper {
  position: relative;
  overflow: hidden;
}
.landing .video-wrapper .video-inner-wrapper {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  height: calc(100% - calc((16.5px + 13.5 * ((100vw - 376px) / 1544)) - 0.1px));
  border-top-right-radius: 500px;
  border-top-left-radius: 500px;
  overflow: hidden;
}
.landing .video-wrapper .image {
  z-index: 2;
  position: relative;
}
.landing .video-wrapper .image img {
  max-height: 100%;
  width: auto;
  height: 0;
}
.landing .content-wrapper {
  flex: 1 0 auto;
  right: 0;
  bottom: 0;
}
@media (max-width: 1200px) {
  .landing .content-wrapper {
    padding-top: calc((50px + 25 * ((100vw - 376px) / 1544)) - 0.1px);
    padding-bottom: calc((50px + 25 * ((100vw - 376px) / 1544)) - 0.1px);
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .landing .content-wrapper {
    padding-left: calc((27.5px + 22.5 * ((100vw - 376px) / 1544)) - 0.1px);
    padding-right: calc((27.5px + 22.5 * ((100vw - 376px) / 1544)) - 0.1px);
  }
}
@media (min-width: 1600px) {
  .landing .content-wrapper {
    position: absolute;
    transform: translateX(100%);
    min-width: calc((412.5px + 337.5 * ((100vw - 376px) / 1544)) - 0.1px);
  }
}
.landing .slide-actions {
  display: flex;
  justify-content: center;
  padding-top: calc((27.5px + 22.5 * ((100vw - 376px) / 1544)) - 0.1px);
  padding-bottom: calc((13.75px + 11.25 * ((100vw - 376px) / 1544)) - 0.1px);
}
@media (max-width: 1200px) {
  .landing .slide-actions {
    display: none;
  }
}
.landing .carousel-instructions {
  display: flex;
}
.landing .carousel-button {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.landing .lottie-wrapper {
  display: flex;
  align-items: center;
}
.landing .lottie-label {
  color: white;
  position: relative;
}
.landing .carousel-button-animation {
  display: flex;
  align-items: center;
  margin-left: calc((22px + 18 * ((100vw - 376px) / 1544)) - 0.1px);
}
.landing .carousel-button-animation svg {
  width: 100%;
  height: auto;
}

.landing-content-wrapper .content-wrapper {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 300ms;
}
.ready .slide-on-screen .landing-content-wrapper .content-wrapper {
  opacity: 1;
}
.landing-content-wrapper .lottie-wrapper, .landing-content-wrapper .carousel-button-animation {
  opacity: 0;
  transform: translateY(-50%);
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ready .slide-on-screen .landing-content-wrapper .lottie-wrapper, .ready .slide-on-screen .landing-content-wrapper .carousel-button-animation {
  opacity: 1;
  transform: none;
}
.landing-content-wrapper .lottie-wrapper__keyboard {
  transition-delay: 150ms;
}
.landing-content-wrapper .carousel-button-animation {
  transition-delay: 300ms;
}