/**
 * 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
 */
/**
 * @mixin flexible
 * @since 1.0.0
 */
/**
 * @mixin flex-box
 * @since 1.0.0
 */
/**
 * @mixin flex-inl
 * @since 1.0.0
 */
/**
 * @mixin flex-row
 * @since 1.0.0
 */
/**
 * @mixin flex-col
 * @since 1.0.0
 */
/**
 * @mixin flex-gap
 * @since 1.0.0
 */
/**
 * @mixin flex-row-gap
 * @since 1.0.0
 */
/**
 * @mixin flex-col-gap
 * @since 1.0.0
 */
/**
 * @mixin flex-row-item
 * @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 to support text-stroke.
 * @function text-stroke
 * @sinc 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
 */
/**
 * Creates nth-based staggering transition using delays.
 * @mixin transition-delay-nth
 * @since 1.0.0
 */
/**
 * @mixin transition-stagger-delay-normal
 * @since 1.0.0
 * @hidden
 */
/**
 * @mixin transition-stagger-delay-invert
 * @since 1.0.0
 * @hidden
 */
/**
 * 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
 */
.text-image-bold {
  position: relative;
  margin: 0px;
  margin-top: calc((90px + 30 * ((100vw - 376px) / 1064)) - 0.1px);
  margin-bottom: calc((90px + 30 * ((100vw - 376px) / 1064)) - 0.1px);
}

.text-image-bold-body {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .text-image-bold-body {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }
}

.text-image-bold-main,
.text-image-bold-side {
  width: 50%;
}
@media (max-width: 1024px) {
  .text-image-bold-main,
.text-image-bold-side {
    width: 100%;
  }
}

.text-image-bold-side {
  position: relative;
  align-self: stretch;
}

.text-image-bold-side-image {
  position: relative;
  /*
  .image {

  	@include relative;

  	@include transition-property(opacity, transform);
  	@include transition-duration(soft);
  	@include transition-equation(soft);

  	overflow: hidden;
  	transform: translateY(100%);
  	width: auto;

  	.layer {

  		@include transition-property(opacity, transform);
  		@include transition-duration(soft);
  		@include transition-equation(soft);

  		min-height: rem(580px);
  		padding: 0px;
  		padding-top: 145%;
  		transform: translateY(-100%);

  		.ready .visible-on-screen & {
  			transform: none;
  		}
  	}

  	.ready .visible-on-screen & {
  		transform: none;
  	}
  }
  */
}
.text-image-bold-side-image .image {
  position: relative;
  flex: 1 0 auto;
  overflow: hidden;
  padding: 0;
  padding-bottom: 145%;
  transform: translateY(100%);
  transition-property: opacity, transform;
  transition-duration: 850ms;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  width: auto;
}
.ready .block-on-screen .text-image-bold-side-image .image {
  transform: none;
}
.text-image-bold-side-image .image img {
  object-fit: cover;
  transform: translateY(-100%);
  transition-property: opacity, transform;
  transition-duration: 850ms;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.ready .block-on-screen .text-image-bold-side-image .image img {
  transform: none;
}

.text-image-bold-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  padding: 0px;
  padding-left: calc((90px + 30 * ((100vw - 376px) / 1064)) - 0.1px);
}
@media (max-width: 1024px) {
  .text-image-bold-main {
    padding: 0px;
    padding-top: calc((90px + 30 * ((100vw - 376px) / 1064)) - 0.1px);
  }
}

.text-image-bold-heading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .text-image-bold-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.text-image-bold-heading .drop-text-lines {
  position: relative;
  top: auto;
}
.text-image-bold-heading h1, .text-image-bold-heading h2 {
  font-size: calc((25px + 25 * ((100vw - 376px) / 1064)) - 0.1px);
}
@supports (-webkit-text-stroke-width: 1.5px) {
  .text-image-bold-heading h1, .text-image-bold-heading h2 {
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: white;
    color: transparent;
  }
}
@supports not (-webkit-text-stroke-width: 1.5px) {
  .text-image-bold-heading h1, .text-image-bold-heading h2 {
    color: white;
  }
  .text-light .text-image-bold-heading h1, .text-light .wysiwyg .text-image-bold-heading h1, .text-light .text-image-bold-heading h2, .text-light .wysiwyg .text-image-bold-heading h2 {
    color: white;
  }
  .text-dark .text-image-bold-heading h1, .text-dark .wysiwyg .text-image-bold-heading h1, .text-dark .text-image-bold-heading h2, .text-dark .wysiwyg .text-image-bold-heading h2 {
    color: black;
  }
}
.text-image-bold-heading h1 .glyph-path, .text-image-bold-heading h2 .glyph-path {
  fill: transparent;
  stroke: white;
  stroke-width: 1.5px;
}
@media (max-width: 1024px) {
  .text-image-bold-heading h1, .text-image-bold-heading h2 {
    font-size: calc((25px + 65 * ((100vw - 376px) / 1064)) - 0.1px);
  }
}

.text-image-bold-content {
  width: 100%;
}
.text-image-bold-content h1, .text-image-bold-content h2, .text-image-bold-content h3 {
  transition-property: opacity, transform;
  transition-duration: 850ms;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
  transform: translateY(15%);
}
.ready .visible-on-screen .text-image-bold-content h1, .ready .visible-on-screen .text-image-bold-content h2, .ready .visible-on-screen .text-image-bold-content h3 {
  opacity: 1;
  transform: none;
}
.text-image-bold-content p {
  transition-property: opacity, transform;
  transition-duration: 850ms;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(15%);
}
.ready .visible-on-screen .text-image-bold-content p {
  opacity: 1;
  transform: none;
}