/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./project_src/assets/css/components/blocks/before-after.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* breaks and gaps */
/* Font sizes and weight user friendly callers */
/* Animations defaults */
/* figma defined font styles */
/* end figma defined font styles */
/*
	Improved screen reader only CSS class
	@author Gaël Poupard
		@note Based on Yahoo!'s technique
		@author Thierry Koblentz
		@see https://www.cssmojo.com/hide-content-from-sighted-users/
	* 1.
		@note `clip` is deprecated but works everywhere
		@see https://developer.mozilla.org/en-US/docs/Web/CSS/clip
	* 2.
		@note `clip-path` is the future-proof version, but not very well supported yet
		@see https://developer.mozilla.org/en-US/docs/Web/CSS/clip-path
		@see http://caniuse.com/#search=clip-path
		@author Yvain Liechti
		@see https://twitter.com/ryuran78/status/778943389819604992
	* 3.
		@note preventing text to be condensed
		author J. Renée Beach
		@see https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
		@note Drupal 8 goes with word-wrap: normal instead
		@see https://www.drupal.org/node/2045151
		@see http://cgit.drupalcode.org/drupal/commit/?id=5b847ea
	* 4.
		@note !important is important
		@note Obviously you wanna hide something
		@author Harry Roberts
		@see https://csswizardry.com/2016/05/the-importance-of-important/
*/
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  border: 0 !important;
  white-space: nowrap !important; /* 3 */
  clip: rect(1px, 1px, 1px, 1px) !important; /* 1 */
  clip-path: inset(50%) !important; /* 2 */
}

/*
	Use in conjunction with .sr-only to only display content when it's focused.
	@note Useful for skip links
	@see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
	@note Based on a HTML5 Boilerplate technique, included in Bootstrap
	@note Fixed a bug with position: static on iOS 10.0.2 + VoiceOver
		@author Sylvain Pigeard
		@see https://github.com/twbs/bootstrap/issues/20732
*/
.sr-only-focusable:focus,
.sr-only-focusable:active {
  clip: auto !important;
  clip-path: none !important;
  height: auto !important;
  margin: auto !important;
  overflow: visible !important;
  width: auto !important;
  white-space: normal !important;
}

/*!
* SlickImageCompare v0.4.11
* https://lemon3.github.io/slick-image-compare
*/
.sic-main {
  --sicBgColor: rgba(0, 0, 0, .8);
}

[data-sic] {
  opacity: 0;
}

.sic-main {
  position: relative;
  box-sizing: border-box;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  max-width: 100%;
  overflow: hidden;
}

.sic-main * {
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.sic-main:hover .sic-arrow-1 {
  transform: translate(-2px);
}

.sic-main:hover .sic-arrow-2 {
  transform: translate(2px);
}

.sic-main img {
  pointer-events: none !important;
  width: 100%;
  max-width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
}

.sic-main .sic-clip {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateZ(0);
}

.sic-main .sic-clip img {
  height: 100%;
}

.sic-main .sic-label {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  position: absolute;
  font-size: 14px;
  bottom: 1em;
  padding: 0.5em 1em;
  border-radius: 3px;
  color: #fff;
  background: var(--sicBgColor);
  line-height: 1em;
  max-width: calc(45% - 30px);
}

.sic-main .sic-label-one {
  left: 1em;
}

.sic-main .sic-label-two {
  right: 1em;
}

.sic-main .sic-handle {
  position: absolute;
  transform: translateZ(0);
}

.sic-main .sic-line {
  position: absolute;
}

.sic-main .sic-line:before {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease-out;
  content: "";
  position: absolute;
}

.sic-main .sic-circle {
  position: absolute;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: 2px solid rgba(255, 255, 255, 1);
  border-radius: 50%;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
  transition: transform 0.2s ease-out;
}

.sic-main .sic-arrows {
  position: absolute;
  width: 36px;
  height: 36px;
}

.sic-main .sic-arrow {
  position: absolute;
  top: 2px;
  width: 32px;
  height: 32px;
  transition: transform 0.2s ease-out;
}

.sic-main .sic-arrow-1 {
  left: -6px;
}

.sic-main .sic-arrow-2 {
  right: -6px;
}

.sic-main.sic-horizontal .sic-handle {
  height: 100%;
  width: 2px;
  top: 0;
  margin-left: -1px;
}

.sic-main.sic-horizontal .sic-line {
  width: 100%;
  left: 0;
  height: 50%;
}

.sic-main.sic-horizontal .sic-line:before {
  width: 100%;
  height: 200%;
  left: 0;
}

.sic-main.sic-horizontal .sic-line.sic-line-1 {
  top: 0;
}

.sic-main.sic-horizontal .sic-line.sic-line-1:before {
  transform: translate3d(0, -20px, 0);
  bottom: 0;
}

.sic-main.sic-horizontal .sic-line.sic-line-2 {
  bottom: 0;
}

.sic-main.sic-horizontal .sic-line.sic-line-2:before {
  transform: translate3d(0, 20px, 0);
  top: 0;
}

.sic-main.sic-horizontal:hover * {
  cursor: col-resize;
}

.sic-main.sic-vertical .sic-handle {
  height: 2px;
  width: 100%;
  left: 0;
  margin-top: -1px;
}

.sic-main.sic-vertical .sic-line {
  width: 50%;
  top: 0;
  height: 100%;
}

.sic-main.sic-vertical .sic-line:before {
  width: 100%;
  height: 100%;
  top: 0;
}

.sic-main.sic-vertical .sic-line.sic-line-1 {
  left: 0;
}

.sic-main.sic-vertical .sic-line.sic-line-1:before {
  transform: translate3d(-20px, 0, 0);
  left: 0;
}

.sic-main.sic-vertical .sic-line.sic-line-2 {
  right: 0;
}

.sic-main.sic-vertical .sic-line.sic-line-2:before {
  transform: translate3d(20px, 0, 0);
  right: 0;
}

.sic-main.sic-vertical .sic-arrows {
  transform: rotate(90deg);
}

.sic-main.sic-vertical:hover * {
  cursor: row-resize;
}

.sic-main.interacting .sic-handle .sic-circle {
  transform: scale(0);
}

.sic-main.interacting .sic-handle .sic-line:before {
  transform: translateZ(0);
}

.before-after {
  container: beforeafter/inline-size;
  overflow: hidden;
}
.before-after.page-builder[style*=background-color] > .page-builder__grid {
  padding-block: 0;
}
.before-after__images {
  overflow: visible !important;
}
.before-after__wrapper {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 800px;
  margin-inline: auto;
  padding-block: min(max(40px, 4.1666666667vw), 80px);
}
.before-after__wrapper img {
  max-width: 100%;
}

/*# sourceMappingURL=before-after.min.css.map*/