/* 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-hero-cc-homepage {
  padding: clamp(2.5rem, 2.4285714286rem + 0.1488095238vw, 2.5625rem) 0 calc(4.5rem - clamp(1.875rem, -0.1964285714rem + 4.3154761905vw, 3.6875rem)) 0;
  background-color: #f5ede1;
  overflow: hidden;
}
@media (max-width: 47.98rem) {
  .block-hero-cc-homepage {
    padding: clamp(2.5rem, 2.4285714286rem + 0.1488095238vw, 2.5625rem) 0 calc(4.625rem - clamp(1.6875rem, -0.6339285714rem + 4.8363095238vw, 3.71875rem)) 0;
  }
}
.block-hero-cc-homepage__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 48rem) {
  .block-hero-cc-homepage__container {
    flex-direction: row;
    align-items: center;
    max-width: clamp(90rem, 45rem + 50vw, 97.5rem);
    margin-right: 0;
    padding-right: clamp(1.25rem, -7.3928571429rem + 18.005952381vw, 8.8125rem);
  }
}
@media (min-width: 105rem) {
  .block-hero-cc-homepage__container {
    margin-right: clamp(0rem, -52.3806818182rem + 49.8863636364vw, 27.4375rem);
  }
}
@media (min-width: 48rem) {
  .block-hero-cc-homepage__left {
    width: calc(100% - clamp(24.90625rem, 3.9325657895rem + 43.6951754386vw, 49.8125rem) + clamp(1.25rem, -2.4342105263rem + 7.6754385965vw, 5.625rem) - clamp(0rem, -1.5789473684rem + 3.2894736842vw, 1.875rem));
    padding-right: clamp(1.25rem, -2.4342105263rem + 7.6754385965vw, 5.625rem);
  }
}
.block-hero-cc-homepage__left form {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: clamp(1.5rem, -0.2142857143rem + 3.5714285714vw, 3rem);
}
.block-hero-cc-homepage__right {
  position: relative;
  left: -0.625rem;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: clamp(0.75rem, 0.0357142857rem + 1.4880952381vw, 1.375rem);
  grid-column-gap: clamp(0.75rem, 0.25rem + 1.0416666667vw, 1.1875rem);
  width: calc(100% + clamp(1.5625rem, -0.2266221374rem + 7.6335877863vw, 3.4375rem) + 1.5625rem);
  margin-right: clamp(-3.4375rem, 0.2266221374rem + -7.6335877863vw, -1.5625rem);
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}
@media (min-width: 48rem) {
  .block-hero-cc-homepage__right {
    left: unset;
    width: calc(100% - (100% - clamp(24.90625rem, 3.9325657895rem + 43.6951754386vw, 49.8125rem)));
    margin-right: clamp(-5.625rem, 2.4107142857rem + -8.9285714286vw, -1.875rem);
  }
}
.block-hero-cc-homepage__right::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  z-index: 1;
  width: 65.4956%;
  height: 65.4956%;
  background-image: url(../../images/magnifying-glass-180.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%, -50%);
}
.block-hero-cc-homepage__right::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: 2;
  background-color: #f5ede1;
  clip-path: polygon(0% calc(50% - clamp(0.5rem, 0.1428571429rem + 0.744047619vw, 0.8125rem)), calc(50% - clamp(0.4375rem, 0.2232142857rem + 0.4464285714vw, 0.625rem)) calc(50% - clamp(0.5rem, 0.1428571429rem + 0.744047619vw, 0.8125rem)), calc(50% - clamp(0.4375rem, 0.2232142857rem + 0.4464285714vw, 0.625rem)) 0%, calc(50% + clamp(0.4375rem, 0.2232142857rem + 0.4464285714vw, 0.625rem)) 0%, calc(50% + clamp(0.4375rem, 0.2232142857rem + 0.4464285714vw, 0.625rem)) calc(50% - clamp(0.5rem, 0.1428571429rem + 0.744047619vw, 0.8125rem)), 93% calc(50% - clamp(0.5rem, 0.1428571429rem + 0.744047619vw, 0.8125rem)), 93% calc(50% + clamp(0.5rem, 0.1428571429rem + 0.744047619vw, 0.8125rem)), calc(50% + clamp(0.4375rem, 0.2232142857rem + 0.4464285714vw, 0.625rem)) calc(50% + clamp(0.5rem, 0.1428571429rem + 0.744047619vw, 0.8125rem)), calc(50% + clamp(0.4375rem, 0.2232142857rem + 0.4464285714vw, 0.625rem)) 93%, calc(50% - clamp(0.4375rem, 0.2232142857rem + 0.4464285714vw, 0.625rem)) 93%, calc(50% - clamp(0.4375rem, 0.2232142857rem + 0.4464285714vw, 0.625rem)) calc(50% + clamp(0.5rem, 0.1428571429rem + 0.744047619vw, 0.8125rem)), 0% calc(50% + clamp(0.5rem, 0.1428571429rem + 0.744047619vw, 0.8125rem)));
}
.block-hero-cc-homepage__right .image-wrapper {
  z-index: 3;
}
.block-hero-cc-homepage__right .image-wrapper:nth-of-type(1) {
  width: 100%;
  padding-bottom: calc(100% - clamp(0rem, -0.1428571429rem + 0.2976190476vw, 0.125rem));
}
.block-hero-cc-homepage__right .image-wrapper:nth-of-type(1) img {
  -webkit-mask-image: url(../../images/mask-quarter-circle-first.svg);
  -webkit-mask-size: cover;
  mask-image: url(../../images/mask-quarter-circle-first.svg);
  mask-size: cover;
}
.block-hero-cc-homepage__right .image-wrapper:nth-of-type(2) {
  width: 84.576%;
  margin-top: auto;
  margin-right: auto;
  padding-bottom: calc(84.576% - clamp(0rem, -0.0714285714rem + 0.1488095238vw, 0.0625rem));
}
.block-hero-cc-homepage__right .image-wrapper:nth-of-type(2) img {
  -webkit-mask-image: url(../../images/mask-quarter-circle-second.svg);
  -webkit-mask-size: cover;
  mask-image: url(../../images/mask-quarter-circle-second.svg);
  mask-size: cover;
}
.block-hero-cc-homepage__right .image-wrapper:nth-of-type(3) {
  width: calc(84.576% - clamp(0rem, -0.0714285714rem + 0.1488095238vw, 0.0625rem));
  margin-bottom: auto;
  margin-left: auto;
  padding-bottom: 84.576%;
}
.block-hero-cc-homepage__right .image-wrapper:nth-of-type(3) img {
  -webkit-mask-image: url(../../images/mask-quarter-circle-third.svg);
  -webkit-mask-size: cover;
  mask-image: url(../../images/mask-quarter-circle-third.svg);
  mask-size: cover;
}
body:not(.wp-admin) .block-hero-cc-homepage form {
  position: relative;
}
@media (max-width: 47.98rem) {
  body:not(.wp-admin) .block-hero-cc-homepage form {
    margin-bottom: 3rem;
  }
}
body:not(.wp-admin) .block-hero-cc-homepage form > input[type=search]:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button) {
  font-weight: var(--subtitle-1-font-weight);
  font-size: var(--subtitle-1-font-size);
  font-family: var(--subtitle-1-font-family);
  line-height: var(--subtitle-1-line-height);
  padding: 1.4375rem 4.25rem 1.4375rem 1.5rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-color: #eadfce;
  overflow: hidden;
}
@media (min-width: 90rem) {
  body:not(.wp-admin) .block-hero-cc-homepage form > input[type=search]:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button) {
    padding: 1.4375rem 9.875rem 1.4375rem 1.5rem;
  }
}
body:not(.wp-admin) .block-hero-cc-homepage form > input[type=search]:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button):hover, body:not(.wp-admin) .block-hero-cc-homepage form > input[type=search]:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button):focus, body:not(.wp-admin) .block-hero-cc-homepage form > input[type=search]:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button):focus-visible {
  border-color: #9cd19b;
}
body:not(.wp-admin) .block-hero-cc-homepage form > input[type=search]:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button)::-webkit-search-cancel-button {
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("../../images/icons/clear-search.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  -webkit-appearance: none;
}
body:not(.wp-admin) .block-hero-cc-homepage form > input[type=search]:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button)::placeholder {
  color: #706351;
}
body:not(.wp-admin) .block-hero-cc-homepage form > label {
  font-weight: var(--link-1-font-weight);
  font-size: var(--link-1-font-size);
  font-family: var(--link-1-font-family);
  line-height: var(--link-1-line-height);
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.625rem 2rem;
  text-align: center;
  border-radius: 1.125rem;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear;
  position: absolute;
  right: 0.75rem;
  display: flex;
  justify-content: space-between;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 1.625rem;
}
body:not(.wp-admin) .block-hero-cc-homepage form > label::before, body:not(.wp-admin) .block-hero-cc-homepage form > label::after {
  transition: background-color 0.2s linear;
}
body:not(.wp-admin) .block-hero-cc-homepage form > label, a:focus body:not(.wp-admin) .block-hero-cc-homepage form > label, body:not(.wp-admin) .block-hero-cc-homepage form > label:focus {
  color: #013d00;
  border: 0.125rem solid #9cd19b;
  background-color: #9cd19b;
}
@media (any-pointer) {
  body:not(.wp-admin) .block-hero-cc-homepage form > label.hover {
    color: #013d00;
    border-color: #b8e5b8;
    background-color: #b8e5b8;
  }
}
@media (any-hover) {
  a:hover body:not(.wp-admin) .block-hero-cc-homepage form > label, body:not(.wp-admin) .block-hero-cc-homepage form > label:hover {
    color: #013d00;
    border-color: #b8e5b8;
    background-color: #b8e5b8;
  }
}
a:focus-visible body:not(.wp-admin) .block-hero-cc-homepage form > label, body:not(.wp-admin) .block-hero-cc-homepage form > label:focus-visible, a:active body:not(.wp-admin) .block-hero-cc-homepage form > label, body:not(.wp-admin) .block-hero-cc-homepage form > label:active {
  color: #013d00;
  border-color: #b8e5b8;
  background-color: #b8e5b8;
}
.bg-dark body:not(.wp-admin) .block-hero-cc-homepage form > label, .bg-dark-inner body:not(.wp-admin) .block-hero-cc-homepage form > label {
  color: #013d00 !important;
  border-color: #fffbf5 !important;
  background-color: #fffbf5 !important;
}
@media (any-pointer) {
  .bg-dark body:not(.wp-admin) .block-hero-cc-homepage form > label.hover, .bg-dark-inner body:not(.wp-admin) .block-hero-cc-homepage form > label.hover {
    color: #013d00 !important;
    border-color: #b8e5b8 !important;
    background-color: #b8e5b8 !important;
  }
}
@media (any-hover) {
  a:hover .bg-dark body:not(.wp-admin) .block-hero-cc-homepage form > label, .bg-dark body:not(.wp-admin) .block-hero-cc-homepage form > label:hover, a:hover .bg-dark-inner body:not(.wp-admin) .block-hero-cc-homepage form > label, .bg-dark-inner body:not(.wp-admin) .block-hero-cc-homepage form > label:hover {
    color: #013d00 !important;
    border-color: #b8e5b8 !important;
    background-color: #b8e5b8 !important;
  }
}
a:focus-visible .bg-dark body:not(.wp-admin) .block-hero-cc-homepage form > label, .bg-dark body:not(.wp-admin) .block-hero-cc-homepage form > label:focus-visible, a:active .bg-dark body:not(.wp-admin) .block-hero-cc-homepage form > label, .bg-dark body:not(.wp-admin) .block-hero-cc-homepage form > label:active, a:focus-visible .bg-dark-inner body:not(.wp-admin) .block-hero-cc-homepage form > label, .bg-dark-inner body:not(.wp-admin) .block-hero-cc-homepage form > label:focus-visible, a:active .bg-dark-inner body:not(.wp-admin) .block-hero-cc-homepage form > label, .bg-dark-inner body:not(.wp-admin) .block-hero-cc-homepage form > label:active {
  color: #013d00 !important;
  border-color: #b8e5b8 !important;
  background-color: #b8e5b8 !important;
}
@media (max-width: 35.98rem) {
  body:not(.wp-admin) .block-hero-cc-homepage form > label {
    width: 100%;
  }
}
.bg-white body:not(.wp-admin) .block-hero-cc-homepage form > label, a:focus .bg-white body:not(.wp-admin) .block-hero-cc-homepage form > label, .bg-white body:not(.wp-admin) .block-hero-cc-homepage form > label:focus {
  color: #013d00;
  border: 0.125rem solid #9cd19b;
  background-color: #9cd19b;
}
@media (any-pointer) {
  .bg-white body:not(.wp-admin) .block-hero-cc-homepage form > label.hover {
    color: #013d00;
    border-color: #b8e5b8;
    background-color: #b8e5b8;
  }
}
@media (any-hover) {
  a:hover .bg-white body:not(.wp-admin) .block-hero-cc-homepage form > label, .bg-white body:not(.wp-admin) .block-hero-cc-homepage form > label:hover {
    color: #013d00;
    border-color: #b8e5b8;
    background-color: #b8e5b8;
  }
}
a:focus-visible .bg-white body:not(.wp-admin) .block-hero-cc-homepage form > label, .bg-white body:not(.wp-admin) .block-hero-cc-homepage form > label:focus-visible, a:active .bg-white body:not(.wp-admin) .block-hero-cc-homepage form > label, .bg-white body:not(.wp-admin) .block-hero-cc-homepage form > label:active {
  color: #013d00;
  border-color: #b8e5b8;
  background-color: #b8e5b8;
}
body:not(.wp-admin) .block-hero-cc-homepage form > label[target=_blank]::after {
  display: none;
}
@media (max-width: 89.98rem) {
  body:not(.wp-admin) .block-hero-cc-homepage form > label {
    display: block;
    width: 3rem;
    height: 3rem;
    padding: 0.75rem;
    border-radius: 100%;
  }
}
body:not(.wp-admin) .block-hero-cc-homepage form > label::before {
  content: "\ea42";
  font-weight: 400;
  font-size: 1.25rem;
  font-family: "iconfont-propel";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body:not(.wp-admin) .block-hero-cc-homepage form > label > input[type=submit]:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button) {
  font-weight: var(--link-1-font-weight);
  font-size: var(--link-1-font-size);
  font-family: var(--link-1-font-family);
  line-height: var(--link-1-line-height);
  display: none;
  margin: 0 0 0 0.25rem;
  padding: 0;
  color: #013d00;
  text-transform: capitalize;
  border: none;
  background-color: transparent;
}
@media (min-width: 90rem) {
  body:not(.wp-admin) .block-hero-cc-homepage form > label > input[type=submit]:not([type=radio]):not([type=checkbox]):not([type=file]):not(.hs-button) {
    display: block;
  }
}