/* stylelint-disable order/order */
/*
* Converts an pixel value into a rem value.
*
* @param string  $values    the pixel value(s) as a number. Can convert multiple values if values separated by a space.
* @param integer $base      the base pixel value.
*
* @return string   a space-separated string of rem values.
*/
/*
* This is an abbreviated wrapper for the responsive-values function.
*/
/*
* Creates a CSS clamp value that sizes between breakpoints.
*
* @param integer $min                    the minimum pixel value.
* @param integer $max                    the maximum pixel value.
* @param string  $smallest-breakpoint    the name of the smallest breakpoint from the $grid-breakpoints variable.
* @param string  $largest-breakpoint     the name of the largest breakpoint from the $grid-breakpoints variable.
* @param string  $screen                 whether to use a horizontal (width) breakpoint or a vertical (height) breakpoint.
*
* @return string   a CSS clamp property value.
*/
/*
* Outputs a font family value from the $fonts variable.
*
* @param string  $key   the font key.
*
* @return string   a font family value.
*/
/*
* Outputs a color value from the $paints or $additional-paints variables.
*
* @param string   $key   the color name.
*
* @return string   a color value.
*/
/*
* Outputs an effect value from the $effects variable.
*
* @param string  $key   the effect name.
*
* @return string   an effect value.
*/
/* stylelint-enable order/order */
/*
* Used to target heading selectors.
*
* @param integer  $start               the first heading element to target. 1 through 6.
* @param integer  $end                 the last heading element to target. 1 through 6.
* @param string   $beforeCombinator    the CSS combinator to include before the heading classes.
* @param string   $afterCombinator     the CSS combinator to include after the heading classes.
* @param boolean  $includeFontClasses  whether or not to include the .has-t-1... classes or just output the standard heading elements.
*
* @return string  The included CSS wrapped with selectors for the specified headings.
*/
/*
* Used to add properties to a for a pseudo element to make an icon based on the iconfont set.
*
* @param string   $content     the content for the icon. Usually uses one of the iconfont variables.
* @param string   $font-size   the font size with unit.
*
* @return string  The CSS properties for the icon.
*/
/*
* Generates CSS to fit an element into the 12-column grid. Only works when used on an element where the parent element is the width of the entire page.
*
* @return string  CSS properties to set the width of the element to the specified column sizes.
*/
/*
* Used to target elements with a background color that has a text color different from the standard color.
*
* @param string   $additionalSelectors     additional comma-separated selectors to add.
*
* @return string  The included CSS wrapped with selectors for the specified background.
*/
/*
* Used to target button elements with a background color set to use the alt button colors.
*
* @param string   $additionalSelectors     additional comma-separated selectors to add.
*
* @return string  The included CSS wrapped with selectors for the specified background.
*/
/*
* Used to add the CSS Grid properties for the 12-column grid.
*
* @return string  The CSS Grid properties for the 12-column grid.
*/
/*
* Used to visually hide an element but still allow screen readers to access the element and its contents for accessibility.
*
* @return string  The styles needed to visually hide an element.
*/
/****************
 * Fonts
 *
 * The font settings are defined via the gulp figma which task creates variables in the css/__base-includes/figma/_figma-font-styles.scss file based on the Figma file. Additional variables are defined here.
 ****************/
/*
* This array is used to specify the fonts used on the project with the following parameters:
	base - the name for use in the font() mixin.
		css - the output CSS value.
		figma-name: - the 'font-family' name ued in the _figma-font-variable.scss file.
	)
*/
/****************
 * Colors
 *
 * The primary colors are defined via the gulp figma task which creates variables in the css/__base-includes/figma/_figma-color-variables.scss file based on the Figma file. Additional variables are defined here.
 ****************/
/* If additional colors need to be added to the _figma-color-variables.scss, they can be added to this variable: */
/* This variable controls the background colors generated in the ACF background_color field and the background color classes - bg-white, bg-neutral-10, etc: */
/* This variable controls the default text color on a light background. Used with paint(text) to generate a CSS variable that changes to use background font colors. */
/* If a background color uses a different font color than the default color, use these variables to specify the alternate colors */
/* Backgrounds specified in this variable will use the alternative text colors: */
/* Backgrounds specified in this variable will use the alternative button colors: */
/****************
 * Effects
 ****************/
/****************
 * Grid Settings
 ****************/
/****************
 * Block Spacing
 *
 * These variables are based on the "Spacing" rules found in the "Foundations" section in Figma. These control the default spacing between blocks of different colors.
 ****************/
/*
This file can be used for optional additions to the Figma-generated font style mixins in the figma/_figma-font-styles.scss file.

For example, if you want to add styles to the @overline mixin, just create a mixin here called @overline-custom and that CSS will be added to the primary mixin:

@mixin overline-custom() {
	font-weight: 700;
}
*/
.block-content-side-image-full-height {
  position: relative;
  padding: 0;
  overflow: hidden;
}
@media (min-width: 48rem) {
  .block-content-side-image-full-height--right .block-content-side-image-full-height__container {
    flex-direction: row-reverse;
    margin-right: 0;
    padding-right: 0;
  }
}
@media (min-width: 48rem) {
  .block-content-side-image-full-height--left .block-content-side-image-full-height__container {
    margin-left: 0;
    padding-left: 0;
  }
}
@media (min-width: 48rem) and (max-width: 74.98rem) {
  .block-content-side-image-full-height--right .block-content-side-image-full-height__content-col {
    padding-right: clamp(2.5rem, 0.3947368421rem + 4.3859649123vw, 5rem);
  }
}
@media (min-width: 90rem) {
  .block-content-side-image-full-height--right .block-content-side-image-full-height__content-col {
    padding-right: clamp(9.625rem, 8.9090909091rem + 0.6818181818vw, 10rem);
  }
}
@media (min-width: 48rem) and (max-width: 74.98rem) {
  .block-content-side-image-full-height--left .block-content-side-image-full-height__content-col {
    padding-left: clamp(2.5rem, 0.3947368421rem + 4.3859649123vw, 5rem);
  }
}
@media (min-width: 75rem) {
  .block-content-side-image-full-height--left .block-content-side-image-full-height__content-col {
    padding-left: clamp(8.9375rem, 6.9090909091rem + 1.9318181818vw, 10rem);
  }
}
.block-content-side-image-full-height--right .block-content-side-image-full-height__image-wrapper::after {
  right: calc(100% - 7.9375rem);
  transform: scaleX(-1);
}
@media (min-width: 75rem) {
  .block-content-side-image-full-height--right .block-content-side-image-full-height__image-wrapper::after {
    right: calc(100% - 15.5625rem);
  }
}
@media (max-width: 47.98rem) {
  .block-content-side-image-full-height--right .block-content-side-image-full-height__image-wrapper::after {
    bottom: -2.1875rem;
    right: calc(100% - 7.1875rem);
    transform: rotate(90deg);
  }
}
.block-content-side-image-full-height--left .block-content-side-image-full-height__image-wrapper::after {
  left: calc(100% - 7.875rem);
}
@media (min-width: 75rem) {
  .block-content-side-image-full-height--left .block-content-side-image-full-height__image-wrapper::after {
    left: calc(100% - 15.5625rem);
  }
}
@media (max-width: 47.98rem) {
  .block-content-side-image-full-height--left .block-content-side-image-full-height__image-wrapper::after {
    left: calc(100% - 7.1875rem);
    bottom: -2.1875rem;
    transform: rotate(-90deg) scaleX(-1);
  }
}
.block-content-side-image-full-height.bg-transparent + .block-content-side-image.bg-transparent {
  margin-top: clamp(-3rem, -1.125rem + -2.0833333333vw, -2.125rem);
}
.block-content-side-image-full-height.bg-white + .block-content-side-image.bg-white {
  margin-top: clamp(-3rem, -1.125rem + -2.0833333333vw, -2.125rem);
}
.block-content-side-image-full-height.bg-neutral-10 + .block-content-side-image.bg-neutral-10 {
  margin-top: clamp(-3rem, -1.125rem + -2.0833333333vw, -2.125rem);
}
.block-content-side-image-full-height.bg-neutral-11 + .block-content-side-image.bg-neutral-11 {
  margin-top: clamp(-3rem, -1.125rem + -2.0833333333vw, -2.125rem);
}
.block-content-side-image-full-height.bg-neutral-12 + .block-content-side-image.bg-neutral-12 {
  margin-top: clamp(-3rem, -1.125rem + -2.0833333333vw, -2.125rem);
}
.block-content-side-image-full-height.bg-light-top-gradient + .block-content-side-image.bg-light-top-gradient {
  margin-top: clamp(-3rem, -1.125rem + -2.0833333333vw, -2.125rem);
}
.block-content-side-image-full-height.bg-light-bottom-gradient + .block-content-side-image.bg-light-bottom-gradient {
  margin-top: clamp(-3rem, -1.125rem + -2.0833333333vw, -2.125rem);
}
.block-content-side-image-full-height.bg-dark-top-gradient + .block-content-side-image.bg-dark-top-gradient {
  margin-top: clamp(-3rem, -1.125rem + -2.0833333333vw, -2.125rem);
}
.block-content-side-image-full-height.bg-dark-bottom-gradient + .block-content-side-image.bg-dark-bottom-gradient {
  margin-top: clamp(-3rem, -1.125rem + -2.0833333333vw, -2.125rem);
}
.block-content-side-image-full-height.bg-dark + .block-content-side-image.bg-dark {
  margin-top: clamp(-3rem, -1.125rem + -2.0833333333vw, -2.125rem);
}
p + .block-content-side-image-full-height, h1 + .block-content-side-image-full-height, h2 + .block-content-side-image-full-height, h3 + .block-content-side-image-full-height, h4 + .block-content-side-image-full-height, h5 + .block-content-side-image-full-height, h6 + .block-content-side-image-full-height {
  padding-top: clamp(3rem, -0.4285714286rem + 7.1428571429vw, 6rem);
}
.block-content-side-image-full-height__container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 48rem) {
  .block-content-side-image-full-height__container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: clamp(90rem, 45rem + 50vw, 125rem);
    overflow: hidden;
  }
}
@media (max-width: 47.98rem) {
  .block-content-side-image-full-height__content-col {
    margin-bottom: 6rem;
    padding-top: 5.5rem;
  }
}
@media (min-width: 48rem) {
  .block-content-side-image-full-height__content-col {
    width: calc(100% - clamp(19.6875rem, -14.6809210526rem + 71.600877193vw, 60.5rem));
  }
}
@media (min-width: 105rem) {
  .block-content-side-image-full-height__content-col {
    width: calc(100% - clamp(46.553125rem, -1.7886363636rem + 46.0397727273vw, 71.875rem));
  }
}
.block-content-side-image-full-height__content-col p {
  margin-bottom: 0;
}
.block-content-side-image-full-height__content-col .wp-block-buttons {
  margin-top: clamp(1.25rem, 0.3928571429rem + 1.7857142857vw, 2rem);
}
@media (min-width: 48rem) {
  .block-content-side-image-full-height__image-col {
    width: clamp(30.875rem, 5.9276315789rem + 51.9736842105vw, 60.5rem);
  }
}
@media (min-width: 105rem) {
  .block-content-side-image-full-height__image-col {
    width: clamp(60.5rem, 31.625rem + 27.5vw, 75.625rem);
  }
}
.block-content-side-image-full-height__image-wrapper {
  min-height: clamp(26.5rem, 17.3764367816rem + 38.9272030651vw, 58.25rem);
  padding-bottom: 84.207%;
  overflow: unset;
}
@media (max-width: 47.98rem) {
  .block-content-side-image-full-height__image-wrapper {
    width: calc(100% + 2.5rem);
    margin-inline: -1.25rem;
  }
}
@media (min-width: 48rem) {
  .block-content-side-image-full-height__image-wrapper {
    padding-bottom: clamp(22.75rem, -3.25rem + 54.1666666667vw, 45.5rem);
  }
}
@media (min-width: 90rem) {
  .block-content-side-image-full-height__image-wrapper {
    padding-bottom: clamp(45.5rem, 2.0681818182rem + 41.3636363636vw, 68.25rem);
  }
}
.block-content-side-image-full-height__image-wrapper::after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 15.625rem;
  height: 6.75rem;
  background: url(../../images/radius-01.svg) no-repeat;
  background-size: cover;
}
@media (min-width: 75rem) {
  .block-content-side-image-full-height__image-wrapper::after {
    width: 31.25rem;
    height: 13.5rem;
  }
}
@media (max-width: 47.98rem) {
  .block-content-side-image-full-height__image-wrapper::after {
    width: 10.125rem;
    height: 4.375rem;
  }
}