/**
 * 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
 */
.content-2-col-carousel {
  background-color: #172023;
  color: white;
  position: relative;
}

.content-2-col-carousel-content-wrapper {
  display: flex;
  align-items: center;
  min-height: 100vh;
}
@media (max-width: 1200px) {
  .content-2-col-carousel-content-wrapper {
    flex-direction: column;
  }
}
.content-2-col-carousel-content-wrapper .block-title {
  margin-bottom: 0;
  z-index: 11;
}
@media (max-width: 1200px) {
  .content-2-col-carousel-content-wrapper .left-column {
    width: 100%;
    min-height: calc((275px + 225 * ((100vw - 376px) / 1544)) - 0.1px);
    margin-top: calc((41.25px + 33.75 * ((100vw - 376px) / 1544)) - 0.1px);
    margin-bottom: calc((41.25px + 33.75 * ((100vw - 376px) / 1544)) - 0.1px);
  }
}
.content-2-col-carousel-content-wrapper .left-column .carousel-media-content-wrapper .carousel-controls {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.content-2-col-carousel-content-wrapper .right-column {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .content-2-col-carousel-content-wrapper .right-column {
    max-height: 100vh;
  }
}
@media (max-width: 1200px) {
  .content-2-col-carousel-content-wrapper .right-column {
    margin-bottom: calc((41.25px + 33.75 * ((100vw - 376px) / 1544)) - 0.1px);
  }
}
.content-2-col-carousel-content-wrapper .right-column .block-title {
  position: absolute;
  top: 0;
}
.content-2-col-carousel-content-wrapper .right-column .gradient-wrapper {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: calc((66px + 54 * ((100vw - 376px) / 1544)) - 0.1px);
  background: linear-gradient(0deg, #172023 0%, rgba(23, 32, 35, 0) 100%);
  z-index: 2;
}
.content-2-col-carousel-content-wrapper .right-column .content-wrapper {
  padding-top: calc((13.75px + 11.25 * ((100vw - 376px) / 1544)) - 0.1px);
}
.content-2-col-carousel-content-wrapper .right-column .content-wrapper h1, .content-2-col-carousel-content-wrapper .right-column .content-wrapper h2, .content-2-col-carousel-content-wrapper .right-column .content-wrapper h3 {
  font-weight: 300;
  /* ---------------------------------------------------------------------- */
  /* Barlow Semi Condensed                                                  */
  /* ---------------------------------------------------------------------- */
  font-family: "Barlow Semi Condensed", Sans-Serif;
  font-size: calc((93.5px + 16.5 * ((100vw - 1441px) / 479)) - 0.1px);
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .content-2-col-carousel-content-wrapper .right-column .content-wrapper h1, .content-2-col-carousel-content-wrapper .right-column .content-wrapper h2, .content-2-col-carousel-content-wrapper .right-column .content-wrapper h3 {
    font-size: calc((71.5px + 38.5 * ((100vw - 376px) / 1064)) - 0.1px);
  }
}
@media (max-width: 768px) {
  .content-2-col-carousel-content-wrapper .right-column .content-wrapper h1, .content-2-col-carousel-content-wrapper .right-column .content-wrapper h2, .content-2-col-carousel-content-wrapper .right-column .content-wrapper h3 {
    font-weight: 300;
    /* ---------------------------------------------------------------------- */
    /* Barlow Semi Condensed                                                  */
    /* ---------------------------------------------------------------------- */
    font-family: "Barlow Semi Condensed", Sans-Serif;
    font-size: calc((68px + 12 * ((100vw - 1441px) / 479)) - 0.1px);
  }
}
@media (max-width: 768px) and (max-width: 1440px) {
  .content-2-col-carousel-content-wrapper .right-column .content-wrapper h1, .content-2-col-carousel-content-wrapper .right-column .content-wrapper h2, .content-2-col-carousel-content-wrapper .right-column .content-wrapper h3 {
    font-size: calc((52px + 28 * ((100vw - 376px) / 1064)) - 0.1px);
  }
}
@media (min-width: 1200px) {
  .content-2-col-carousel-content-wrapper .right-column .content-wrapper {
    font-size: 3vh;
  }
}
.content-2-col-carousel-content-wrapper .right-column .content-scroller {
  flex: 0 1 auto;
  overflow: hidden;
}
.content-2-col-carousel-content-wrapper .right-column .content-scroller-inner {
  padding-bottom: calc((66px + 54 * ((100vw - 376px) / 1544)) - 0.1px);
}
.content-2-col-carousel-content-wrapper .carousel-media {
  padding-top: 90%;
}

@media (min-width: 1200px) {
  .content-2-col-carousel__direction-left .right-column {
    padding-left: calc((27.5px + 22.5 * ((100vw - 376px) / 1544)) - 0.1px);
  }
}
.content-2-col-carousel__direction-left .block-title {
  right: 0;
}

.content-2-col-carousel__direction-right .content-2-col-carousel-content-wrapper {
  flex-direction: row-reverse;
}
@media (max-width: 1200px) {
  .content-2-col-carousel__direction-right .content-2-col-carousel-content-wrapper {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .content-2-col-carousel__direction-right .right-column {
    padding-right: calc((27.5px + 22.5 * ((100vw - 376px) / 1544)) - 0.1px);
  }
}
.content-2-col-carousel__direction-right .block-title {
  left: 0;
}

.content-2-col-carousel__size-medium .left-column {
  flex: 0 0 40%;
}
.content-2-col-carousel__size-medium .left-column .carousel-media-content-wrapper .carousel-controls {
  bottom: calc((16.5px + 13.5 * ((100vw - 376px) / 1544)) - 0.1px);
}
.content-2-col-carousel__size-medium .right-column {
  flex: 0 0 60%;
}
.content-2-col-carousel__size-medium .content-2-col-carousel-content-wrapper {
  margin-left: calc((25px + 95 * ((100vw - 376px) / 1544)) - 0.1px);
  margin-right: calc((25px + 95 * ((100vw - 376px) / 1544)) - 0.1px);
}
.content-2-col-carousel__size-medium .block-title {
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto !important;
  right: auto !important;
}

.content-2-col-carousel__size-large {
  color: #B2B2B2;
}
.content-2-col-carousel__size-large .left-column {
  flex: 0 0 50%;
}
.content-2-col-carousel__size-large .right-column {
  flex: 0 0 50%;
}
.content-2-col-carousel__size-large .content-2-col-carousel-content-wrapper {
  position: relative;
}
@media (min-width: 1200px) {
  .content-2-col-carousel__size-large.content-2-col-carousel__direction-right .content-2-col-carousel-content-wrapper {
    margin-left: calc((25px + 95 * ((100vw - 376px) / 1544)) - 0.1px);
  }
}
@media (min-width: 1200px) {
  .content-2-col-carousel__size-large.content-2-col-carousel__direction-left .content-2-col-carousel-content-wrapper {
    margin-right: calc((25px + 95 * ((100vw - 376px) / 1544)) - 0.1px);
  }
}
.content-2-col-carousel__size-large .left-column {
  display: flex;
  align-self: stretch;
}
.content-2-col-carousel__size-large .left-column .carousel-media {
  height: auto;
  flex: 1 0 100%;
}
@media (min-width: 1200px) {
  .content-2-col-carousel__size-large .left-column .carousel-media {
    padding-top: 0;
  }
}
.content-2-col-carousel__size-large .left-column .carousel-media-content-wrapper .carousel-controls {
  bottom: calc((27.5px + 22.5 * ((100vw - 376px) / 1544)) - 0.1px);
}
.content-2-col-carousel__size-large .right-column .content-wrapper {
  max-width: calc((550px + 75 * ((100vw - 376px) / 1544)) - 0.1px);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 768px) {
  .content-2-col-carousel__size-large .right-column .content-wrapper {
    margin-left: calc((25px + 95 * ((100vw - 376px) / 1544)) - 0.1px);
    margin-right: calc((25px + 95 * ((100vw - 376px) / 1544)) - 0.1px);
  }
}

@media (min-width: 1200px) {
  .content-2-col-carousel-content-wrapper .carousel-media {
    transform: translateY(200%);
    transition-property: transform;
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  .ready .slide-on-screen .content-2-col-carousel-content-wrapper .carousel-media {
    transform: none;
  }
  .content-2-col-carousel-content-wrapper .content-wrapper .line {
    transform: translateY(calc((27.5px + 22.5 * ((100vw - 376px) / 1544)) - 0.1px));
    opacity: 0;
    transition-property: transform, opacity;
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }
  .ready .slide-on-screen .content-2-col-carousel-content-wrapper .content-wrapper .line {
    transform: none;
    opacity: 1;
  }
}