*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.-top-4 {
  top: -1rem;
}

.z-10 {
  z-index: 10;
}

.m-0 {
  margin: 0px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mr-4 {
  margin-right: 1rem;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.size-full {
  width: 100%;
  height: 100%;
}

.w-40 {
  width: 12rem;
}

.w-full {
  width: 100%;
}

.w-max {
  width: max-content;
}

.max-w-\[475px\] {
  max-width: 555px;
  line-height: 140%;
}

.max-w-xs {
  max-width: 20rem;
}

.flex-grow {
  flex-grow: 1;
}

.cursor-pointer {
  cursor: pointer;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.overflow-hidden {
  overflow: hidden;
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.bg-p {
  background-color: var(--primary);
}

.bg-s {
  background-color: var(--secondary);
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.p-6 {
  padding: 1.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-\[35px\] {
  font-size: 35px;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.font-black {
  font-weight: 900;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
  line-height: 1.375;
}

/*Hyphens*/

h1,
h2,
h3 {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.no-hyphens {
  hyphens: none;
}

.aspect-ratio-3-2 {
  aspect-ratio: 3 / 2;
}

.aspect-ratio-1-1 {
  aspect-ratio: 1 / 1;
}

.aspect-ratio-5-3 {
  aspect-ratio: 5 / 3;
}

.aspect-ratio-5-4 {
  aspect-ratio: 5 / 4;
}

.brxe-section {
  scroll-margin-top: 450px;
}

.custom-max-width {
  width: 100%;
  max-width: 1440px;
}

.header-width {
  width: 100%;
  max-width: 1440px;
}

#brx-content.wordpress {
  margin-inline: auto;
  padding: 32px;
}

.home .header-width {
  max-width: 2122px;
}

.page-id-3944 .header-width {
  max-width: 2122px;
}

.scrolling #brxe-xkjwxx {
  width: 130px;
}

.brxe-efvoce a {
  border: none !important;
}

body.bricks-is-frontend :focus {
  outline: thin dotted transparent;
}

.lead {
  font-size: clamp(16px, calc(1rem + ((1vw - 7.68px) * 1.1905)), 22px);
  color: var(--va-accent);
}

/*Home page*/

.brxe-xpopover .x-popover_button {
  color: var(--primary);
  font-weight: 900;
  gap: 10px;
  align-items: center;
  display: flex;
}

.highlight-text {
  position: relative;
}

.highlight-text:after {
  content: "";
  border-bottom: 8px solid var(--secondary);
  position: absolute;
  left: 0;
  bottom: 2px;
  z-index: -1;
  right: 0;
}

.brxe-text ul,
.brxe-text ol {
  padding-left: 1.25rem;
}

.home-hero-custom-margin-top {
  margin-top: clamp(-200px, calc(11.25rem + ((1vw - 7.68px) * 46.875)), -500px);
}

.highlight-bg {
  background-color: var(--accent-1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.home .valoo_post-card:nth-child(even) {
  direction: rtl;
}

.valoo_post-card-content {
  direction: ltr;
}

.valoo_info-heading {
  position: absolute;
  z-index: 10;
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 1;
}

/* Tooltip */

.tooltip-icon:hover .tooltip-text {
  display: block;
}

#brxe-pnvymb .tooltips:before {
  top: -6px;
}

.tooltip-with-text .tooltips:before {
  content: "";
  position: absolute;
  background: url(img/tooltip.svg);
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-size: 42px;
  left: -55px;
  top: 13px;
}

.tooltip-without-text .tooltips:before {
  content: "";
  position: absolute;
  background: url(img/tooltip.svg);
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-size: 42px;
  left: -10px;
  top: 8px;
}

.tooltip-without-text .tooltips {
  color: transparent;
}

.tooltips {
  position: relative;
  cursor: pointer;
  display: block;
}

.tooltip-with-text {
  font-size: 28px;
  font-weight: 900;
  width: max-content;
  /* color: var(--va-accent); */
}

.Zebra_Tooltip_Message {
  font-family: "Red Hat Display";
}

.page-id-4808 p {
  margin: 0;
}

.page-id-9759 span.tooltips {
  text-decoration: none;
}

/*Homepage Image*/

@media (min-width: 1025px) and (max-width: 1370px) {
  .hero-section.brxe-section {
    margin-bottom: 0;
    padding-bottom: 1100px;
  }
}

@media (min-width: 951px) and (max-width: 1024px) {
  .hero-section.brxe-section {
    margin-bottom: 0;
    padding-bottom: 1200px;
  }
}

@media (min-width: 933px) and (max-width: 950px) {
  .hero-section.brxe-section {
    margin-bottom: 0;
    padding-bottom: 1300px;
  }
}

@media (min-width: 391px) and (max-width: 932px) {
  .hero-section.brxe-section {
    margin-bottom: 0;
    padding-bottom: 1450px;
  }
}

@media (max-width: 390px) {
  .hero-section.brxe-section {
    margin-bottom: 0;
    padding-bottom: 1200px;
  }
}

@media (max-width: 460px) {
  h1 {
    font-size: 32px !important;
  }

  h2 {
    font-size: 28px !important;
  }
}

/*Order*/

@media (max-width: 950px) {
  .valoo_second-illustration {
    order: 3;
  }

  .valoo_third-illustration {
    order: 2;
  }
}

@media (max-width: 1024px) {
  .housing-and-living {
    top: 445px !important;
  }
}

@media (max-width: 1265px) and (min-width: 1025px) {
  .housing-and-living {
    top: 384px !important;
  }
}

.valoo_info-heading {
  font-size: 40px !important;
  display: flex;
  width: max-content;
}

.valoo_info-heading a {
  font-weight: 900 !important;
  color: var(--va-accent);
}
.valoo_info-heading a:hover {
  color: var(--va-accent);
}

@media (min-width: 768px) {
  .valoo_info-heading,
  .valoo_info-heading a {
    font-size: 50px !important;
  }
}

@media (min-width: 1024px) {
  .valoo_info-heading,
  .valoo_info-heading a {
    font-size: 55px !important;
  }
}

@media (max-width: 440px) {
  .valoo_info-heading,
  .valoo_info-heading a {
    font-size: 32px !important;
  }
}

/*Housing and living*/

@media (max-width: 1670px) {
  .housing-living-vector-wrapper {
    right: -60px !important;
  }
}

@media (max-width: 1470px) {
  .housing-living-vector-wrapper {
    right: 30px !important;
    bottom: -114px !important;
  }

  .housing-living-arrow {
    margin-top: -47px;
  }

  .housing-living-wrapper {
    right: -252px !important;
  }
}

@media (max-width: 1370px) {
  .housing-living-wrapper {
    top: 560px !important;
  }
}

@media (max-width: 1024px) {
  .housing-living-arrow {
    margin-top: 0 !important;
  }

  .housing-living-vector-wrapper {
    bottom: -160px !important;
  }
}

@media (max-width: 950px) {
  .housing-living-wrapper {
    left: -134px !important;
    top: 735px !important;
  }

  .housing-living-heading {
    top: 34px !important;
    left: 149px !important;
  }

  .housing-living-rounded-image {
    width: 850px !important;
    max-width: 850px !important;
  }

  .image-tooltips-wrapper {
    left: auto !important;
    right: -54px;
    top: 97px;
    bottom: auto !important;
  }

  .housing-living-vector-wrapper {
    bottom: -188px !important;
    right: 104px !important;
  }
}

@media (min-width: 700px) and (max-width: 900px) {
  .housing-living-wrapper {
    left: -250px !important;
  }

  .image-tooltips-wrapper {
    right: -248px;
    top: 115px;
  }

  .housing-living-heading {
    left: 279px !important;
  }
}

@media (max-width: 699px) {
  .housing-living-wrapper {
    left: -288px !important;
  }

  .image-tooltips-wrapper {
    right: -248px;
    top: 115px;
  }

  .housing-living-heading {
    left: 312px !important;
  }
}

@media (max-width: 768px) {
  .housing-living-wrapper {
    top: 560px !important;
  }

  .housing-living-arrow {
    margin-right: 18px;
    position: relative;
    top: -20px;
  }

  .housing-living-vector-wrapper {
    bottom: -210px !important;
    right: 154px !important;
  }
}

@media (max-width: 630px) {
  .housing-living-rounded-image {
    width: 824px !important;
    max-width: 824px !important;
  }

  .housing-living-wrapper {
    left: -390px !important;
  }

  .housing-living-heading {
    left: 411px !important;
  }

  .image-tooltips-wrapper {
    right: -339px;
    top: 145px;
  }

  .housing-living-vector-wrapper {
    bottom: -173px !important;
    right: -18px !important;
  }

  .housing-living-arrow {
    margin-right: auto;
    position: relative;
    bottom: -90px;
  }

  .housing-living-image {
    width: 566px !important;
    max-width: 566px !important;
  }

  #brxe-vcewfd {
    top: 40px;
    left: 54px;
  }

  #brxe-svmebu {
    width: 332px;
    height: 320px;
  }
}

.custom-hero-heading {
  max-width: 425px;
  hyphens: none;
  line-height: 1;
  font-size: 50px !important;
  color: var(--va-accent);
}

@media (min-width: 1024px) {
  .custom-hero-heading {
    font-size: 105px !important;
    max-width: 739px;
  }
}

@media (min-width: 768px) and (max-width: 949px) {
  .custom-hero-heading {
    font-size: 91px !important;
    max-width: 606px;
    width: 100%;
  }
}

@media (min-width: 950px) and (max-width: 1023px) {
  .custom-hero-heading {
    font-size: 97px !important;
    max-width: 717px;
  }
}

@media (max-width: 480px) {
  .housing-living-wrapper {
    top: 600px !important;
  }
}

@media (max-width: 419px) {
  .housing-living-wrapper {
    top: 690px !important;
  }

  .image-tooltips-wrapper {
    right: -324px;
    top: 145px;
  }

  .housing-living-image {
    width: 480px !important;
    max-width: 480px !important;
  }

  .housing-living-vector-wrapper {
    bottom: -167px !important;
    right: -67px !important;
  }

  .housing-living-rounded-image {
    width: 740px !important;
    max-width: 740px !important;
  }

  #brxe-vcewfd {
    top: 19px;
    left: 32px;
  }

  #brxe-svmebu {
    width: 300px;
  }
}

/*Reuse and Production*/

.translatepress-de_CH_informal #brxe-zkzxmm {
  right: -195px;
}

.translatepress-de_CH_informal #brxe-fuhzaj {
  top: -120px;
  right: 33px;
}

.translatepress-fr_FR #brxe-zkzxmm {
  right: -40px;
}

.translatepress-fr_FR .reuse-production-vector-wrapper {
  top: -121px !important;
  right: 30px !important;
}

@media (max-width: 1400px) {
  .reuse-production-wrapper {
    top: 105px !important;
    left: -190px !important;
  }

  .reuse-production-image-wrapper {
    right: -100px !important;
  }
}

@media (min-width: 1170px) and (max-width: 1370px) {
  .reuse-production-wrapper {
    top: 600px !important;
  }
}

@media (min-width: 951px) and (max-width: 1369px) {
  .reuse-production-wrapper {
    top: 713px !important;
  }

  .reuse-production-vector-wrapper {
    top: -120px !important;
    right: 235px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1369px) {
  .translatepress-de_CH_informal .reuse-production-vector-wrapper {
    right: 100px !important;
  }

  .reuse-production-heading {
    right: -280px;
  }
}

@media (max-width: 1024px) {
  .reuse-production-image-wrapper {
    right: -215px !important;
  }

  .reuse-production-tooltips {
    right: 449px !important;
    bottom: 230px !important;
  }
}

@media (max-width: 950px) {
  .reuse-production-wrapper {
    top: 1200px !important;
  }

  .reuse-production-rounded-image {
    max-width: 821px !important;
    width: 821px !important;
  }

  .reuse-production-wrapper {
    left: -150px !important;
  }

  .reuse-production-heading {
    right: auto !important;
    top: 115px !important;
    left: 170px;
  }

  .reuse-production-vector-wrapper {
    top: -35px !important;
  }

  .reuse-production-arrow {
    rotate: -50deg;
    position: relative;
    top: -10px;
    left: -20px;
  }

  .reuse-production-image {
    width: 736px !important;
    max-width: 736px !important;
  }

  .reuse-production-image-wrapper {
    top: 250px !important;
    right: -172px !important;
  }

  .reuse-production-tooltips {
    right: 314px !important;
    bottom: 480px !important;
  }

  .translatepress-fr_FR .reuse-production-vector-wrapper {
    top: -51px !important;
  }
}

@media (min-width: 631px) and (max-width: 932px) {
  .reuse-production-wrapper {
    top: 1333px !important;
  }
}

@media (max-width: 630px) {
  .reuse-production-wrapper {
    left: -410px !important;
    top: 1300px !important;
  }

  .reuse-production-vector-wrapper {
    top: -59px !important;
    right: -327px !important;
  }

  .reuse-production-heading {
    right: auto !important;
    top: 103px !important;
    left: 431px;
  }

  .reuse-production-image-wrapper {
    top: 280px !important;
    right: -378px !important;
  }

  .reuse-production-image {
    width: 560px !important;
    max-width: 560px !important;
  }

  .reuse-production-tooltips {
    right: 68px !important;
    bottom: 413px !important;
  }

  .translatepress-de_CH_informal .reuse-production-vector-wrapper {
    right: -372px !important;
  }

  .translatepress-fr_FR .reuse-production-vector-wrapper {
    right: -371px !important;
  }
}

@media (max-width: 390px) {
  .reuse-production-vector-wrapper {
    right: -370px !important;
  }

  .reuse-production-tooltips {
    right: -7px !important;
    bottom: 444px !important;
  }

  .translatepress-de_CH_informal .reuse-production-vector-wrapper {
    right: -400px !important;
  }

  .translatepress-fr_FR .reuse-production-vector-wrapper {
    right: -404px !important;
  }

  .translatepress-fr_FR .reuse-production-wrapper {
    top: 1110px !important;
  }

  .reuse-production-wrapper {
    top: 1100px !important;
  }
}

/*Collection & Treatment*/

#brxe-hyuccj .tooltips:before {
  top: 0px;
}

@media (max-width: 1680px) {
  .collection-treatment-image-wrapper {
    left: -100px;
  }
}

@media (max-width: 1548px) {
  .collection-treatment-vector-wrapper {
    top: -84px !important;
    left: 13px !important;
  }
}

@media (max-width: 1400px) {
  .collection-treatment-wrapper {
    top: -362px !important;
  }

  .npk-wrapper {
    bottom: -29px !important;
    left: -287px !important;
  }
}

@media (max-width: 1370px) {
  .collection-treatment-wrapper {
    top: 772px !important;
  }
}

@media (min-width: 951px) and (max-width: 1024px) {
  .collection-treatment-wrapper {
    right: -160px !important;
  }

  .collection-treatment-vector-wrapper {
    top: -48px !important;
    left: 111px !important;
  }

  .collection-treatment-image-wrapper {
    left: 0px;
  }

  .collection-treatment-heading {
    top: 191px !important;
    left: -230px !important;
  }

  .npk-wrapper {
    bottom: -165px !important;
    left: -218px !important;
  }

  .npk-arrow {
    rotate: 45deg;
    position: relative;
    top: -47px;
    left: -47px;
  }
}

@media (max-width: 950px) {
  .collection-treatment-wrapper {
    top: 900px !important;
    right: -120px !important;
  }

  .collection-treatment-vector-wrapper {
    left: -45px !important;
  }

  .colllection-treatment-arrow {
    position: relative;
    left: 400px;
    top: -50px;
    transform: scaleX(-1);
    rotate: -48deg;
  }

  .collection-treatment-heading {
    left: -202px !important;
  }

  .collection-treatment-image-wrapper {
    left: -128px;
    top: 148px !important;
    width: 754px !important;
    max-width: 754px !important;
  }

  .npk-wrapper {
    bottom: -271px !important;
    left: 181px !important;
  }

  .npk-arrow {
    rotate: -106deg;
    position: relative;
    top: -42px;
    left: 23px;
  }
}

@media (min-width: 551px) and (max-width: 932px) {
  .collection-treatment-image-wrapper {
    width: 734px !important;
    max-width: 734px !important;
  }

  .collection-treatment-wrapper {
    top: 1050px !important;
    right: -168px !important;
  }

  .collection-treatment-vector-wrapper {
    top: -142px !important;
    left: -80px !important;
  }

  .collection-treatment-heading {
    left: -158px !important;
    top: 30px !important;
  }
}

@media (max-width: 550px) {
  .collection-treatment-wrapper {
    top: 1060px !important;
    right: -70px !important;
  }

  .collection-treatment-vector-wrapper {
    left: -140px !important;
    top: -130px !important;
  }

  .collection-treatment-heading {
    left: -50px !important;
  }

  .collection-treatment-image-wrapper {
    width: 473px !important;
    max-width: 473px !important;
    left: -76px;
    top: 188px !important;
  }

  .npk-wrapper {
    bottom: -350px !important;
    left: 20px !important;
  }

  .npk-arrow {
    top: 45px;
    left: 0px;
  }

  #brxe-khuvhe {
    right: 90px;
    top: -216px;
    position: relative;
  }

  #brxe-tyumvb {
    right: 184px;
    top: 26px;
  }
}

@media (max-width: 390px) {
  #brxe-owhvtr {
    margin-top: 0;
    margin-left: 0;
  }

  .collection-treatment-wrapper {
    top: 890px !important;
  }

  .collection-treatment-vector-wrapper {
    left: -90px !important;
    top: -100px !important;
  }

  .colllection-treatment-arrow {
    left: 300px;
  }

  .translatepress-fr_FR .collection-treatment-wrapper {
    top: 880px !important;
    right: -70px !important;
  }

  .translatepress-de_CH_informal .collection-treatment-wrapper {
    top: 890px !important;
  }

  .translatepress-de_CH_informal .reuse-production-wrapper {
    top: 1150px !important;
  }
}

.Zebra_Tooltip {
  font-size: 14px !important;
}

.Zebra_Tooltip .Zebra_Tooltip_Message {
  font-weight: 900 !important;
}

.Zebra_Tooltip .Zebra_Tooltip_Arrow_Bottom {
  bottom: auto !important;
}

option {
  color: #000;
}

.valoo_rich-text p,
.brxe-text p,
.brxe-text h2,
.brxe-text h3,
.brxe-text h4,
.brxe-text h5,
.brxe-text h6 {
  margin-bottom: 20px;
}

.valoo_rich-text ul li,
.brxe-text ul li {
  margin-bottom: 20px;
}

.home .valoo_post-card:last-child {
  margin-bottom: 0;
}

.group:hover .group-hover\:text-s {
  color: var(--secondary);
}

@media (min-width: 640px) {
  .sm\:w-1\/3 {
    width: 33.333333%;
  }

  .sm\:w-2\/3 {
    width: 66.666667%;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:gap-12 {
    gap: 3rem;
  }
}

@media (min-width: 768px) {
  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-52 {
    width: 13rem;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }
}

@media (min-width: 1024px) {
  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .xl\:mt-0 {
    margin-top: 0px;
  }

  .xl\:w-56 {
    width: 14rem;
  }
}
.scroll-down-download:hover .scroll-down-icon {
  animation: scroll-down 2s ease infinite;
}

.scroll-down-icon {
  position: absolute;
  top: 1.5rem;
  left: 0.75rem;
}
.scroll-down {
  animation-name: scroll-down;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-timeline: auto;
}
@keyframes scroll-down {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-10px);
  }
}
/* tooltip */
.custom-tooltip {
  position: absolute;
  z-index: 999999;
  padding: 20px;
  background: var(--va-accent);
  color: white;
  font-size: 16px;
  font-weight: 700;
  width: 256px;
  max-width: calc(100vw - 20px);
  border-radius: 5px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
  line-height: 1.4;
  display: none;
}

.custom-tooltip::after {
  content: "";
  position: absolute;
  left: calc(50% + var(--arrow-offset, 0px));
  bottom: -12px;
  transform: translateX(-50%);
  width: 20px;
  height: 12px;
  background-image: url("img/tooltip-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

.custom-tooltip.below {
  transform: translateY(10px);
}
.custom-tooltip.below::after {
  top: -12px;
  bottom: auto;
  transform: translateX(-50%) rotate(180deg);
}
