/*
 Theme Name:   smart & sophisticated
 Theme URI:    https://smart-and-sophisticated.com/
 Description:  smart & sophisticated Child Theme
 Author:       Twentyone Brands
 Author URI:   https://twentyone-brands.com/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

@font-face {
    font-family: "Overused Grotesk";
    src: url("/wp-content/themes/smart-and-sophisticated/webfonts/OverusedGrotesk-VF.woff2") format("woff2-variations"),
	     url("/wp-content/themes/smart-and-sophisticated/webfonts/OverusedGrotesk-VF.woff") format("woff-variations");
    font-weight: 300 900;
	font-display: swap;
}

html, body {
	font-family: 'Overused Grotesk', Helvetica, Arial, sans-serif;
	font-variation-settings:
	  "wdth" 100;
	scrollbar-gutter: stable;
}

h1, h2, h3, h4, h5, h6 {
  font-variation-settings: 
    "wght" 425,
    "slnt" 0;
  margin-bottom: var(--space-m);
	
  -webkit-text-rendering: optimizeSpeed; 
  text-rendering: optimizeSpeed;
  -webkit-transform: translateZ(0); 
  font-kerning: none;
}

em {
  font-variation-settings: 
    "wght" 300,
    "slnt" -10;
  font-style: normal;
}

strong {
  font-variation-settings:
	"wght" 600;
}

::selection {
	background: var(--primary);
	color: #000;
}

.theme-always-dark p em {
	font-variation-settings:
		"wght" 300,
		"slnt" -10;
	color: white;
}

.theme-always-dark p strong {
	font-variation-settings:
		"wght" 500;
	color: white;
}

.theme-always-dark .mc-color-heading em {
	color: var(--primary);
}

:focus-visible {
    outline: 2px solid #3D3DFF !important;
}

.brxe-section {
	overflow-x: hidden;
	overflow-x: clip;
}

@media screen and (min-width: 479px) and (max-width: 900px) {
h1 {
	font-size: calc(var(--text-4xl) * 1.25) !important;
}
}

@media screen and (max-width: 478px) {
h1 {
	font-size: calc(var(--text-4xl) * 0.95) !important;
}
}

@media screen  and (max-width: 900px) {
	.page-id-12 .hero-heading {
		font-size: calc(var(--text-4xl) * 1.3) !important;
	}
}

@media screen and (max-width: 990px) {
	#ec-hero {
		position: -webkit-sticky;
		position: sticky;
	}
}

@media screen and (max-width: 478px) {
br.resp-br {
	display: none;
}
}

/* Initial state */
/*
[data-reveal] {
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 0.45s ease-out, transform 0.7s ease-out;
}*/

/* Revealed state */
[data-reveal="revealed"] {
  opacity: 1;
  transform: translateY(0);
}

/* Parallax */

.brxe-image:has(> img[data-parallax]) {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative !important;
}

img[data-parallax] {
  position: absolute !important;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 110% !important;
  object-fit: cover;
  object-position: center;
  padding: 0;
}

/* MC H2 Shadow */

.theme-always-dark h2::after {
  content: '';
  width: 100%;
  height: 110%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(130deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.75));
  pointer-events: none;
}

/* Heading Inline Spacing */

.inline-spacing {
  width: 0.35em;
  display: inline-block;
}

/* Particles */

.theme-always-dark {
  --canvas-width: 45%;
  --canvas-height: 65vh;
}

.particle-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--canvas-width);
  height: var(--canvas-height);
  display: block;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  transition: opacity 1.1s ease;
}

.particle-canvas.loaded {
  opacity: 1;
}

.mc-hero::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: var(--canvas-width);
  height: var(--canvas-height);
  background: radial-gradient(transparent, black);
  pointer-events: none;
}

/* Text Max-Width */

.brxe-text {
	max-width: 90rem;
	margin: var(--space-m) 0;
}

@media screen and (max-width: 900px) {
	.brxe-text {
		max-width: 60rem;
	}
}

.info-text {
	font-size: calc(var(--text-xs) * 1.15);
	line-height: 1.4;
}

/* Text Indent */

.brxe-text p:first-child {
  text-indent: 6em;
}

@media screen and (max-width: 767px) {
	.brxe-text p:first-child {
		text-indent: 3em;
	}
}

.brxe-text:not(.footer-text) p a {
	text-decoration: underline;
	font-variation-settings: "wght" 400, "slnt" 0;
	color: var(--text-body);
	transition: font-variation-settings 0.3s ease-in-out;
}


.brxe-text:not(.footer-text) p a:hover {
	font-variation-settings: "wght" 400, "slnt" -10;
}

/*
.ec-quote.brxe-text p:first-child {
  text-indent: 3.5em;
}

.ec-quote.brxe-text p {
  line-height: 1.1;
}

.ec-quote {
	margin: var(--space-2xl) 0;
}
*/

.ec-quote {
  position: relative;
  font-family: "Overused Grotesk", Helvetica, Arial, sans-serif;
  font-size: var(--text-4xl);
  line-height: 1.2;
  width: 100%;
  max-width: 1650px;
  margin: var(--space-2xl) 0;
  white-space: normal;
}

.ec-quote p:first-child {
	text-indent: unset;
}

.ec-quote p {
	display: inline;
}

.quotation {
  font-size: 1.65em;
  position: absolute;
  left: 0em;
  top: -0.65em;
  transform-origin: center center; 
}

.lineWrapper {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.indent {
  display: inline-block;
  background: none;
  width: 3em;
  height: 1em;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
	.indent {
		width: 1.5em;
	}
	.ec-quote {
		font-size: var(--text-3xl);
	}
}

.ec-intro {
  line-height: 1.2;
}

.hero-heading {
	visibility: hidden;
}

/*
.hero-heading em:first-child {
  margin-right: 0.15em;
}*/

.heading-ra {
	text-align: right;
	position: relative;
	line-height: 1.1;
}

.heading-ra em:first-child {
	position: absolute;
	left: 0;
}

.quote-med {
  font-size: var(--text-xl);
  /*margin-left: auto;*/
  align-self: flex-end;
  max-width: 80rem;
}

.quote-med p {
	visibility: hidden;
}

.quote-med p:first-child {
	text-indent: unset;
}

.quote-med .indent {
	width: 4em;
}

.about-subline {
	visibility: hidden;
}

/* Header */

.logo-container {
  position: fixed;
  top: var(--space-2xl);
  left: var(--space-xl);
  z-index: 998;
  mix-blend-mode: exclusion;
  width: clamp(15rem, 17.5vw, 20rem)
}

/*
.logo-container svg {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: clamp(15rem, 17.5vw, 20rem);
}*/

.logo-container svg {
  position: absolute;
  left: 0;
  top: 0;
  perspective: 900px;
}

.logo-container svg g {
  fill: #fff;
}

/*
.logo {
 transition: transform 0.25s;
}

.logo:hover {
	transform: scale(1.025);
}*/

.logo-main {
	width: 100%;
}

.logo-short {
	opacity: 0;
	width: 70px;
	width: clamp(60px, 4.5vw, 80px);
	margin-top: 7.5px;
}

/*
.menu {
  position: fixed;
  top: 6.5rem;
  right: 7rem;
  width: 60px;
  height: 60px;
  background: linear-gradient(
    145deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(38, 38, 41, 1) 4%,
    rgba(24, 24, 27, 1) 29%,
    rgba(24, 24, 27, 1) 45%,
    rgba(14, 14, 14, 1) 79%,
    rgba(35, 35, 35, 1) 100%
  );
  padding: 7px;
  border: none;
  border-radius: 999em;
  cursor: pointer;
  z-index: 998;
}

.menu::after {
  content: "";
  position: absolute;
  width: 102%;
  height: 102%;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    -75deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(38, 38, 41, 1) 4%,
    rgba(24, 24, 27, 1) 29%,
    rgba(14, 14, 17, 1) 45%,
    rgba(10, 19, 10, 1) 79%,
    rgba(35, 35, 35, 1) 100%
  );
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 999em;
}

.burger-line {
  position: absolute;
  left: 50%;
  width: 35px;
  height: 1.25px;
  background: #fff;
  transform: translateX(-50%);
  transform-origin: center;
}

.burger-line:first-child {
  top: calc(50% - 4px);
}

.burger-line:last-child {
  top: calc(50% + 4px);
}

.menu:not(.active) .burger-line {
  transition: top 0.3s 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s 0s cubic-bezier(0.4, 0, 0.2, 1);
}

.menu.active .burger-line {
  transition: top 0.3s 0s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.menu.active .burger-line {
  top: 50%;
}

.menu.active .burger-line:first-child {
  transform: translateX(-50%) rotate(45deg);
}

.menu.active .burger-line:last-child {
  transform: translateX(-50%) rotate(-45deg);
}*/

/* Basic button setup */
.menu {
  position: fixed;
  top: var(--space-2xl);
  right: var(--space-xl);
  width: 60px;
  width: clamp(45px, 5.5vw, 60px);
  height: 60px;
  height: clamp(45px, 5.5vw, 60px);	
  background: linear-gradient(
    145deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(38, 38, 41, 1) 4%,
    rgba(24, 24, 27, 1) 29%,
    rgba(24, 24, 27, 1) 45%,
    rgba(14, 14, 14, 1) 79%,
    rgba(35, 35, 35, 1) 100%
  );
  padding: 7px;
  border: none;
  border-radius: 999em;
  cursor: pointer;
  z-index: 998;
  /* Hint to trigger GPU acceleration */
  will-change: transform;
}

.menu::after {
  content: "";
  position: absolute;
  width: 102%;
  height: 102%;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    -75deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(38, 38, 41, 1) 4%,
    rgba(24, 24, 27, 1) 29%,
    rgba(14, 14, 17, 1) 45%,
    rgba(10, 19, 10, 1) 79%,
    rgba(35, 35, 35, 1) 100%
  );
  padding: 2px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 999em;
  padding: 2px;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;	
}

/* Each burger line (parent) handles the vertical (collapse) animation */
.burger-line {
  position: absolute;
  left: 50%;
  width: 35px;
  width: clamp(25px, 3.5vw, 35px);
  height: 1.75px;
  height: clamp(1px, 2vw, 1.75px);
  transform: translateX(-50%);
  will-change: transform;
  /* Animate vertical translation */
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Set initial vertical offsets:
   - First line: 4px above center
   - Second line: 4px below center */
.burger-line:first-child {
  transform: translate(-50%, -4px);
}
.burger-line:last-child {
  transform: translate(-50%, 4px);
}

/* The pseudo-element draws the visible line and handles rotation */
.burger-line::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transform-origin: center;
  will-change: transform;
  /* Animate rotation */
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.1s ease-in-out;
}

.menu:hover .burger-line::before {
	background: var(--primary);
}

/* --- ACTIVE STATE (Opening) --- */
/* When active, the parent element (burger-line) collapses to center immediately,
   then after 0.3s delay the pseudo-element rotates. */
.menu.active .burger-line {
  transition-delay: 0s;
  transform: translate(-50%, 0);
}
.menu.active .burger-line::before {
  transition-delay: 0.3s, 0s;
}

/* Apply rotation on active state */
.menu.active .burger-line:first-child::before {
  transform: rotate(45deg);
}
.menu.active .burger-line:last-child::before {
  transform: rotate(-45deg);
}

/* --- INACTIVE STATE (Closing) --- */
/* To reverse the animation in proper order:
   - The pseudo-element rotates back immediately,
   - then the parent element moves back to its offset after a 0.3s delay. */
.menu:not(.active) .burger-line::before {
  transition-delay: 0s;
  transform: rotate(0);
}
.menu:not(.active) .burger-line {
  transition-delay: 0.3s;
}

/*
.menu:hover .burger-line:before {
  background: var(--primary);
}*/

/* Main Menu */

.main-menu {
  position: fixed;
  top: 0;
  right: 0;
  min-width: 40vw;
  max-width: 1200px;
  height: 100vh;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  /*align-items: center;*/
  justify-content: center;
  margin-left: auto;
  margin-right: 0;
  padding: 10% 10% 5% 7.5%;
  background: var(--bg-body);
  transform: translate(calc(100% + 6vw),0) rotate(0.001deg);
  transition: all .8s cubic-bezier(.6, 0, .3, 1);
  will-change: transform;
  z-index: 997;
}


@media screen and (min-width: 768) and (max-width: 990px) {
	.main-menu {
	  min-width: 55vw;
	}
}

@media screen and (max-width: 767px) {
	.main-menu {
		width: 100vw;
		min-width: 100%;
		padding: 10% 10% 10% var(--space-xl);
	}
}

.main-menu.active {
  transform: translate(0,0) rotate(0.001deg);
}

.main-menu ul {
  list-style: none;
  margin: 0.75em 0 auto 0;
  padding: 0;
  width: fit-content;
}

.main-menu li {
  display: block;
  position: relative;
  width: 100%;
  cursor: pointer;
  line-height: 3em;
}

.main-menu a {
  display: block;
  font-family: 'Overused Grotesk', Arial, sans-serif;
  font-size: var(--text-2xl);
  font-variation-settings: "slnt" 0, "wght" 350;
  color: #fff;
  width: 100%;
  transition: font-variation-settings 0.3s ease-in-out, transform 0.3s ease-in-out;
}

@media screen and (min-width: 479px) and (max-width: 767px) {
	.main-menu a {
		font-size: var(--text-3xl);
	}
}


@media screen and (max-width: 478px) {
	.main-menu a {
		font-size: var(--text-4xl);
	}
	.main-menu li {
		line-height: 3.5em;
	}
}

.main-menu.menu-ec a {
  color: #000;
}

.main-menu li:hover a{
  font-variation-settings: "slnt" -10, "wght" 300;
  transform: translateX(0.9em);
}

.main-menu li:last-child a {
  font-size: calc(var(--text-xl)*0.8);
  color: #6e6e6e;
}

@media screen and (max-width: 767px) {
	.main-menu li:last-child a {
		font-size: calc(var(--text-xl)*1.2);
	}
}

.menu-content {
  position: relative;
  width: 100%;
  min-width: calc(27.5ch + 2em);
  height: auto;
  display: flex;
  flex-direction: column;
  margin-top: auto;
  margin-bottom: 1em;
  opacity: 0;
  white-space: nowrap;
  transform: translateX(50%);
  transition:  all .6s cubic-bezier(.6, 0, .3, 1);
}

.mc-main-menu .menu-content {
	margin-bottom: auto;
}

@media screen and (max-width: 478px) {
	.menu-content {
		margin-bottom: 5em;
	}
}

.menu-content.active {
  opacity: 1; 
  transform: translateX(0);
}

.main-menu .info-text {
  font-size: calc(var(--text-xs) * 1.15);
  font-variation-settings: "slnt" -10, "wght" 300;
  line-height: 1.4;
  color: #999;
  margin-bottom: 0;
}

.main-menu.menu-ec .info-text {
  color: #6e6e6e;
}

.main-menu.menu-ec .info-text:last-child {
  margin-bottom: 0.25em;
}

.marker {
  position: absolute;
  left: 0;
  font-size: var(--text-2xl);
  font-family: 'Overused Grotesk', Arial, sans-serif;
  font-variation-settings: "wght" 300, "slnt" -10;
  line-height: 1;
  pointer-events: none;
  color: var(--primary);
  /*transform: translateZ(0);*/
  z-index: 1;
}

@media screen and (max-width: 767px) {
	.marker {
		font-size: var(--text-3xl);
	}
}

.main-menu.menu-ec .marker {
  color: #000;
}

a.active-link {
  transform: translateX(0.9em);
  font-variation-settings: "slnt" -10, "wght" 300;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(50, 50, 50, 0);
  pointer-events: none;
  transition: background .6s ease-in-out;
  z-index: 996;
}

.menu-overlay.active {
 background: rgba(20, 20, 20, 0.9);	
 pointer-events: auto;	
 /*-webkit-backdrop-filter: blur(15px);
 backdrop-filter: blur(15px);*/
}

.ec-ol.menu-overlay.active {
 background: rgba(50, 50, 50, 0.7);
}

.er-link {
  font-size: var(--text-m);
  font-variation-settings: "wght" 400, "slnt" 0;
  transition: font-variation-settings 0.3s ease-in-out;
}

.er-link-container:hover .er-link {
  font-variation-settings: "wght" 300, "slnt" -10;
}

@media screen and (max-width: 767px) {
	.er-link {
		font-size: var(--text-l);
	}
}

.er-container {
  position: relative;
  margin-top: auto;
  bottom: 0;
}

.main-menu a.er-link-container{
  display: flex;
  align-items: center;
  gap: 0.125em;
  width: fit-content;
  margin-top: 0.25em;
}


/* Footer */

main {
	background: var(--bg-body);
	box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset, rgba(0, 0, 0, 0.05) 0px 25px 20px -20px;
	z-index: 1;
}

footer, #brxe-footer {
  position: sticky !important;
  bottom: 0;
  left: 0;
  z-index: 0;
}

@media screen and (max-width: 767px) {
	footer, #brxe-footer {
		position: static !important;
	}
}

.footer-ec {
  background: var(--ec-beige);
  /*border-top: 0.5px solid var(--line-primary);*/
  padding: 12.5rem var(--space-xl) calc(var(--space-3xl)*1.1) var(--space-xl);
  overflow: hidden;
}

.footer-mc {
  /*background: linear-gradient(148deg, rgba(38,38,41,1) 0%, rgba(38,38,41,1) 28%, rgba(24,24,27,1) 44%, rgba(14,14,14,1) 76%, rgba(0,0,0,1) 100%);*/
  background: linear-gradient(148deg, rgba(38,38,41,1) 0%, rgba(0,0,0,1) 100%);	
  border-top: 0.5px solid var(--line-primary);
  padding: 12.5rem var(--space-xl) var(--space-3xl) var(--space-xl);
  overflow: hidden;
}

/*@media screen and (max-width: 478px) {*/
@media screen and (max-width: 767px) {
	.footer-ec, .footer-mc {
		padding-bottom: calc(var(--space-3xl) * 2.25);
	}
}

.footer-nav {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-nav li {
	line-height: 1.25;
}

.footer-nav li a {
	font-size: calc(var(--text-m) * 0.9);
	font-variation-settings: "wght" 400, "slnt" 0;
	color: #000;
	transition: font-variation-settings 0.25s ease-in-out;
}

@media screen and (max-width: 478px) {
	.footer-nav li a {
		font-size: var(--text-l);
	}
}

.footer-mc .footer-nav li a {
	color: #fff;
}

.footer-nav li a:hover {
	font-variation-settings: "wght" 300, "slnt" -10;
}

footer .bottom-content {
  margin-top: var(--space-2xl);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5em 4em;
  width: 100%;
  line-height: 1.3;
}


@media screen and (max-width: 1499px) {
	footer .bottom-content {
		justify-content: flex-start;
	}
}

footer .bottom-content p {
  line-height: 1.4;
}

footer .bottom-content .footer-info {
	font-size: var(--text-s);
	font-variation-settings: "slnt" -10;
}

footer .footer-ec .bottom-content .footer-info {
	color: #717171;
}

footer .footer-mc .bottom-content .footer-info {
	color: #8D8D8D;
}

footer .bottom-content .footer-info.footer-home {
	color: #6D6D6D;
}

footer .footer-text p:first-child {
	text-indent: unset;
}

footer .footer-text {
	font-size: var(--text-s);
}

footer .footer-mc .footer-text p {
	color: #fff;
}

footer .bottom-content a {
	font-variation-settings: "wght" 400, "slnt" 0;
	color: #000;
}

footer .footer-mc .bottom-content a {
	color: #fff;
}

footer .footer-text:first-child a {
	text-decoration: underline;
}

footer .footer-icon-container {
	display: flex;
}

footer .footer-icon-container a {
	margin-top: auto;
	margin-bottom: 1em;
}

footer .footer-icon {
  height: 1em;
  transition: transform 0.7s cubic-bezier(0.6, 0.05, 0, 1);
}

footer .footer-icon:hover {
	transform: rotateZ(135deg);
}

footer .footer-mc .footer-icon {
	fill: var(--primary);
}


/* Footer Link Animation */

.bottom-content .footer-text a {
  text-decoration: none;
  position: relative;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
	.bottom-content .footer-text a {
		line-height: 1.7;
	}
}

.bottom-content .footer-text a::before,
.bottom-content .footer-text.hov-alt a::before,
.bottom-content .footer-text.hov-alt a::after{
  content: "";
  position: absolute;
  bottom: 0em;
  left: 0;
  width: 100%;
  /*height: 0.0625em;*/
  height: 1px;
  background-color: #000;
  transition: transform 0.735s cubic-bezier(0.625, 0.05, 0, 1);
  transform-origin: right;
  transform: scaleX(0) rotate(0.001deg);
}

.footer-mc .bottom-content .footer-text a::before,
.footer-mc .bottom-content .footer-text.hov-alt a::before,
.footer-mc .bottom-content .footer-text.hov-alt a::after{
  background-color: #fff;
}

.bottom-content .footer-text a:hover::before {
  transform-origin: left;
  transform: scaleX(1) rotate(0.001deg);
}

.bottom-content .footer-text.hov-alt a::before {
  transform-origin: left;
  transform: scaleX(1) rotate(0.001deg);
  transition-delay: 0.3s;
}

.bottom-content .footer-text.hov-alt a:hover::before {
  transform-origin: right;
  transform: scaleX(0) rotate(0.001deg);
  transition-delay: 0s;
}

.bottom-content .footer-text.hov-alt a::after {
  transform-origin: right;
  transform: scaleX(0) rotate(0.001deg);
  transition-delay: 0s;
}

.bottom-content .footer-text.hov-alt a:hover::after {
  transform-origin: left;
  transform: scaleX(1) rotate(0.001deg);
  transition-delay: 0.3s;
}

/* Back to Top Button */

#back-to-top {
  position: fixed; 
  bottom: 30px; 
  right: var(--space-xl); 
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    145deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(38, 38, 41, 1) 4%,
    rgba(24, 24, 27, 1) 29%,
    rgba(24, 24, 27, 1) 45%,
    rgba(14, 14, 14, 1) 79%,
    rgba(35, 35, 35, 1) 100%
  );
  padding: 0 1em 0 2em;
  margin: var(--space-s) 0;
  height: 3em;
  border-radius: 999em;
  color: white;
  font-size: var(--text-s);
  font-family: "Overused Grotesk", Helvetica, Arial, sans-serif;
  font-variation-settings:
    "wght" 425;
  letter-spacing: 0.025em;
  cursor: pointer;
  /*transition: transform 0.25s ease-in-out;*/
  transform: translateX(300%);
  z-index: 3;
}

#back-to-top::after {
  content: "";
  position: absolute;
  width: 102%;
  height: 102%;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    -75deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(38, 38, 41, 1) 4%,
    rgba(24, 24, 27, 1) 29%,
    rgba(14, 14, 17, 1) 45%,
    rgba(10, 19, 10, 1) 79%,
    rgba(35, 35, 35, 1) 100%
  );
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 999em;
  padding: 2px;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;	
}

/*
#back-to-top:hover {
	transform: scale(0.95);
}*/

#back-to-top svg {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 1.2em;
  transform: translate(-50%, -50%);
}

#back-to-top svg line, #back-to-top svg path {
  transition: stroke 0.25s ease-in-out;
}

#back-to-top:hover svg line, #back-to-top:hover svg path {
  stroke: var(--primary);
}


/* Inverted Border */

.inverted-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  background: var(--bg-surface);
  border-radius: 20px 20px 0px 20px;
  overflow: hidden;
  --inverted-value: 1em;
}

.inverted-container a.brxe-image {
	height: 100%;
	width: 100%;
	/* Test für Resp.*/
	position: absolute;
	left: 0;
	top: 0;
}

.inverted-container img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;	
}

.inverted-border {
  background: white;
  width: fit-content;
  height: fit-content;
  padding: 0.2em;
  border-radius: 1em 0 0 0;
  position: absolute;
  right: 0;
  bottom: 0;
}

.inverted-border:before, .inverted-border:after {
  position: absolute;
  content: '';
  width: calc(var(--inverted-value) * 2);
  height: calc(var(--inverted-value) * 2);
  border-right: var(--inverted-value) solid #fff;
  border-top: var(--inverted-value) solid #fff;
  border-top-right-radius: 999em;
  z-index: 1;
  pointer-events: none;
}

.inverted-border:before {
  bottom: calc(var(--inverted-value) * -1);
  left: calc(var(--inverted-value) * -1);
  transform: rotate(90deg);
}

.inverted-border:after {
  top: calc(var(--inverted-value) * -1);
  right: calc(var(--inverted-value) * -1);
  transform: rotate(90deg);
}

.border-content {
  position: relative;
  width: fit-content;
  padding: 0.75em 0 0 1em;
  z-index: 2;
}

.inverted-container .btn {
	margin: 0;
}


#excellence-retreat .inverted-container {
	border-radius: var(--radius-xl);
}

#excellence-retreat .inverted-border {
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
	border-radius: 0 0 1em 0;
}

#excellence-retreat .inverted-border:before, #excellence-retreat .inverted-border:after {
	transform: rotate(-90deg);
}

#excellence-retreat .border-content {
	padding: 0 1em 0.75em 0;
}

#excellence-retreat .border-content h2 {
	margin-bottom: 0;
}

/* Button */

.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    145deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(38, 38, 41, 1) 4%,
    rgba(24, 24, 27, 1) 29%,
    rgba(24, 24, 27, 1) 45%,
    rgba(14, 14, 14, 1) 79%,
    rgba(35, 35, 35, 1) 100%
  );
  padding: 0 1em 0 2em;
  margin: var(--space-s) 0;
  height: 3em;
  border-radius: 999em;
  color: white;
  font-size: var(--text-s);
  font-family: "Overused Grotesk", Helvetica, Arial, sans-serif;
  font-variation-settings:
    "wght" 425;
  letter-spacing: 0.025em;
  cursor: pointer;
}

.btn::after {
  content: "";
  position: absolute;
  width: 102%;
  height: 102%;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    -75deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(38, 38, 41, 1) 4%,
    rgba(24, 24, 27, 1) 29%,
    rgba(14, 14, 17, 1) 45%,
    rgba(10, 19, 10, 1) 79%,
    rgba(35, 35, 35, 1) 100%
  );
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 999em;
}

.btn .btn-content {
  margin-right: 2.5em;
  transition: transform 0.25s ease-in-out, filter 0.25s ease-in-out;
}

.btn:hover .btn-content {
  transform: translateX(1em);
  filter: blur(2px);
}

.arrow {
  position: absolute;
  right: 0.5em;
  background: var(--primary);
  width: 2em;
  height: 2em;
  font-size: var(--text-s);
  border-radius: 999em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: width 0.3s ease-in-out, transform 0.15s ease-in-out;
}

.btn:hover .arrow {
  width: calc(100% - 1em);
}

.arrow svg {
  width: 0.8em;
  height: 0.8em;
  transition: transform 0.3s ease-in-out;
}

.arrow svg line, .arrow svg path {
  stroke-width: 0.065em;
}

.btn:hover .arrow svg {
  transform: rotateZ(30deg);
}

.btn:active .arrow {
  transform: scale(0.975);
}

.arrow.er-arrow {
  position: static;
  cursor: pointer;
  transition: transform 0.25s ease-in-out;
}

.arrow.er-arrow svg {
  transform: rotateZ(30deg);
}

.er-link-container:hover .arrow.er-arrow {
  transform: scale(0.95) translateX(10%);
}


/* Referenzen Slider */

.referenzen-container {
  display: flex;
  align-items: center;
  width: 100%;
  background: var(--bg-surface);
  padding: 3.5em 2em;
  border-radius: 3em;
}

.referenzen-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.referenzen-infos {
  position: relative;
  width: fit-content;
  display: flex;
  flex-direction: column;
  margin-right: 10%;
}

@media screen and (max-width: 991px) {
	.referenzen-container {
		padding: 1.5em 1em;
	}
	.referenzen-content {
		flex-direction: column;
	}
	.referenzen-infos {
		flex-direction: row;
		margin-bottom: 1.5em;
	}
	.referenzen-controls {
		align-items: flex-end;
		margin-left: 1.25em;
	}
}

@media screen and (max-width: 478px) {
	.referenzen-infos {
		flex-direction: column;
	}
	.referenzen-controls, #brxe-ssbhor.referenzen-controls {
		justify-content: flex-start;
		margin-left: 0;
	}
}

.referenzen-controls button:nth-child(1) {
  margin-right: 0.5em;
}

.referenzen-controls button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    145deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(38, 38, 41, 1) 4%,
    rgba(24, 24, 27, 1) 29%,
    rgba(24, 24, 27, 1) 45%,
    rgba(14, 14, 14, 1) 79%,
    rgba(35, 35, 35, 1) 100%
  );
  padding: 0 1em 0 2em;
  margin: var(--space-s) 0;
  font-size: var(--text-s);
  height: 3em;
  border-radius: 999em;
  transform: scale(1);
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}

.referenzen-controls button::after {
  content: "";
  position: absolute;
  width: 102%;
  height: 102%;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    -75deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(38, 38, 41, 1) 4%,
    rgba(24, 24, 27, 1) 29%,
    rgba(14, 14, 17, 1) 45%,
    rgba(10, 19, 10, 1) 79%,
    rgba(35, 35, 35, 1) 100%
  );
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 999em;
}

.referenzen-controls button:hover {
	transform: scale(0.95);
}

.referenzen-controls button svg {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 1.2em;
  transform: translate(-50%, -50%);
}

.referenzen-controls button svg line, .referenzen-controls button svg path {
  transition: stroke 0.25s ease-in-out;
}

.referenzen-controls button:hover svg line, .referenzen-controls button:hover svg path {
  stroke: var(--primary);
}

.slider-next.inactive, .slider-prev.inactive {
  opacity: 0.8;
  pointer-events: none;
}

.slider {
  flex: 1;
  height: 100%;
  padding: 3em 5em;
  border-radius: 2em;
  background: white;
}

.slider-progress {
  position: relative;
  width: calc(100% - 200px);
  margin: 2em auto 2em auto;
  display: flex;
  justify-content: space-between;
  font-family: "Overused Grotesk", Helvetica, Arial, sans-serif;
  font-variation-settings: "wght" 300, "slnt" -10;
  font-style: normal;
  font-size: var(--text-s);
  --slider-progress: 20%;
}

.numbering:last-child {
  color: #6e6e6e;
}

.slider-progress::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5em;
  width: 100%;
  height: 1px;
  background: lightgrey;
}

.slider-progress::after {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5em;
  width: var(--slider-progress);
  height: 1px;
  background: black;
}

.numbering-wrapper {
  position: relative;
  height: 1.1em;
  width: 3em;
  overflow: hidden;
}

.numbering-wrapper::before {
  position: absolute;
  font-size: 20px;
  font-size: clamp(15px, 1.15vw, 20px);
  font-weight: 300;
  line-height: 1;
}

.numbering-wrapper::before {
  content: "0";
  left: 0;
}

.numbering {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  font-size: clamp(15px, 1.15vw, 20px);
  font-weight: 300;
  font-family: 'Overused Grotesk', sans-serif;
  line-height: 1;
  padding-left: 0.55em;
}

.numbering span {
  color: black;
}

.slider-content {
  display: flex;
  overflow: hidden;
}

.slider-wrapper {
  position: relative;
  flex: 1;
  height: 100%;
  height: fit-content;
  border-radius: 2em;
  background: white;
  overflow: hidden;
}

.slides-container {
  position: relative;
  display: flex;
  height: 100%;
  flex-wrap: nowrap;
  z-index: 5 !important;
}

.slide {
  width: 100%;
  height: auto;
  flex: 1 0 100%;
  padding: 100px;
  line-height: 1.25;
}

@media screen and (min-width: 768px) and (max-width: 990px) {
	.slide {
		padding: 40px;
	}
	.slider-progress {
		width: calc(100% - 80px);
	}
}

@media screen and (max-width: 767px) {
	.slide {
		padding: 30px;
	}
	.slider-progress {
		width: calc(100% - 60px);
	}
}

.slide .brxe-text {
	max-width: 100%;
	margin: 0;
	padding: 0;
	display: inline;
}

.slide .brxe-text p:first-child {
	text-indent: 0;
	display: inline;
}

.referenz {
	font-size: var(--text-s);
	display: inline-block;
	color: #767676;
	transform: translateY(-10%);
}

.referenz:after {
	content: '–';
	display: inline-block;
	margin: 0 0.5em;
}

/* What you gain Animation */

.text-flow-container {
  position: relative;
  margin-bottom: var(--space-4xl);
}

.text-flow-container::before {
  content: '';
  position: absolute;
  left: 45%;
  top: 0;
  width: 0.6px;
  height: 100%;
  background: var(--line-primary);
}

.theme-always-dark .text-flow-container::before {
  left: 50%;
  top: -15%;
  height: 145%;
}

.text-flow {
  list-style: none;
  margin: 10em 0 0 0;
  padding: 0;
  margin-right: 15%;
}

.flow-text {
  font-size: var(--text-xl);
  line-height: 1.45;
}

.text-flow-info {
  position: sticky;
  top: 30vh;
}

.text-flow-info .brxe-text {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.text-flow {
		margin: 2em 0 0 0;
	}
	.text-flow-info {
		position: static;
	}
	.text-flow-container::before {
		display: none;
	}
	.flow-text {
		font-size: calc(var(--text-xl) * 1.35);
	}
}

/* Manifesto Modal */


#manifesto-modal {
	display: none;
	z-index: 996;
}

#manifesto-modal.open {
	z-index: 1000;
}

/*@media screen and (max-width: 478px) {*/
@media screen and (max-width: 767px) {
	#manifesto-modal {
		right: 100% !important;
		left: var(--space-xl);
	}
}

.manifesto-modal {
  position: relative;
  width: auto;
  height: fit-content;
  overflow: hidden;
  background: white;
  padding: 0;
  border-radius: 2em;
  transform-origin: 100% 100%;
  z-index: 9;
  align-self: flex-end;
  margin-left: auto;
  display: flex;
  flex-direction: column;
}

.opened {
  width: 60vw;
  max-width: 1450px;
  height: 70vh;
  padding: 2em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 768px) and (max-width: 990px) {
	.opened {
		/*width: calc(100vw - calc(var(--space-xl) * 2));*/
		width: calc(100vw - var(--space-5xl));
	}
}

@media screen and (max-width: 767px) {
  .opened {
	width: calc(100vw - var(--space-4xl));
	height: 70vh;
    padding: 1em; 
  }
}

.modal-btn {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  vertical-align: middle;
  width: fit-content;
  height: auto;
  padding: 0.1em 0.65em 0.2em 0.65em;
  border-radius: 2em;
  background: black;
  color: #fff;
  font-size: 30px;
  font-variation-settings: "wght" 300;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap; /* wegen SplitText */
  overflow: hidden; /* shine anim */
  -webkit-font-smoothing: antialiased;
  clip-path: inset(0);
  transition: clip-path 0.2s ease-in-out;
}

.opened .modal-btn {
  font-size: clamp(25px, 5vw, 125px);
}
/*
.opened .modal-btn svg {
  opacity: 0;
  transform: translateX(15%);
  animation: none;
}

.modal-btn svg {
  fill: white;
  margin-left: -0.3em;
  margin-right: 0.3em;
  transition: opacity 0.4s ease-in-out, transform 0.25s ease-in-out;
  animation: modal-arrow 1.2s ease-in-out infinite;
}

@keyframes modal-arrow {
  0% {
    transform: translateX(0%);
  }

  40% {
    transform: translateX(10%);
  }
  100% {
    transform: translateX(0%);
  }
}*/

.modal-btn:before {
  content: " ";
  position: absolute;
  top: 0;
  left: -50%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    115deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.3) 40%,
    rgba(255, 255, 255, 0.3) 60%,
    rgba(255, 255, 255, 0)
  );
  transform: translateX(var(--shine));
  filter: blur(5px);
}

.modal-btn:hover {
  clip-path: inset(2.5% 1% round 2em);
}

.modal-btn:focus-visible {
  box-shadow: inset 0px 0px 0px 2px #3D3DFF;
}

.manifesto-modal .close {
  position: absolute;
  right: var(--space-xl);
  top: var(--space-xl);
  width: 1.25em;
  display: none;
  cursor: pointer;
  border: none;
  background: transparent;
}

.manifesto-modal .manifesto-content {
  font-family: "Overused Grotesk", sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0em 1em;
  margin-top: auto;
  display: none;
  flex-wrap: wrap;
  flex-direction: column;
  cursor: default;
}

.manifesto-modal .manifesto-slider {
  display: flex;
  flex: 1 1 auto;
  cursor: grab;
  user-select: none;
}

@media screen and (max-width: 767px) {
  .manifesto-modal .manifesto-slider {
    display: block;
  }
  .manifesto-modal .manifesto-slider-content {
    margin-top: 1em;
  }
}

.manifesto-modal .manifesto-slider ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.manifesto-modal .slider-heading,
.manifesto-modal .manifesto-slider-content {
  font-size: clamp(30px, 2.75vw, 66px);
  line-height: 1.2;
  flex: 1 0 50%;
}

.manifesto-modal .slider-heading {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .manifesto-modal .slider-heading {
    padding-right: 1em;
  }
}


.manifesto-slider-content {
  font-variation-settings: "wght" 300, "slnt" -10;
}

.manifesto-modal .slider-progress {
  position: relative;
  width: 100%;
  margin-bottom: 2em;
  display: flex;
  justify-content: space-between;
	/*
  font-family: "Overused Grotesk";
  font-style: italic;
  font-weight: 300;
  font-size: 20px;*/
  --slider-progress: 25%;
}

.manifesto-modal .numbering:last-child {
  color: #6e6e6e;
}

.manifesto-modal .slider-progress::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5em;
  width: 100%;
  height: 1px;
  background: lightgrey;
}

.manifesto-modal .slider-progress::after {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5em;
  width: var(--slider-progress);
  height: 1px;
  background: black;
}

#manifesto-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: gray;
  opacity: 0;
  pointer-events: none;
  display: none;
  z-index: 1000;
}

.manifesto-modal .slider-buttons {
  position: relative;
  display: flex;
  width: fit-content;
  margin-top: auto;
  margin-bottom: 0;
}

/*
.manifesto-modal .slider-btn {
  position: relative;
  text-decoration: none;
  font-size: 50px;
  background: black;
  color: white;
  border-radius: 999em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  transition: transform 0.25s ease-in-out, opacity 0.4s ease-in-out;
}

.manifesto-modal .slider-btn:first-child {
  margin-right: 0.15em;
}

.manifesto-modal .slider-btn path {
  fill: white;
  transition: fill 0.15s ease-in-out;
}

.slider-btn:hover {
  transform: scale(0.95);
}

.slider-btn:hover path {
  fill: #e5ff55;
}*/


.manifesto-modal .slider-buttons button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    145deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(38, 38, 41, 1) 4%,
    rgba(24, 24, 27, 1) 29%,
    rgba(24, 24, 27, 1) 45%,
    rgba(14, 14, 14, 1) 79%,
    rgba(35, 35, 35, 1) 100%
  );
  padding: 0 1em 0 2em;
  font-size: var(--text-s);
  height: 3em;
  border-radius: 999em;
  transform: scale(1);
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}

.manifesto-modal .slider-buttons button::after {
  content: "";
  position: absolute;
  width: 102%;
  height: 102%;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    -75deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(38, 38, 41, 1) 4%,
    rgba(24, 24, 27, 1) 29%,
    rgba(14, 14, 17, 1) 45%,
    rgba(10, 19, 10, 1) 79%,
    rgba(35, 35, 35, 1) 100%
  );
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 999em;
}

.manifesto-modal .slider-buttons button:hover {
	transform: scale(0.95);
}

.manifesto-modal .slider-buttons button:nth-child(1) {
  margin-right: 0.5em;
}

.manifesto-modal .slider-buttons button svg {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 1.2em;
  transform: translate(-50%, -50%);
}

.manifesto-modal .slider-buttons button svg line, 
.manifesto-modal .slider-buttons button svg path {
  transition: stroke 0.25s ease-in-out;
}

.manifesto-modal .slider-buttons button:hover svg line, 
.manifesto-modal .slider-buttons button:hover svg path {
  stroke: var(--primary);
}

.manifesto-modal .heading-2,
.manifesto-modal .heading-3,
.manifesto-modal .heading-4 {
  display: none;
}

.manifesto-modal .slider-list-2,
.manifesto-modal .slider-list-3,
.manifesto-modal .slider-list-4 {
  display: none;
}


.manifesto-modal .numbering-wrapper {
  position: relative;
  height: 1.1em;
  width: 3em;
  overflow: hidden;
}

.manifesto-modal .numbering-wrapper::before {
  position: absolute;
  font-size: 20px;
  font-size: clamp(15px, 1.15vw, 20px);
  line-height: 1;
}

.manifesto-modal .numbering-wrapper::before {
  content: "0";
  left: 0;
}

.manifesto-modal .numbering {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  font-size: clamp(15px, 1.15vw, 20px);
  font-family: "Overused Grotesk", sans-serif;
  line-height: 1;
  padding-left: 0.55em;
}

.manifesto-modal .numbering span {
  color: black;
}

/* Lenis */

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

/* EC Services */

/* Leistungen */

.ec-leistungen {
  display: grid;
  grid-template-columns: 7.5em 40% 1fr;
  column-gap: 2rem;
  row-gap: var(--space-4xl);
  align-items: start;
  padding: 0 var(--space-l);
  border-top: 1px solid var(--line-primary);
}

@media screen and (max-width: 991px) {
  .ec-leistungen {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 0;
    row-gap: 0;
  }
  .ec-leistungen-number {
    flex: 0 0 1.75em;
  }
  .ec-leistungen .brxe-text {
    flex: 1 1 100%;
  }
}

.ec-leistungen .brxe-text {
  margin: 0;
}

.ec-leistungen .brxe-text p {
  text-indent: unset;
}

.ec-leistungen-number {
  font-variation-settings: "slnt" -10, "wght" 300;
  font-size: var(--text-l);
  line-height: 1;
}

/* Angebote Modal */

#angebote-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: gray;
  opacity: 0;
  /*pointer-events: none;*/
  display: none;
  z-index: 1000;
  transition: opacity .8s ease-in-out;
}

#angebote-overlay.active {
  opacity: 0.9;
}

/*
[data-builder-window="iframe"] #angebote-overlay {
	display: block;
	opacity: 0.9;
}*/

.angebote-modal {
	will-change: transform;
	transform: translateY(100%);
	transition: transform .8s cubic-bezier(.6, 0, .3, 1);
}

/*[data-builder-window="iframe"] #coaching-retreat {
	transform: translateY(0%);
}*/

.angebote-modal.active {
	transform: translateY(0);
}

/*
[data-builder-window="iframe"] .hero-heading,
[data-builder-window="iframe"] .quote-med p {
  opacity: 1;
  visibility: visible;
  transform: none;
}*/

/* About Seite */

.about-img {
	visibility: hidden;
}

/* Split Text Sektion */

.split-text {
  font-size: clamp(30px, 8vw, 145px);
  width: fit-content;
  max-width: 100%;
  line-height: 1.1;
  margin-bottom: 0.35em;
  perspective: 700px;
  transform-style: preserve-3d;
  will-change: transform;
}

.line {
  position: relative;
  width: auto;
  flex: 1 0 auto;
  height: 1px;
  background: black;
  transform: translateY(0.6em);
}

.line-2 {
  margin-right: 0.35em;
}

.line-1,
.line-3 {
  margin-left: 0.35em;
}

/* Benefits */

.benefit-card {
  position: relative;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    145deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(38, 38, 41, 1) 4%,
    rgba(24, 24, 27, 1) 29%,
    rgba(24, 24, 27, 1) 45%,
    rgba(14, 14, 14, 1) 79%,
    rgba(35, 35, 35, 1) 100%
  );
  padding: var(--space-xl) var(--space-l) var(--space-m) var(--space-l);
  border-radius: var(--radius-xl);
  cursor: default;
}

/*
.benefit-card::after {
  content: "";
  position: absolute;
  width: 102%;
  height: 102%;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    -75deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(38, 38, 41, 1) 4%,
    rgba(24, 24, 27, 1) 29%,
    rgba(14, 14, 17, 1) 45%,
    rgba(10, 19, 10, 1) 79%,
    rgba(35, 35, 35, 1) 100%
  );
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: var(--radius-xl);
}*/

.benefit-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--radius-xl);
  padding: 2px;
  background: linear-gradient(
    -75deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(38, 38, 41, 1) 4%,
    rgba(24, 24, 27, 1) 29%,
    rgba(14, 14, 17, 1) 45%,
    rgba(10, 19, 10, 1) 79%,
    rgba(35, 35, 35, 1) 100%
  );
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: add, add;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}

.benefit-card h3 {
	transition: color 0.4s ease-in-out;
}

.benefit-card:hover h3 {
	color: var(--primary);
}

.theme-always-dark .benefit-card h3 {
	color: #fff;
}

.theme-always-dark .benefit-card:hover h3 {
	color: var(--primary);
}

.benefit-card ul li {
	transition: color 0.4s ease-in-out, font-variation-settings 0.4s ease-in-out;
}

.benefit-card ul li:nth-child(1) {
	transition-delay: 0.125s;
}

.benefit-card ul li:nth-child(2) {
	transition-delay: 0.25s;
}

.benefit-card ul li:nth-child(3) {
	transition-delay: 0.375s;
}

.benefit-card:hover ul li {
	color: #fff;
	font-variation-settings: "wght" 300, "slnt" 0;
}

/* Values */

.special {
	font-variation-settings: "wght" 400, "slnt" 0;
	color: var(--text-body);
}

.ec-values {
  font-size: var(--text-2xl);
  font-variation-settings: "wght" 300, "slnt" -10;
  line-height: 1.2;
  color: #888;
  transform-origin: 0% 100%;
}

/* Cuberto Mousefollower */

@media (hover: hover) {
	.mf-cursor {
    display: block;
	}
}
	
@media (hover: none) {
	.mf-cursor {
    display: none;
	}
}

@media screen and (max-width: 478px) {
	.mf-cursor {
		display: none;
	}
}


.mf-cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    direction: ltr;
    contain: layout style size;
    pointer-events: none;
    transition: opacity .3s, color .4s
}

.mf-cursor:before {
    content: "";
    position: absolute;
    top: -24px;
    left: -24px;
    display: block;
    width: 48px;
    height: 48px;
    transform: scale(0.25);
    background: currentColor;
    border-radius: 50%;
    transition: transform .25s ease-in-out, opacity .1s
}

.mf-cursor.-inverse {
    color: #fff
}

@supports(mix-blend-mode: exclusion) {
    .mf-cursor.-exclusion {
        mix-blend-mode: exclusion
    }
    .mf-cursor.-exclusion:before {
        background: #fff
    }
}

.mf-cursor.-pointer:before {
    transform: scale(0.15);
}

.mf-cursor.-text:before {
    opacity: 1;
    transform: scale(3);
    background: var(--primary);
}

.mf-cursor.-text.-active:before {
    transform: scale(1.9);
    transition-duration: .2s
}

.mf-cursor.-link:before {
  transform: scale(1.2);
  opacity: 1;
}


.mf-cursor.-icon:before {
    transform: scale(1.5)
}

.mf-cursor.-sticky:before { 
	transform: scale(1.5); 
} 

.mf-cursor.-size-0-1:before { transform: scale(0.1); } .mf-cursor.-size-0-2:before { transform: scale(0.2); } .mf-cursor.-size-0-5:before { transform: scale(0.5); } .mf-cursor.-size-0-7:before { transform: scale(0.7); } .mf-cursor.-size-1:before { transform: scale(1); } .mf-cursor.-size-1-2:before { transform: scale(1.2); } .mf-cursor.-size-1-5:before { transform: scale(1.5); } .mf-cursor.-size-1-7:before { transform: scale(1.7); } .mf-cursor.-size-2:before { transform: scale(2); } .mf-cursor.-size-2-5:before { transform: scale(2.5); } .mf-cursor.-size-3:before { transform: scale(3); } .mf-cursor.-size-3-5:before { transform: scale(3.5); } .mf-cursor.-size-4:before { transform: scale(4); }

.mf-cursor.-blur .mf-cursor-text {
  color: var(--primary);
  font-size: 1.25em;
}

.mf-cursor.-blur {
  color: rgba(255, 252, 244, 0.4);
}

.mf-cursor.-blur:before {
  -webkit-backdrop-filter: blur(10px);
  -moz-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transform: scale(3);
}

.mf-cursor.-fixed-btn {
  color: var(--accent);
  transition: all 0s;
}

.mf-cursor.-fixed-btn .mf-cursor-text {
	color: var(--primary);
	font-weight: 600;
	font-size: 1.25em;
}

.mf-cursor.-inverse {
	color: #fff;
}

.mf-cursor.-inverse .mf-cursor-text  {
	color: #000;
}

.mf-cursor.-icon.-active:before {
    transform: scale(1.4)
}

.mf-cursor.-hidden:before {
    transform: scale(0)
}

.mf-cursor-text {
    position: absolute;
    top: -18px;
    left: -18px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0) rotate(10deg);
    opacity: 0;
    color: #000;
    font-size: 1em;
    line-height: 1.1;
    text-align: center;
    transition: opacity .4s, transform .3s
}

.mf-cursor.-text .mf-cursor-text,
.mf-cursor.-icon .mf-cursor-text {
    opacity: 1;
    transform: scale(1)
}

.mf-cursor-media {
    position: absolute;
    width: 300px;
    height: 300px;
    margin: -150px 0 0 -150px
}

.mf-cursor-media img,
.mf-cursor-media video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%
}

@supports(object-fit: cover) {
    .mf-cursor-media img,
    .mf-cursor-media video {
        position: static;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: translateZ(0)
    }
}

.mf-cursor-media-box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: scale(0) translateZ(0);
    padding: 1px;
    opacity: 0;
    border-radius: 50%;
    transition: transform .35s, opacity .2s .2s
}

.mf-cursor.-media .mf-cursor-media-box {
    opacity: 1;
    transform: scale(0.696);
    transition-duration: .4s, .4s;
    transition-delay: 0s, 0s
}