@charset "UTF-8";
/*
Theme Name: ibizz
Author: ibizz
Author URI: https://ibizz.nl/
Version: 2.1
Tested up to: 6.1
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ibizz

This theme, like WordPress, is licensed under the GPL.

ibizz is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@keyframes fadeInRightTransform {
  0% {
    opacity: 0;
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftTransform {
  0% {
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownTransform {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 1024px) {
  .animate {
    opacity: 0;
  }
}
@media (min-width: 1024px) {
  .animate.inview {
    animation-name: fadeInDownTransform;
    animation-duration: 0.6s;
    animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-timing-function: ease-out;
  }
  .animate.inview:not(.wp-block-image) {
    z-index: 0;
  }
}

@media (min-width: 1024px) {
  .animateTb.inview.imgleft > figure {
    animation-name: fadeInLeftTransform;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-timing-function: ease-in-out;
  }
}
@media (min-width: 1024px) {
  .animateTb.inview.imgright > figure {
    animation-name: fadeInRightTransform;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-timing-function: ease-in-out;
  }
}

.animateLi:nth-child(2) {
  animation-delay: 0.25s;
}
.animateLi:nth-child(3) {
  animation-delay: 0.45s;
}
.animateLi:nth-child(4) {
  animation-delay: 0.65s;
}
.animateLi:nth-child(5) {
  animation-delay: 0.85s;
}
.animateLi:nth-child(6) {
  animation-delay: 1.05s;
}
.animateLi:nth-child(7) {
  animation-delay: 1.25s;
}
.animateLi:nth-child(8) {
  animation-delay: 1.45s;
}
.animateLi:nth-child(9) {
  animation-delay: 1.65s;
}
.animateLi:nth-child(10) {
  animation-delay: 1.85s;
}
.animateLi:nth-child(11) {
  animation-delay: 2.05s;
}
.animateLi:nth-child(12) {
  animation-delay: 2.25s;
}
.animateLi:nth-child(13) {
  animation-delay: 2.45s;
}
.animateLi:nth-child(14) {
  animation-delay: 2.65s;
}
.animateLi:nth-child(15) {
  animation-delay: 2.85s;
}
.animateLi:nth-child(16) {
  animation-delay: 3.05s;
}
.animateLi:nth-child(17) {
  animation-delay: 3.25s;
}
.animateLi:nth-child(18) {
  animation-delay: 3.45s;
}
.animateLi:nth-child(19) {
  animation-delay: 3.65s;
}
.animateLi:nth-child(20) {
  animation-delay: 3.85s;
}
.animateLi:nth-child(21) {
  animation-delay: 4.05s;
}
.animateLi:nth-child(22) {
  animation-delay: 4.25s;
}
.animateLi:nth-child(23) {
  animation-delay: 4.45s;
}
.animateLi:nth-child(24) {
  animation-delay: 4.65s;
}
.animateLi:nth-child(25) {
  animation-delay: 4.85s;
}
.animateLi:nth-child(26) {
  animation-delay: 5.05s;
}
.animateLi:nth-child(27) {
  animation-delay: 5.25s;
}
.animateLi:nth-child(28) {
  animation-delay: 5.45s;
}
.animateLi:nth-child(29) {
  animation-delay: 5.65s;
}
.animateLi:nth-child(30) {
  animation-delay: 5.85s;
}
.animateLi:nth-child(31) {
  animation-delay: 6.05s;
}
.animateLi:nth-child(32) {
  animation-delay: 6.25s;
}
.animateLi:nth-child(33) {
  animation-delay: 6.45s;
}
.animateLi:nth-child(34) {
  animation-delay: 6.65s;
}
.animateLi:nth-child(35) {
  animation-delay: 6.85s;
}
.animateLi:nth-child(36) {
  animation-delay: 7.05s;
}
.animateLi:nth-child(37) {
  animation-delay: 7.25s;
}
.animateLi:nth-child(38) {
  animation-delay: 7.45s;
}
.animateLi:nth-child(39) {
  animation-delay: 7.65s;
}
.animateLi:nth-child(40) {
  animation-delay: 7.85s;
}
.animateLi:nth-child(41) {
  animation-delay: 8.05s;
}
.animateLi:nth-child(42) {
  animation-delay: 8.25s;
}
.animateLi:nth-child(43) {
  animation-delay: 8.45s;
}
.animateLi:nth-child(44) {
  animation-delay: 8.65s;
}
.animateLi:nth-child(45) {
  animation-delay: 8.85s;
}
.animateLi:nth-child(46) {
  animation-delay: 9.05s;
}
.animateLi:nth-child(47) {
  animation-delay: 9.25s;
}
.animateLi:nth-child(48) {
  animation-delay: 9.45s;
}
.animateLi:nth-child(49) {
  animation-delay: 9.65s;
}
.animateLi:nth-child(50) {
  animation-delay: 9.85s;
}
.animateLi:nth-child(51) {
  animation-delay: 10.05s;
}
.animateLi:nth-child(52) {
  animation-delay: 10.25s;
}
.animateLi:nth-child(53) {
  animation-delay: 10.45s;
}
.animateLi:nth-child(54) {
  animation-delay: 10.65s;
}
.animateLi:nth-child(55) {
  animation-delay: 10.85s;
}
.animateLi:nth-child(56) {
  animation-delay: 11.05s;
}
.animateLi:nth-child(57) {
  animation-delay: 11.25s;
}
.animateLi:nth-child(58) {
  animation-delay: 11.45s;
}
.animateLi:nth-child(59) {
  animation-delay: 11.65s;
}
.animateLi:nth-child(60) {
  animation-delay: 11.85s;
}
.animateLi:nth-child(61) {
  animation-delay: 12.05s;
}
.animateLi:nth-child(62) {
  animation-delay: 12.25s;
}
.animateLi:nth-child(63) {
  animation-delay: 12.45s;
}
.animateLi:nth-child(64) {
  animation-delay: 12.65s;
}
.animateLi:nth-child(65) {
  animation-delay: 12.85s;
}
.animateLi:nth-child(66) {
  animation-delay: 13.05s;
}
.animateLi:nth-child(67) {
  animation-delay: 13.25s;
}
.animateLi:nth-child(68) {
  animation-delay: 13.45s;
}
.animateLi:nth-child(69) {
  animation-delay: 13.65s;
}
.animateLi:nth-child(70) {
  animation-delay: 13.85s;
}
.animateLi:nth-child(71) {
  animation-delay: 14.05s;
}
.animateLi:nth-child(72) {
  animation-delay: 14.25s;
}
.animateLi:nth-child(73) {
  animation-delay: 14.45s;
}
.animateLi:nth-child(74) {
  animation-delay: 14.65s;
}
.animateLi:nth-child(75) {
  animation-delay: 14.85s;
}
.animateLi:nth-child(76) {
  animation-delay: 15.05s;
}
.animateLi:nth-child(77) {
  animation-delay: 15.25s;
}
.animateLi:nth-child(78) {
  animation-delay: 15.45s;
}
.animateLi:nth-child(79) {
  animation-delay: 15.65s;
}
.animateLi:nth-child(80) {
  animation-delay: 15.85s;
}
.animateLi:nth-child(81) {
  animation-delay: 16.05s;
}
.animateLi:nth-child(82) {
  animation-delay: 16.25s;
}
.animateLi:nth-child(83) {
  animation-delay: 16.45s;
}
.animateLi:nth-child(84) {
  animation-delay: 16.65s;
}
.animateLi:nth-child(85) {
  animation-delay: 16.85s;
}
.animateLi:nth-child(86) {
  animation-delay: 17.05s;
}
.animateLi:nth-child(87) {
  animation-delay: 17.25s;
}
.animateLi:nth-child(88) {
  animation-delay: 17.45s;
}
.animateLi:nth-child(89) {
  animation-delay: 17.65s;
}
.animateLi:nth-child(90) {
  animation-delay: 17.85s;
}
.animateLi:nth-child(91) {
  animation-delay: 18.05s;
}
.animateLi:nth-child(92) {
  animation-delay: 18.25s;
}
.animateLi:nth-child(93) {
  animation-delay: 18.45s;
}
.animateLi:nth-child(94) {
  animation-delay: 18.65s;
}
.animateLi:nth-child(95) {
  animation-delay: 18.85s;
}
.animateLi:nth-child(96) {
  animation-delay: 19.05s;
}
.animateLi:nth-child(97) {
  animation-delay: 19.25s;
}
.animateLi:nth-child(98) {
  animation-delay: 19.45s;
}
.animateLi:nth-child(99) {
  animation-delay: 19.65s;
}
.animateLi:nth-child(100) {
  animation-delay: 19.85s;
}
.animateLi:nth-child(101) {
  animation-delay: 20.05s;
}
.animateLi:nth-child(102) {
  animation-delay: 20.25s;
}
.animateLi:nth-child(103) {
  animation-delay: 20.45s;
}
.animateLi:nth-child(104) {
  animation-delay: 20.65s;
}
.animateLi:nth-child(105) {
  animation-delay: 20.85s;
}
.animateLi:nth-child(106) {
  animation-delay: 21.05s;
}
.animateLi:nth-child(107) {
  animation-delay: 21.25s;
}
.animateLi:nth-child(108) {
  animation-delay: 21.45s;
}
.animateLi:nth-child(109) {
  animation-delay: 21.65s;
}
.animateLi:nth-child(110) {
  animation-delay: 21.85s;
}
.animateLi:nth-child(111) {
  animation-delay: 22.05s;
}
.animateLi:nth-child(112) {
  animation-delay: 22.25s;
}
.animateLi:nth-child(113) {
  animation-delay: 22.45s;
}
.animateLi:nth-child(114) {
  animation-delay: 22.65s;
}
.animateLi:nth-child(115) {
  animation-delay: 22.85s;
}
.animateLi:nth-child(116) {
  animation-delay: 23.05s;
}
.animateLi:nth-child(117) {
  animation-delay: 23.25s;
}
.animateLi:nth-child(118) {
  animation-delay: 23.45s;
}
.animateLi:nth-child(119) {
  animation-delay: 23.65s;
}
.animateLi:nth-child(120) {
  animation-delay: 23.85s;
}
.animateLi:nth-child(121) {
  animation-delay: 24.05s;
}
.animateLi:nth-child(122) {
  animation-delay: 24.25s;
}
.animateLi:nth-child(123) {
  animation-delay: 24.45s;
}
.animateLi:nth-child(124) {
  animation-delay: 24.65s;
}
.animateLi:nth-child(125) {
  animation-delay: 24.85s;
}
.animateLi:nth-child(126) {
  animation-delay: 25.05s;
}
.animateLi:nth-child(127) {
  animation-delay: 25.25s;
}
.animateLi:nth-child(128) {
  animation-delay: 25.45s;
}
.animateLi:nth-child(129) {
  animation-delay: 25.65s;
}
.animateLi:nth-child(130) {
  animation-delay: 25.85s;
}
.animateLi:nth-child(131) {
  animation-delay: 26.05s;
}
.animateLi:nth-child(132) {
  animation-delay: 26.25s;
}
.animateLi:nth-child(133) {
  animation-delay: 26.45s;
}
.animateLi:nth-child(134) {
  animation-delay: 26.65s;
}
.animateLi:nth-child(135) {
  animation-delay: 26.85s;
}
.animateLi:nth-child(136) {
  animation-delay: 27.05s;
}
.animateLi:nth-child(137) {
  animation-delay: 27.25s;
}
.animateLi:nth-child(138) {
  animation-delay: 27.45s;
}
.animateLi:nth-child(139) {
  animation-delay: 27.65s;
}
.animateLi:nth-child(140) {
  animation-delay: 27.85s;
}
.animateLi:nth-child(141) {
  animation-delay: 28.05s;
}
.animateLi:nth-child(142) {
  animation-delay: 28.25s;
}
.animateLi:nth-child(143) {
  animation-delay: 28.45s;
}
.animateLi:nth-child(144) {
  animation-delay: 28.65s;
}
.animateLi:nth-child(145) {
  animation-delay: 28.85s;
}
.animateLi:nth-child(146) {
  animation-delay: 29.05s;
}
.animateLi:nth-child(147) {
  animation-delay: 29.25s;
}
.animateLi:nth-child(148) {
  animation-delay: 29.45s;
}
.animateLi:nth-child(149) {
  animation-delay: 29.65s;
}
.animateLi:nth-child(150) {
  animation-delay: 29.85s;
}
.animateLi:nth-child(151) {
  animation-delay: 30.05s;
}
.animateLi:nth-child(152) {
  animation-delay: 30.25s;
}
.animateLi:nth-child(153) {
  animation-delay: 30.45s;
}
.animateLi:nth-child(154) {
  animation-delay: 30.65s;
}
.animateLi:nth-child(155) {
  animation-delay: 30.85s;
}
.animateLi:nth-child(156) {
  animation-delay: 31.05s;
}
.animateLi:nth-child(157) {
  animation-delay: 31.25s;
}
.animateLi:nth-child(158) {
  animation-delay: 31.45s;
}
.animateLi:nth-child(159) {
  animation-delay: 31.65s;
}
.animateLi:nth-child(160) {
  animation-delay: 31.85s;
}
.animateLi:nth-child(161) {
  animation-delay: 32.05s;
}
.animateLi:nth-child(162) {
  animation-delay: 32.25s;
}
.animateLi:nth-child(163) {
  animation-delay: 32.45s;
}
.animateLi:nth-child(164) {
  animation-delay: 32.65s;
}
.animateLi:nth-child(165) {
  animation-delay: 32.85s;
}
.animateLi:nth-child(166) {
  animation-delay: 33.05s;
}
.animateLi:nth-child(167) {
  animation-delay: 33.25s;
}
.animateLi:nth-child(168) {
  animation-delay: 33.45s;
}
.animateLi:nth-child(169) {
  animation-delay: 33.65s;
}
.animateLi:nth-child(170) {
  animation-delay: 33.85s;
}
.animateLi:nth-child(171) {
  animation-delay: 34.05s;
}
.animateLi:nth-child(172) {
  animation-delay: 34.25s;
}
.animateLi:nth-child(173) {
  animation-delay: 34.45s;
}
.animateLi:nth-child(174) {
  animation-delay: 34.65s;
}
.animateLi:nth-child(175) {
  animation-delay: 34.85s;
}
.animateLi:nth-child(176) {
  animation-delay: 35.05s;
}
.animateLi:nth-child(177) {
  animation-delay: 35.25s;
}
.animateLi:nth-child(178) {
  animation-delay: 35.45s;
}
.animateLi:nth-child(179) {
  animation-delay: 35.65s;
}
.animateLi:nth-child(180) {
  animation-delay: 35.85s;
}
.animateLi:nth-child(181) {
  animation-delay: 36.05s;
}
.animateLi:nth-child(182) {
  animation-delay: 36.25s;
}
.animateLi:nth-child(183) {
  animation-delay: 36.45s;
}
.animateLi:nth-child(184) {
  animation-delay: 36.65s;
}
.animateLi:nth-child(185) {
  animation-delay: 36.85s;
}
.animateLi:nth-child(186) {
  animation-delay: 37.05s;
}
.animateLi:nth-child(187) {
  animation-delay: 37.25s;
}
.animateLi:nth-child(188) {
  animation-delay: 37.45s;
}
.animateLi:nth-child(189) {
  animation-delay: 37.65s;
}
.animateLi:nth-child(190) {
  animation-delay: 37.85s;
}
.animateLi:nth-child(191) {
  animation-delay: 38.05s;
}
.animateLi:nth-child(192) {
  animation-delay: 38.25s;
}
.animateLi:nth-child(193) {
  animation-delay: 38.45s;
}
.animateLi:nth-child(194) {
  animation-delay: 38.65s;
}
.animateLi:nth-child(195) {
  animation-delay: 38.85s;
}
.animateLi:nth-child(196) {
  animation-delay: 39.05s;
}
.animateLi:nth-child(197) {
  animation-delay: 39.25s;
}
.animateLi:nth-child(198) {
  animation-delay: 39.45s;
}
.animateLi:nth-child(199) {
  animation-delay: 39.65s;
}
.animateLi:nth-child(200) {
  animation-delay: 39.85s;
}
.animateLi:nth-child(201) {
  animation-delay: 40.05s;
}
.animateLi:nth-child(202) {
  animation-delay: 40.25s;
}
.animateLi:nth-child(203) {
  animation-delay: 40.45s;
}
.animateLi:nth-child(204) {
  animation-delay: 40.65s;
}
.animateLi:nth-child(205) {
  animation-delay: 40.85s;
}
.animateLi:nth-child(206) {
  animation-delay: 41.05s;
}
.animateLi:nth-child(207) {
  animation-delay: 41.25s;
}
.animateLi:nth-child(208) {
  animation-delay: 41.45s;
}
.animateLi:nth-child(209) {
  animation-delay: 41.65s;
}
.animateLi:nth-child(210) {
  animation-delay: 41.85s;
}
.animateLi:nth-child(211) {
  animation-delay: 42.05s;
}
.animateLi:nth-child(212) {
  animation-delay: 42.25s;
}
.animateLi:nth-child(213) {
  animation-delay: 42.45s;
}
.animateLi:nth-child(214) {
  animation-delay: 42.65s;
}
.animateLi:nth-child(215) {
  animation-delay: 42.85s;
}
.animateLi:nth-child(216) {
  animation-delay: 43.05s;
}
.animateLi:nth-child(217) {
  animation-delay: 43.25s;
}
.animateLi:nth-child(218) {
  animation-delay: 43.45s;
}
.animateLi:nth-child(219) {
  animation-delay: 43.65s;
}
.animateLi:nth-child(220) {
  animation-delay: 43.85s;
}
.animateLi:nth-child(221) {
  animation-delay: 44.05s;
}
.animateLi:nth-child(222) {
  animation-delay: 44.25s;
}
.animateLi:nth-child(223) {
  animation-delay: 44.45s;
}
.animateLi:nth-child(224) {
  animation-delay: 44.65s;
}
.animateLi:nth-child(225) {
  animation-delay: 44.85s;
}
.animateLi:nth-child(226) {
  animation-delay: 45.05s;
}
.animateLi:nth-child(227) {
  animation-delay: 45.25s;
}
.animateLi:nth-child(228) {
  animation-delay: 45.45s;
}
.animateLi:nth-child(229) {
  animation-delay: 45.65s;
}
.animateLi:nth-child(230) {
  animation-delay: 45.85s;
}
.animateLi:nth-child(231) {
  animation-delay: 46.05s;
}
.animateLi:nth-child(232) {
  animation-delay: 46.25s;
}
.animateLi:nth-child(233) {
  animation-delay: 46.45s;
}
.animateLi:nth-child(234) {
  animation-delay: 46.65s;
}
.animateLi:nth-child(235) {
  animation-delay: 46.85s;
}
.animateLi:nth-child(236) {
  animation-delay: 47.05s;
}
.animateLi:nth-child(237) {
  animation-delay: 47.25s;
}
.animateLi:nth-child(238) {
  animation-delay: 47.45s;
}
.animateLi:nth-child(239) {
  animation-delay: 47.65s;
}
.animateLi:nth-child(240) {
  animation-delay: 47.85s;
}
.animateLi:nth-child(241) {
  animation-delay: 48.05s;
}
.animateLi:nth-child(242) {
  animation-delay: 48.25s;
}
.animateLi:nth-child(243) {
  animation-delay: 48.45s;
}
.animateLi:nth-child(244) {
  animation-delay: 48.65s;
}
.animateLi:nth-child(245) {
  animation-delay: 48.85s;
}
.animateLi:nth-child(246) {
  animation-delay: 49.05s;
}
.animateLi:nth-child(247) {
  animation-delay: 49.25s;
}
.animateLi:nth-child(248) {
  animation-delay: 49.45s;
}
.animateLi:nth-child(249) {
  animation-delay: 49.65s;
}
.animateLi:nth-child(250) {
  animation-delay: 49.85s;
}
.animateLi:nth-child(251) {
  animation-delay: 50.05s;
}
.animateLi:nth-child(252) {
  animation-delay: 50.25s;
}
.animateLi:nth-child(253) {
  animation-delay: 50.45s;
}
.animateLi:nth-child(254) {
  animation-delay: 50.65s;
}
.animateLi:nth-child(255) {
  animation-delay: 50.85s;
}
.animateLi:nth-child(256) {
  animation-delay: 51.05s;
}
.animateLi:nth-child(257) {
  animation-delay: 51.25s;
}
.animateLi:nth-child(258) {
  animation-delay: 51.45s;
}
.animateLi:nth-child(259) {
  animation-delay: 51.65s;
}
.animateLi:nth-child(260) {
  animation-delay: 51.85s;
}
.animateLi:nth-child(261) {
  animation-delay: 52.05s;
}
.animateLi:nth-child(262) {
  animation-delay: 52.25s;
}
.animateLi:nth-child(263) {
  animation-delay: 52.45s;
}
.animateLi:nth-child(264) {
  animation-delay: 52.65s;
}
.animateLi:nth-child(265) {
  animation-delay: 52.85s;
}
.animateLi:nth-child(266) {
  animation-delay: 53.05s;
}
.animateLi:nth-child(267) {
  animation-delay: 53.25s;
}
.animateLi:nth-child(268) {
  animation-delay: 53.45s;
}
.animateLi:nth-child(269) {
  animation-delay: 53.65s;
}
.animateLi:nth-child(270) {
  animation-delay: 53.85s;
}
.animateLi:nth-child(271) {
  animation-delay: 54.05s;
}
.animateLi:nth-child(272) {
  animation-delay: 54.25s;
}
.animateLi:nth-child(273) {
  animation-delay: 54.45s;
}
.animateLi:nth-child(274) {
  animation-delay: 54.65s;
}
.animateLi:nth-child(275) {
  animation-delay: 54.85s;
}
.animateLi:nth-child(276) {
  animation-delay: 55.05s;
}
.animateLi:nth-child(277) {
  animation-delay: 55.25s;
}
.animateLi:nth-child(278) {
  animation-delay: 55.45s;
}
.animateLi:nth-child(279) {
  animation-delay: 55.65s;
}
.animateLi:nth-child(280) {
  animation-delay: 55.85s;
}
.animateLi:nth-child(281) {
  animation-delay: 56.05s;
}
.animateLi:nth-child(282) {
  animation-delay: 56.25s;
}
.animateLi:nth-child(283) {
  animation-delay: 56.45s;
}
.animateLi:nth-child(284) {
  animation-delay: 56.65s;
}
.animateLi:nth-child(285) {
  animation-delay: 56.85s;
}
.animateLi:nth-child(286) {
  animation-delay: 57.05s;
}
.animateLi:nth-child(287) {
  animation-delay: 57.25s;
}
.animateLi:nth-child(288) {
  animation-delay: 57.45s;
}
.animateLi:nth-child(289) {
  animation-delay: 57.65s;
}
.animateLi:nth-child(290) {
  animation-delay: 57.85s;
}
.animateLi:nth-child(291) {
  animation-delay: 58.05s;
}
.animateLi:nth-child(292) {
  animation-delay: 58.25s;
}
.animateLi:nth-child(293) {
  animation-delay: 58.45s;
}
.animateLi:nth-child(294) {
  animation-delay: 58.65s;
}
.animateLi:nth-child(295) {
  animation-delay: 58.85s;
}
.animateLi:nth-child(296) {
  animation-delay: 59.05s;
}
.animateLi:nth-child(297) {
  animation-delay: 59.25s;
}
.animateLi:nth-child(298) {
  animation-delay: 59.45s;
}
.animateLi:nth-child(299) {
  animation-delay: 59.65s;
}
.animateLi:nth-child(300) {
  animation-delay: 59.85s;
}
.animateLi:nth-child(301) {
  animation-delay: 60.05s;
}
.animateLi:nth-child(302) {
  animation-delay: 60.25s;
}
.animateLi:nth-child(303) {
  animation-delay: 60.45s;
}
.animateLi:nth-child(304) {
  animation-delay: 60.65s;
}
.animateLi:nth-child(305) {
  animation-delay: 60.85s;
}
.animateLi:nth-child(306) {
  animation-delay: 61.05s;
}
.animateLi:nth-child(307) {
  animation-delay: 61.25s;
}
.animateLi:nth-child(308) {
  animation-delay: 61.45s;
}
.animateLi:nth-child(309) {
  animation-delay: 61.65s;
}
.animateLi:nth-child(310) {
  animation-delay: 61.85s;
}
.animateLi:nth-child(311) {
  animation-delay: 62.05s;
}
.animateLi:nth-child(312) {
  animation-delay: 62.25s;
}
.animateLi:nth-child(313) {
  animation-delay: 62.45s;
}
.animateLi:nth-child(314) {
  animation-delay: 62.65s;
}
.animateLi:nth-child(315) {
  animation-delay: 62.85s;
}
.animateLi:nth-child(316) {
  animation-delay: 63.05s;
}
.animateLi:nth-child(317) {
  animation-delay: 63.25s;
}
.animateLi:nth-child(318) {
  animation-delay: 63.45s;
}
.animateLi:nth-child(319) {
  animation-delay: 63.65s;
}
.animateLi:nth-child(320) {
  animation-delay: 63.85s;
}
.animateLi:nth-child(321) {
  animation-delay: 64.05s;
}
.animateLi:nth-child(322) {
  animation-delay: 64.25s;
}
.animateLi:nth-child(323) {
  animation-delay: 64.45s;
}
.animateLi:nth-child(324) {
  animation-delay: 64.65s;
}
.animateLi:nth-child(325) {
  animation-delay: 64.85s;
}
.animateLi:nth-child(326) {
  animation-delay: 65.05s;
}
.animateLi:nth-child(327) {
  animation-delay: 65.25s;
}
.animateLi:nth-child(328) {
  animation-delay: 65.45s;
}
.animateLi:nth-child(329) {
  animation-delay: 65.65s;
}
.animateLi:nth-child(330) {
  animation-delay: 65.85s;
}
.animateLi:nth-child(331) {
  animation-delay: 66.05s;
}
.animateLi:nth-child(332) {
  animation-delay: 66.25s;
}
.animateLi:nth-child(333) {
  animation-delay: 66.45s;
}
.animateLi:nth-child(334) {
  animation-delay: 66.65s;
}
.animateLi:nth-child(335) {
  animation-delay: 66.85s;
}
.animateLi:nth-child(336) {
  animation-delay: 67.05s;
}
.animateLi:nth-child(337) {
  animation-delay: 67.25s;
}
.animateLi:nth-child(338) {
  animation-delay: 67.45s;
}
.animateLi:nth-child(339) {
  animation-delay: 67.65s;
}
.animateLi:nth-child(340) {
  animation-delay: 67.85s;
}
.animateLi:nth-child(341) {
  animation-delay: 68.05s;
}
.animateLi:nth-child(342) {
  animation-delay: 68.25s;
}
.animateLi:nth-child(343) {
  animation-delay: 68.45s;
}
.animateLi:nth-child(344) {
  animation-delay: 68.65s;
}
.animateLi:nth-child(345) {
  animation-delay: 68.85s;
}
.animateLi:nth-child(346) {
  animation-delay: 69.05s;
}
.animateLi:nth-child(347) {
  animation-delay: 69.25s;
}
.animateLi:nth-child(348) {
  animation-delay: 69.45s;
}
.animateLi:nth-child(349) {
  animation-delay: 69.65s;
}
.animateLi:nth-child(350) {
  animation-delay: 69.85s;
}
.animateLi:nth-child(351) {
  animation-delay: 70.05s;
}
.animateLi:nth-child(352) {
  animation-delay: 70.25s;
}
.animateLi:nth-child(353) {
  animation-delay: 70.45s;
}
.animateLi:nth-child(354) {
  animation-delay: 70.65s;
}
.animateLi:nth-child(355) {
  animation-delay: 70.85s;
}
.animateLi:nth-child(356) {
  animation-delay: 71.05s;
}
.animateLi:nth-child(357) {
  animation-delay: 71.25s;
}
.animateLi:nth-child(358) {
  animation-delay: 71.45s;
}
.animateLi:nth-child(359) {
  animation-delay: 71.65s;
}
.animateLi:nth-child(360) {
  animation-delay: 71.85s;
}
.animateLi:nth-child(361) {
  animation-delay: 72.05s;
}
.animateLi:nth-child(362) {
  animation-delay: 72.25s;
}
.animateLi:nth-child(363) {
  animation-delay: 72.45s;
}
.animateLi:nth-child(364) {
  animation-delay: 72.65s;
}
.animateLi:nth-child(365) {
  animation-delay: 72.85s;
}
.animateLi:nth-child(366) {
  animation-delay: 73.05s;
}
.animateLi:nth-child(367) {
  animation-delay: 73.25s;
}
.animateLi:nth-child(368) {
  animation-delay: 73.45s;
}
.animateLi:nth-child(369) {
  animation-delay: 73.65s;
}
.animateLi:nth-child(370) {
  animation-delay: 73.85s;
}
.animateLi:nth-child(371) {
  animation-delay: 74.05s;
}
.animateLi:nth-child(372) {
  animation-delay: 74.25s;
}
.animateLi:nth-child(373) {
  animation-delay: 74.45s;
}
.animateLi:nth-child(374) {
  animation-delay: 74.65s;
}
.animateLi:nth-child(375) {
  animation-delay: 74.85s;
}
.animateLi:nth-child(376) {
  animation-delay: 75.05s;
}
.animateLi:nth-child(377) {
  animation-delay: 75.25s;
}
.animateLi:nth-child(378) {
  animation-delay: 75.45s;
}
.animateLi:nth-child(379) {
  animation-delay: 75.65s;
}
.animateLi:nth-child(380) {
  animation-delay: 75.85s;
}
.animateLi:nth-child(381) {
  animation-delay: 76.05s;
}
.animateLi:nth-child(382) {
  animation-delay: 76.25s;
}
.animateLi:nth-child(383) {
  animation-delay: 76.45s;
}
.animateLi:nth-child(384) {
  animation-delay: 76.65s;
}
.animateLi:nth-child(385) {
  animation-delay: 76.85s;
}
.animateLi:nth-child(386) {
  animation-delay: 77.05s;
}
.animateLi:nth-child(387) {
  animation-delay: 77.25s;
}
.animateLi:nth-child(388) {
  animation-delay: 77.45s;
}
.animateLi:nth-child(389) {
  animation-delay: 77.65s;
}
.animateLi:nth-child(390) {
  animation-delay: 77.85s;
}
.animateLi:nth-child(391) {
  animation-delay: 78.05s;
}
.animateLi:nth-child(392) {
  animation-delay: 78.25s;
}
.animateLi:nth-child(393) {
  animation-delay: 78.45s;
}
.animateLi:nth-child(394) {
  animation-delay: 78.65s;
}
.animateLi:nth-child(395) {
  animation-delay: 78.85s;
}
.animateLi:nth-child(396) {
  animation-delay: 79.05s;
}
.animateLi:nth-child(397) {
  animation-delay: 79.25s;
}
.animateLi:nth-child(398) {
  animation-delay: 79.45s;
}
.animateLi:nth-child(399) {
  animation-delay: 79.65s;
}
.animateLi:nth-child(400) {
  animation-delay: 79.85s;
}
.animateLi:nth-child(401) {
  animation-delay: 80.05s;
}
.animateLi:nth-child(402) {
  animation-delay: 80.25s;
}
.animateLi:nth-child(403) {
  animation-delay: 80.45s;
}
.animateLi:nth-child(404) {
  animation-delay: 80.65s;
}
.animateLi:nth-child(405) {
  animation-delay: 80.85s;
}
.animateLi:nth-child(406) {
  animation-delay: 81.05s;
}
.animateLi:nth-child(407) {
  animation-delay: 81.25s;
}
.animateLi:nth-child(408) {
  animation-delay: 81.45s;
}
.animateLi:nth-child(409) {
  animation-delay: 81.65s;
}
.animateLi:nth-child(410) {
  animation-delay: 81.85s;
}
.animateLi:nth-child(411) {
  animation-delay: 82.05s;
}
.animateLi:nth-child(412) {
  animation-delay: 82.25s;
}
.animateLi:nth-child(413) {
  animation-delay: 82.45s;
}
.animateLi:nth-child(414) {
  animation-delay: 82.65s;
}
.animateLi:nth-child(415) {
  animation-delay: 82.85s;
}
.animateLi:nth-child(416) {
  animation-delay: 83.05s;
}
.animateLi:nth-child(417) {
  animation-delay: 83.25s;
}
.animateLi:nth-child(418) {
  animation-delay: 83.45s;
}
.animateLi:nth-child(419) {
  animation-delay: 83.65s;
}
.animateLi:nth-child(420) {
  animation-delay: 83.85s;
}
.animateLi:nth-child(421) {
  animation-delay: 84.05s;
}
.animateLi:nth-child(422) {
  animation-delay: 84.25s;
}
.animateLi:nth-child(423) {
  animation-delay: 84.45s;
}
.animateLi:nth-child(424) {
  animation-delay: 84.65s;
}
.animateLi:nth-child(425) {
  animation-delay: 84.85s;
}
.animateLi:nth-child(426) {
  animation-delay: 85.05s;
}
.animateLi:nth-child(427) {
  animation-delay: 85.25s;
}
.animateLi:nth-child(428) {
  animation-delay: 85.45s;
}
.animateLi:nth-child(429) {
  animation-delay: 85.65s;
}
.animateLi:nth-child(430) {
  animation-delay: 85.85s;
}
.animateLi:nth-child(431) {
  animation-delay: 86.05s;
}
.animateLi:nth-child(432) {
  animation-delay: 86.25s;
}
.animateLi:nth-child(433) {
  animation-delay: 86.45s;
}
.animateLi:nth-child(434) {
  animation-delay: 86.65s;
}
.animateLi:nth-child(435) {
  animation-delay: 86.85s;
}
.animateLi:nth-child(436) {
  animation-delay: 87.05s;
}
.animateLi:nth-child(437) {
  animation-delay: 87.25s;
}
.animateLi:nth-child(438) {
  animation-delay: 87.45s;
}
.animateLi:nth-child(439) {
  animation-delay: 87.65s;
}
.animateLi:nth-child(440) {
  animation-delay: 87.85s;
}
.animateLi:nth-child(441) {
  animation-delay: 88.05s;
}
.animateLi:nth-child(442) {
  animation-delay: 88.25s;
}
.animateLi:nth-child(443) {
  animation-delay: 88.45s;
}
.animateLi:nth-child(444) {
  animation-delay: 88.65s;
}
.animateLi:nth-child(445) {
  animation-delay: 88.85s;
}
.animateLi:nth-child(446) {
  animation-delay: 89.05s;
}
.animateLi:nth-child(447) {
  animation-delay: 89.25s;
}
.animateLi:nth-child(448) {
  animation-delay: 89.45s;
}
.animateLi:nth-child(449) {
  animation-delay: 89.65s;
}
.animateLi:nth-child(450) {
  animation-delay: 89.85s;
}
.animateLi:nth-child(451) {
  animation-delay: 90.05s;
}
.animateLi:nth-child(452) {
  animation-delay: 90.25s;
}
.animateLi:nth-child(453) {
  animation-delay: 90.45s;
}
.animateLi:nth-child(454) {
  animation-delay: 90.65s;
}
.animateLi:nth-child(455) {
  animation-delay: 90.85s;
}
.animateLi:nth-child(456) {
  animation-delay: 91.05s;
}
.animateLi:nth-child(457) {
  animation-delay: 91.25s;
}
.animateLi:nth-child(458) {
  animation-delay: 91.45s;
}
.animateLi:nth-child(459) {
  animation-delay: 91.65s;
}
.animateLi:nth-child(460) {
  animation-delay: 91.85s;
}
.animateLi:nth-child(461) {
  animation-delay: 92.05s;
}
.animateLi:nth-child(462) {
  animation-delay: 92.25s;
}
.animateLi:nth-child(463) {
  animation-delay: 92.45s;
}
.animateLi:nth-child(464) {
  animation-delay: 92.65s;
}
.animateLi:nth-child(465) {
  animation-delay: 92.85s;
}
.animateLi:nth-child(466) {
  animation-delay: 93.05s;
}
.animateLi:nth-child(467) {
  animation-delay: 93.25s;
}
.animateLi:nth-child(468) {
  animation-delay: 93.45s;
}
.animateLi:nth-child(469) {
  animation-delay: 93.65s;
}
.animateLi:nth-child(470) {
  animation-delay: 93.85s;
}
.animateLi:nth-child(471) {
  animation-delay: 94.05s;
}
.animateLi:nth-child(472) {
  animation-delay: 94.25s;
}
.animateLi:nth-child(473) {
  animation-delay: 94.45s;
}
.animateLi:nth-child(474) {
  animation-delay: 94.65s;
}
.animateLi:nth-child(475) {
  animation-delay: 94.85s;
}
.animateLi:nth-child(476) {
  animation-delay: 95.05s;
}
.animateLi:nth-child(477) {
  animation-delay: 95.25s;
}
.animateLi:nth-child(478) {
  animation-delay: 95.45s;
}
.animateLi:nth-child(479) {
  animation-delay: 95.65s;
}
.animateLi:nth-child(480) {
  animation-delay: 95.85s;
}
.animateLi:nth-child(481) {
  animation-delay: 96.05s;
}
.animateLi:nth-child(482) {
  animation-delay: 96.25s;
}
.animateLi:nth-child(483) {
  animation-delay: 96.45s;
}
.animateLi:nth-child(484) {
  animation-delay: 96.65s;
}
.animateLi:nth-child(485) {
  animation-delay: 96.85s;
}
.animateLi:nth-child(486) {
  animation-delay: 97.05s;
}
.animateLi:nth-child(487) {
  animation-delay: 97.25s;
}
.animateLi:nth-child(488) {
  animation-delay: 97.45s;
}
.animateLi:nth-child(489) {
  animation-delay: 97.65s;
}
.animateLi:nth-child(490) {
  animation-delay: 97.85s;
}
.animateLi:nth-child(491) {
  animation-delay: 98.05s;
}
.animateLi:nth-child(492) {
  animation-delay: 98.25s;
}
.animateLi:nth-child(493) {
  animation-delay: 98.45s;
}
.animateLi:nth-child(494) {
  animation-delay: 98.65s;
}
.animateLi:nth-child(495) {
  animation-delay: 98.85s;
}
.animateLi:nth-child(496) {
  animation-delay: 99.05s;
}
.animateLi:nth-child(497) {
  animation-delay: 99.25s;
}
.animateLi:nth-child(498) {
  animation-delay: 99.45s;
}
.animateLi:nth-child(499) {
  animation-delay: 99.65s;
}
.animateLi:nth-child(500) {
  animation-delay: 99.85s;
}
.animateLi:nth-child(501) {
  animation-delay: 100.05s;
}
.animateLi:nth-child(502) {
  animation-delay: 100.25s;
}
.animateLi:nth-child(503) {
  animation-delay: 100.45s;
}
.animateLi:nth-child(504) {
  animation-delay: 100.65s;
}
.animateLi:nth-child(505) {
  animation-delay: 100.85s;
}
.animateLi:nth-child(506) {
  animation-delay: 101.05s;
}
.animateLi:nth-child(507) {
  animation-delay: 101.25s;
}
.animateLi:nth-child(508) {
  animation-delay: 101.45s;
}
.animateLi:nth-child(509) {
  animation-delay: 101.65s;
}
.animateLi:nth-child(510) {
  animation-delay: 101.85s;
}
.animateLi:nth-child(511) {
  animation-delay: 102.05s;
}
.animateLi:nth-child(512) {
  animation-delay: 102.25s;
}
.animateLi:nth-child(513) {
  animation-delay: 102.45s;
}
.animateLi:nth-child(514) {
  animation-delay: 102.65s;
}
.animateLi:nth-child(515) {
  animation-delay: 102.85s;
}
.animateLi:nth-child(516) {
  animation-delay: 103.05s;
}
.animateLi:nth-child(517) {
  animation-delay: 103.25s;
}
.animateLi:nth-child(518) {
  animation-delay: 103.45s;
}
.animateLi:nth-child(519) {
  animation-delay: 103.65s;
}
.animateLi:nth-child(520) {
  animation-delay: 103.85s;
}
.animateLi:nth-child(521) {
  animation-delay: 104.05s;
}
.animateLi:nth-child(522) {
  animation-delay: 104.25s;
}
.animateLi:nth-child(523) {
  animation-delay: 104.45s;
}
.animateLi:nth-child(524) {
  animation-delay: 104.65s;
}
.animateLi:nth-child(525) {
  animation-delay: 104.85s;
}
.animateLi:nth-child(526) {
  animation-delay: 105.05s;
}
.animateLi:nth-child(527) {
  animation-delay: 105.25s;
}
.animateLi:nth-child(528) {
  animation-delay: 105.45s;
}
.animateLi:nth-child(529) {
  animation-delay: 105.65s;
}
.animateLi:nth-child(530) {
  animation-delay: 105.85s;
}
.animateLi:nth-child(531) {
  animation-delay: 106.05s;
}
.animateLi:nth-child(532) {
  animation-delay: 106.25s;
}
.animateLi:nth-child(533) {
  animation-delay: 106.45s;
}
.animateLi:nth-child(534) {
  animation-delay: 106.65s;
}
.animateLi:nth-child(535) {
  animation-delay: 106.85s;
}
.animateLi:nth-child(536) {
  animation-delay: 107.05s;
}
.animateLi:nth-child(537) {
  animation-delay: 107.25s;
}
.animateLi:nth-child(538) {
  animation-delay: 107.45s;
}
.animateLi:nth-child(539) {
  animation-delay: 107.65s;
}
.animateLi:nth-child(540) {
  animation-delay: 107.85s;
}
.animateLi:nth-child(541) {
  animation-delay: 108.05s;
}
.animateLi:nth-child(542) {
  animation-delay: 108.25s;
}
.animateLi:nth-child(543) {
  animation-delay: 108.45s;
}
.animateLi:nth-child(544) {
  animation-delay: 108.65s;
}
.animateLi:nth-child(545) {
  animation-delay: 108.85s;
}
.animateLi:nth-child(546) {
  animation-delay: 109.05s;
}
.animateLi:nth-child(547) {
  animation-delay: 109.25s;
}
.animateLi:nth-child(548) {
  animation-delay: 109.45s;
}
.animateLi:nth-child(549) {
  animation-delay: 109.65s;
}
.animateLi:nth-child(550) {
  animation-delay: 109.85s;
}
.animateLi:nth-child(551) {
  animation-delay: 110.05s;
}
.animateLi:nth-child(552) {
  animation-delay: 110.25s;
}
.animateLi:nth-child(553) {
  animation-delay: 110.45s;
}
.animateLi:nth-child(554) {
  animation-delay: 110.65s;
}
.animateLi:nth-child(555) {
  animation-delay: 110.85s;
}
.animateLi:nth-child(556) {
  animation-delay: 111.05s;
}
.animateLi:nth-child(557) {
  animation-delay: 111.25s;
}
.animateLi:nth-child(558) {
  animation-delay: 111.45s;
}
.animateLi:nth-child(559) {
  animation-delay: 111.65s;
}
.animateLi:nth-child(560) {
  animation-delay: 111.85s;
}
.animateLi:nth-child(561) {
  animation-delay: 112.05s;
}
.animateLi:nth-child(562) {
  animation-delay: 112.25s;
}
.animateLi:nth-child(563) {
  animation-delay: 112.45s;
}
.animateLi:nth-child(564) {
  animation-delay: 112.65s;
}
.animateLi:nth-child(565) {
  animation-delay: 112.85s;
}
.animateLi:nth-child(566) {
  animation-delay: 113.05s;
}
.animateLi:nth-child(567) {
  animation-delay: 113.25s;
}
.animateLi:nth-child(568) {
  animation-delay: 113.45s;
}
.animateLi:nth-child(569) {
  animation-delay: 113.65s;
}
.animateLi:nth-child(570) {
  animation-delay: 113.85s;
}
.animateLi:nth-child(571) {
  animation-delay: 114.05s;
}
.animateLi:nth-child(572) {
  animation-delay: 114.25s;
}
.animateLi:nth-child(573) {
  animation-delay: 114.45s;
}
.animateLi:nth-child(574) {
  animation-delay: 114.65s;
}
.animateLi:nth-child(575) {
  animation-delay: 114.85s;
}
.animateLi:nth-child(576) {
  animation-delay: 115.05s;
}
.animateLi:nth-child(577) {
  animation-delay: 115.25s;
}
.animateLi:nth-child(578) {
  animation-delay: 115.45s;
}
.animateLi:nth-child(579) {
  animation-delay: 115.65s;
}
.animateLi:nth-child(580) {
  animation-delay: 115.85s;
}
.animateLi:nth-child(581) {
  animation-delay: 116.05s;
}
.animateLi:nth-child(582) {
  animation-delay: 116.25s;
}
.animateLi:nth-child(583) {
  animation-delay: 116.45s;
}
.animateLi:nth-child(584) {
  animation-delay: 116.65s;
}
.animateLi:nth-child(585) {
  animation-delay: 116.85s;
}
.animateLi:nth-child(586) {
  animation-delay: 117.05s;
}
.animateLi:nth-child(587) {
  animation-delay: 117.25s;
}
.animateLi:nth-child(588) {
  animation-delay: 117.45s;
}
.animateLi:nth-child(589) {
  animation-delay: 117.65s;
}
.animateLi:nth-child(590) {
  animation-delay: 117.85s;
}
.animateLi:nth-child(591) {
  animation-delay: 118.05s;
}
.animateLi:nth-child(592) {
  animation-delay: 118.25s;
}
.animateLi:nth-child(593) {
  animation-delay: 118.45s;
}
.animateLi:nth-child(594) {
  animation-delay: 118.65s;
}
.animateLi:nth-child(595) {
  animation-delay: 118.85s;
}
.animateLi:nth-child(596) {
  animation-delay: 119.05s;
}
.animateLi:nth-child(597) {
  animation-delay: 119.25s;
}
.animateLi:nth-child(598) {
  animation-delay: 119.45s;
}
.animateLi:nth-child(599) {
  animation-delay: 119.65s;
}
.animateLi:nth-child(600) {
  animation-delay: 119.85s;
}
.animateLi:nth-child(601) {
  animation-delay: 120.05s;
}
.animateLi:nth-child(602) {
  animation-delay: 120.25s;
}
.animateLi:nth-child(603) {
  animation-delay: 120.45s;
}
.animateLi:nth-child(604) {
  animation-delay: 120.65s;
}
.animateLi:nth-child(605) {
  animation-delay: 120.85s;
}
.animateLi:nth-child(606) {
  animation-delay: 121.05s;
}
.animateLi:nth-child(607) {
  animation-delay: 121.25s;
}
.animateLi:nth-child(608) {
  animation-delay: 121.45s;
}
.animateLi:nth-child(609) {
  animation-delay: 121.65s;
}
.animateLi:nth-child(610) {
  animation-delay: 121.85s;
}
.animateLi:nth-child(611) {
  animation-delay: 122.05s;
}
.animateLi:nth-child(612) {
  animation-delay: 122.25s;
}
.animateLi:nth-child(613) {
  animation-delay: 122.45s;
}
.animateLi:nth-child(614) {
  animation-delay: 122.65s;
}
.animateLi:nth-child(615) {
  animation-delay: 122.85s;
}
.animateLi:nth-child(616) {
  animation-delay: 123.05s;
}
.animateLi:nth-child(617) {
  animation-delay: 123.25s;
}
.animateLi:nth-child(618) {
  animation-delay: 123.45s;
}
.animateLi:nth-child(619) {
  animation-delay: 123.65s;
}
.animateLi:nth-child(620) {
  animation-delay: 123.85s;
}
.animateLi:nth-child(621) {
  animation-delay: 124.05s;
}
.animateLi:nth-child(622) {
  animation-delay: 124.25s;
}
.animateLi:nth-child(623) {
  animation-delay: 124.45s;
}
.animateLi:nth-child(624) {
  animation-delay: 124.65s;
}
.animateLi:nth-child(625) {
  animation-delay: 124.85s;
}
.animateLi:nth-child(626) {
  animation-delay: 125.05s;
}
.animateLi:nth-child(627) {
  animation-delay: 125.25s;
}
.animateLi:nth-child(628) {
  animation-delay: 125.45s;
}
.animateLi:nth-child(629) {
  animation-delay: 125.65s;
}
.animateLi:nth-child(630) {
  animation-delay: 125.85s;
}
.animateLi:nth-child(631) {
  animation-delay: 126.05s;
}
.animateLi:nth-child(632) {
  animation-delay: 126.25s;
}
.animateLi:nth-child(633) {
  animation-delay: 126.45s;
}
.animateLi:nth-child(634) {
  animation-delay: 126.65s;
}
.animateLi:nth-child(635) {
  animation-delay: 126.85s;
}
.animateLi:nth-child(636) {
  animation-delay: 127.05s;
}
.animateLi:nth-child(637) {
  animation-delay: 127.25s;
}
.animateLi:nth-child(638) {
  animation-delay: 127.45s;
}
.animateLi:nth-child(639) {
  animation-delay: 127.65s;
}
.animateLi:nth-child(640) {
  animation-delay: 127.85s;
}
.animateLi:nth-child(641) {
  animation-delay: 128.05s;
}
.animateLi:nth-child(642) {
  animation-delay: 128.25s;
}
.animateLi:nth-child(643) {
  animation-delay: 128.45s;
}
.animateLi:nth-child(644) {
  animation-delay: 128.65s;
}
.animateLi:nth-child(645) {
  animation-delay: 128.85s;
}
.animateLi:nth-child(646) {
  animation-delay: 129.05s;
}
.animateLi:nth-child(647) {
  animation-delay: 129.25s;
}
.animateLi:nth-child(648) {
  animation-delay: 129.45s;
}
.animateLi:nth-child(649) {
  animation-delay: 129.65s;
}
.animateLi:nth-child(650) {
  animation-delay: 129.85s;
}
.animateLi:nth-child(651) {
  animation-delay: 130.05s;
}
.animateLi:nth-child(652) {
  animation-delay: 130.25s;
}
.animateLi:nth-child(653) {
  animation-delay: 130.45s;
}
.animateLi:nth-child(654) {
  animation-delay: 130.65s;
}
.animateLi:nth-child(655) {
  animation-delay: 130.85s;
}
.animateLi:nth-child(656) {
  animation-delay: 131.05s;
}
.animateLi:nth-child(657) {
  animation-delay: 131.25s;
}
.animateLi:nth-child(658) {
  animation-delay: 131.45s;
}
.animateLi:nth-child(659) {
  animation-delay: 131.65s;
}
.animateLi:nth-child(660) {
  animation-delay: 131.85s;
}
.animateLi:nth-child(661) {
  animation-delay: 132.05s;
}
.animateLi:nth-child(662) {
  animation-delay: 132.25s;
}
.animateLi:nth-child(663) {
  animation-delay: 132.45s;
}
.animateLi:nth-child(664) {
  animation-delay: 132.65s;
}
.animateLi:nth-child(665) {
  animation-delay: 132.85s;
}
.animateLi:nth-child(666) {
  animation-delay: 133.05s;
}
.animateLi:nth-child(667) {
  animation-delay: 133.25s;
}
.animateLi:nth-child(668) {
  animation-delay: 133.45s;
}
.animateLi:nth-child(669) {
  animation-delay: 133.65s;
}
.animateLi:nth-child(670) {
  animation-delay: 133.85s;
}
.animateLi:nth-child(671) {
  animation-delay: 134.05s;
}
.animateLi:nth-child(672) {
  animation-delay: 134.25s;
}
.animateLi:nth-child(673) {
  animation-delay: 134.45s;
}
.animateLi:nth-child(674) {
  animation-delay: 134.65s;
}
.animateLi:nth-child(675) {
  animation-delay: 134.85s;
}
.animateLi:nth-child(676) {
  animation-delay: 135.05s;
}
.animateLi:nth-child(677) {
  animation-delay: 135.25s;
}
.animateLi:nth-child(678) {
  animation-delay: 135.45s;
}
.animateLi:nth-child(679) {
  animation-delay: 135.65s;
}
.animateLi:nth-child(680) {
  animation-delay: 135.85s;
}
.animateLi:nth-child(681) {
  animation-delay: 136.05s;
}
.animateLi:nth-child(682) {
  animation-delay: 136.25s;
}
.animateLi:nth-child(683) {
  animation-delay: 136.45s;
}
.animateLi:nth-child(684) {
  animation-delay: 136.65s;
}
.animateLi:nth-child(685) {
  animation-delay: 136.85s;
}
.animateLi:nth-child(686) {
  animation-delay: 137.05s;
}
.animateLi:nth-child(687) {
  animation-delay: 137.25s;
}
.animateLi:nth-child(688) {
  animation-delay: 137.45s;
}
.animateLi:nth-child(689) {
  animation-delay: 137.65s;
}
.animateLi:nth-child(690) {
  animation-delay: 137.85s;
}
.animateLi:nth-child(691) {
  animation-delay: 138.05s;
}
.animateLi:nth-child(692) {
  animation-delay: 138.25s;
}
.animateLi:nth-child(693) {
  animation-delay: 138.45s;
}
.animateLi:nth-child(694) {
  animation-delay: 138.65s;
}
.animateLi:nth-child(695) {
  animation-delay: 138.85s;
}
.animateLi:nth-child(696) {
  animation-delay: 139.05s;
}
.animateLi:nth-child(697) {
  animation-delay: 139.25s;
}
.animateLi:nth-child(698) {
  animation-delay: 139.45s;
}
.animateLi:nth-child(699) {
  animation-delay: 139.65s;
}
.animateLi:nth-child(700) {
  animation-delay: 139.85s;
}
.animateLi:nth-child(701) {
  animation-delay: 140.05s;
}
.animateLi:nth-child(702) {
  animation-delay: 140.25s;
}
.animateLi:nth-child(703) {
  animation-delay: 140.45s;
}
.animateLi:nth-child(704) {
  animation-delay: 140.65s;
}
.animateLi:nth-child(705) {
  animation-delay: 140.85s;
}
.animateLi:nth-child(706) {
  animation-delay: 141.05s;
}
.animateLi:nth-child(707) {
  animation-delay: 141.25s;
}
.animateLi:nth-child(708) {
  animation-delay: 141.45s;
}
.animateLi:nth-child(709) {
  animation-delay: 141.65s;
}
.animateLi:nth-child(710) {
  animation-delay: 141.85s;
}
.animateLi:nth-child(711) {
  animation-delay: 142.05s;
}
.animateLi:nth-child(712) {
  animation-delay: 142.25s;
}
.animateLi:nth-child(713) {
  animation-delay: 142.45s;
}
.animateLi:nth-child(714) {
  animation-delay: 142.65s;
}
.animateLi:nth-child(715) {
  animation-delay: 142.85s;
}
.animateLi:nth-child(716) {
  animation-delay: 143.05s;
}
.animateLi:nth-child(717) {
  animation-delay: 143.25s;
}
.animateLi:nth-child(718) {
  animation-delay: 143.45s;
}
.animateLi:nth-child(719) {
  animation-delay: 143.65s;
}
.animateLi:nth-child(720) {
  animation-delay: 143.85s;
}
.animateLi:nth-child(721) {
  animation-delay: 144.05s;
}
.animateLi:nth-child(722) {
  animation-delay: 144.25s;
}
.animateLi:nth-child(723) {
  animation-delay: 144.45s;
}
.animateLi:nth-child(724) {
  animation-delay: 144.65s;
}
.animateLi:nth-child(725) {
  animation-delay: 144.85s;
}
.animateLi:nth-child(726) {
  animation-delay: 145.05s;
}
.animateLi:nth-child(727) {
  animation-delay: 145.25s;
}
.animateLi:nth-child(728) {
  animation-delay: 145.45s;
}
.animateLi:nth-child(729) {
  animation-delay: 145.65s;
}
.animateLi:nth-child(730) {
  animation-delay: 145.85s;
}
.animateLi:nth-child(731) {
  animation-delay: 146.05s;
}
.animateLi:nth-child(732) {
  animation-delay: 146.25s;
}
.animateLi:nth-child(733) {
  animation-delay: 146.45s;
}
.animateLi:nth-child(734) {
  animation-delay: 146.65s;
}
.animateLi:nth-child(735) {
  animation-delay: 146.85s;
}
.animateLi:nth-child(736) {
  animation-delay: 147.05s;
}
.animateLi:nth-child(737) {
  animation-delay: 147.25s;
}
.animateLi:nth-child(738) {
  animation-delay: 147.45s;
}
.animateLi:nth-child(739) {
  animation-delay: 147.65s;
}
.animateLi:nth-child(740) {
  animation-delay: 147.85s;
}
.animateLi:nth-child(741) {
  animation-delay: 148.05s;
}
.animateLi:nth-child(742) {
  animation-delay: 148.25s;
}
.animateLi:nth-child(743) {
  animation-delay: 148.45s;
}
.animateLi:nth-child(744) {
  animation-delay: 148.65s;
}
.animateLi:nth-child(745) {
  animation-delay: 148.85s;
}
.animateLi:nth-child(746) {
  animation-delay: 149.05s;
}
.animateLi:nth-child(747) {
  animation-delay: 149.25s;
}
.animateLi:nth-child(748) {
  animation-delay: 149.45s;
}
.animateLi:nth-child(749) {
  animation-delay: 149.65s;
}
.animateLi:nth-child(750) {
  animation-delay: 149.85s;
}
.animateLi:nth-child(751) {
  animation-delay: 150.05s;
}
.animateLi:nth-child(752) {
  animation-delay: 150.25s;
}
.animateLi:nth-child(753) {
  animation-delay: 150.45s;
}
.animateLi:nth-child(754) {
  animation-delay: 150.65s;
}
.animateLi:nth-child(755) {
  animation-delay: 150.85s;
}
.animateLi:nth-child(756) {
  animation-delay: 151.05s;
}
.animateLi:nth-child(757) {
  animation-delay: 151.25s;
}
.animateLi:nth-child(758) {
  animation-delay: 151.45s;
}
.animateLi:nth-child(759) {
  animation-delay: 151.65s;
}
.animateLi:nth-child(760) {
  animation-delay: 151.85s;
}
.animateLi:nth-child(761) {
  animation-delay: 152.05s;
}
.animateLi:nth-child(762) {
  animation-delay: 152.25s;
}
.animateLi:nth-child(763) {
  animation-delay: 152.45s;
}
.animateLi:nth-child(764) {
  animation-delay: 152.65s;
}
.animateLi:nth-child(765) {
  animation-delay: 152.85s;
}
.animateLi:nth-child(766) {
  animation-delay: 153.05s;
}
.animateLi:nth-child(767) {
  animation-delay: 153.25s;
}
.animateLi:nth-child(768) {
  animation-delay: 153.45s;
}
.animateLi:nth-child(769) {
  animation-delay: 153.65s;
}
.animateLi:nth-child(770) {
  animation-delay: 153.85s;
}
.animateLi:nth-child(771) {
  animation-delay: 154.05s;
}
.animateLi:nth-child(772) {
  animation-delay: 154.25s;
}
.animateLi:nth-child(773) {
  animation-delay: 154.45s;
}
.animateLi:nth-child(774) {
  animation-delay: 154.65s;
}
.animateLi:nth-child(775) {
  animation-delay: 154.85s;
}
.animateLi:nth-child(776) {
  animation-delay: 155.05s;
}
.animateLi:nth-child(777) {
  animation-delay: 155.25s;
}
.animateLi:nth-child(778) {
  animation-delay: 155.45s;
}
.animateLi:nth-child(779) {
  animation-delay: 155.65s;
}
.animateLi:nth-child(780) {
  animation-delay: 155.85s;
}
.animateLi:nth-child(781) {
  animation-delay: 156.05s;
}
.animateLi:nth-child(782) {
  animation-delay: 156.25s;
}
.animateLi:nth-child(783) {
  animation-delay: 156.45s;
}
.animateLi:nth-child(784) {
  animation-delay: 156.65s;
}
.animateLi:nth-child(785) {
  animation-delay: 156.85s;
}
.animateLi:nth-child(786) {
  animation-delay: 157.05s;
}
.animateLi:nth-child(787) {
  animation-delay: 157.25s;
}
.animateLi:nth-child(788) {
  animation-delay: 157.45s;
}
.animateLi:nth-child(789) {
  animation-delay: 157.65s;
}
.animateLi:nth-child(790) {
  animation-delay: 157.85s;
}
.animateLi:nth-child(791) {
  animation-delay: 158.05s;
}
.animateLi:nth-child(792) {
  animation-delay: 158.25s;
}
.animateLi:nth-child(793) {
  animation-delay: 158.45s;
}
.animateLi:nth-child(794) {
  animation-delay: 158.65s;
}
.animateLi:nth-child(795) {
  animation-delay: 158.85s;
}
.animateLi:nth-child(796) {
  animation-delay: 159.05s;
}
.animateLi:nth-child(797) {
  animation-delay: 159.25s;
}
.animateLi:nth-child(798) {
  animation-delay: 159.45s;
}
.animateLi:nth-child(799) {
  animation-delay: 159.65s;
}
.animateLi:nth-child(800) {
  animation-delay: 159.85s;
}
.animateLi:nth-child(801) {
  animation-delay: 160.05s;
}
.animateLi:nth-child(802) {
  animation-delay: 160.25s;
}
.animateLi:nth-child(803) {
  animation-delay: 160.45s;
}
.animateLi:nth-child(804) {
  animation-delay: 160.65s;
}
.animateLi:nth-child(805) {
  animation-delay: 160.85s;
}
.animateLi:nth-child(806) {
  animation-delay: 161.05s;
}
.animateLi:nth-child(807) {
  animation-delay: 161.25s;
}
.animateLi:nth-child(808) {
  animation-delay: 161.45s;
}
.animateLi:nth-child(809) {
  animation-delay: 161.65s;
}
.animateLi:nth-child(810) {
  animation-delay: 161.85s;
}
.animateLi:nth-child(811) {
  animation-delay: 162.05s;
}
.animateLi:nth-child(812) {
  animation-delay: 162.25s;
}
.animateLi:nth-child(813) {
  animation-delay: 162.45s;
}
.animateLi:nth-child(814) {
  animation-delay: 162.65s;
}
.animateLi:nth-child(815) {
  animation-delay: 162.85s;
}
.animateLi:nth-child(816) {
  animation-delay: 163.05s;
}
.animateLi:nth-child(817) {
  animation-delay: 163.25s;
}
.animateLi:nth-child(818) {
  animation-delay: 163.45s;
}
.animateLi:nth-child(819) {
  animation-delay: 163.65s;
}
.animateLi:nth-child(820) {
  animation-delay: 163.85s;
}
.animateLi:nth-child(821) {
  animation-delay: 164.05s;
}
.animateLi:nth-child(822) {
  animation-delay: 164.25s;
}
.animateLi:nth-child(823) {
  animation-delay: 164.45s;
}
.animateLi:nth-child(824) {
  animation-delay: 164.65s;
}
.animateLi:nth-child(825) {
  animation-delay: 164.85s;
}
.animateLi:nth-child(826) {
  animation-delay: 165.05s;
}
.animateLi:nth-child(827) {
  animation-delay: 165.25s;
}
.animateLi:nth-child(828) {
  animation-delay: 165.45s;
}
.animateLi:nth-child(829) {
  animation-delay: 165.65s;
}
.animateLi:nth-child(830) {
  animation-delay: 165.85s;
}
.animateLi:nth-child(831) {
  animation-delay: 166.05s;
}
.animateLi:nth-child(832) {
  animation-delay: 166.25s;
}
.animateLi:nth-child(833) {
  animation-delay: 166.45s;
}
.animateLi:nth-child(834) {
  animation-delay: 166.65s;
}
.animateLi:nth-child(835) {
  animation-delay: 166.85s;
}
.animateLi:nth-child(836) {
  animation-delay: 167.05s;
}
.animateLi:nth-child(837) {
  animation-delay: 167.25s;
}
.animateLi:nth-child(838) {
  animation-delay: 167.45s;
}
.animateLi:nth-child(839) {
  animation-delay: 167.65s;
}
.animateLi:nth-child(840) {
  animation-delay: 167.85s;
}
.animateLi:nth-child(841) {
  animation-delay: 168.05s;
}
.animateLi:nth-child(842) {
  animation-delay: 168.25s;
}
.animateLi:nth-child(843) {
  animation-delay: 168.45s;
}
.animateLi:nth-child(844) {
  animation-delay: 168.65s;
}
.animateLi:nth-child(845) {
  animation-delay: 168.85s;
}
.animateLi:nth-child(846) {
  animation-delay: 169.05s;
}
.animateLi:nth-child(847) {
  animation-delay: 169.25s;
}
.animateLi:nth-child(848) {
  animation-delay: 169.45s;
}
.animateLi:nth-child(849) {
  animation-delay: 169.65s;
}
.animateLi:nth-child(850) {
  animation-delay: 169.85s;
}
.animateLi:nth-child(851) {
  animation-delay: 170.05s;
}
.animateLi:nth-child(852) {
  animation-delay: 170.25s;
}
.animateLi:nth-child(853) {
  animation-delay: 170.45s;
}
.animateLi:nth-child(854) {
  animation-delay: 170.65s;
}
.animateLi:nth-child(855) {
  animation-delay: 170.85s;
}
.animateLi:nth-child(856) {
  animation-delay: 171.05s;
}
.animateLi:nth-child(857) {
  animation-delay: 171.25s;
}
.animateLi:nth-child(858) {
  animation-delay: 171.45s;
}
.animateLi:nth-child(859) {
  animation-delay: 171.65s;
}
.animateLi:nth-child(860) {
  animation-delay: 171.85s;
}
.animateLi:nth-child(861) {
  animation-delay: 172.05s;
}
.animateLi:nth-child(862) {
  animation-delay: 172.25s;
}
.animateLi:nth-child(863) {
  animation-delay: 172.45s;
}
.animateLi:nth-child(864) {
  animation-delay: 172.65s;
}
.animateLi:nth-child(865) {
  animation-delay: 172.85s;
}
.animateLi:nth-child(866) {
  animation-delay: 173.05s;
}
.animateLi:nth-child(867) {
  animation-delay: 173.25s;
}
.animateLi:nth-child(868) {
  animation-delay: 173.45s;
}
.animateLi:nth-child(869) {
  animation-delay: 173.65s;
}
.animateLi:nth-child(870) {
  animation-delay: 173.85s;
}
.animateLi:nth-child(871) {
  animation-delay: 174.05s;
}
.animateLi:nth-child(872) {
  animation-delay: 174.25s;
}
.animateLi:nth-child(873) {
  animation-delay: 174.45s;
}
.animateLi:nth-child(874) {
  animation-delay: 174.65s;
}
.animateLi:nth-child(875) {
  animation-delay: 174.85s;
}
.animateLi:nth-child(876) {
  animation-delay: 175.05s;
}
.animateLi:nth-child(877) {
  animation-delay: 175.25s;
}
.animateLi:nth-child(878) {
  animation-delay: 175.45s;
}
.animateLi:nth-child(879) {
  animation-delay: 175.65s;
}
.animateLi:nth-child(880) {
  animation-delay: 175.85s;
}
.animateLi:nth-child(881) {
  animation-delay: 176.05s;
}
.animateLi:nth-child(882) {
  animation-delay: 176.25s;
}
.animateLi:nth-child(883) {
  animation-delay: 176.45s;
}
.animateLi:nth-child(884) {
  animation-delay: 176.65s;
}
.animateLi:nth-child(885) {
  animation-delay: 176.85s;
}
.animateLi:nth-child(886) {
  animation-delay: 177.05s;
}
.animateLi:nth-child(887) {
  animation-delay: 177.25s;
}
.animateLi:nth-child(888) {
  animation-delay: 177.45s;
}
.animateLi:nth-child(889) {
  animation-delay: 177.65s;
}
.animateLi:nth-child(890) {
  animation-delay: 177.85s;
}
.animateLi:nth-child(891) {
  animation-delay: 178.05s;
}
.animateLi:nth-child(892) {
  animation-delay: 178.25s;
}
.animateLi:nth-child(893) {
  animation-delay: 178.45s;
}
.animateLi:nth-child(894) {
  animation-delay: 178.65s;
}
.animateLi:nth-child(895) {
  animation-delay: 178.85s;
}
.animateLi:nth-child(896) {
  animation-delay: 179.05s;
}
.animateLi:nth-child(897) {
  animation-delay: 179.25s;
}
.animateLi:nth-child(898) {
  animation-delay: 179.45s;
}
.animateLi:nth-child(899) {
  animation-delay: 179.65s;
}
.animateLi:nth-child(900) {
  animation-delay: 179.85s;
}
.animateLi:nth-child(901) {
  animation-delay: 180.05s;
}
.animateLi:nth-child(902) {
  animation-delay: 180.25s;
}
.animateLi:nth-child(903) {
  animation-delay: 180.45s;
}
.animateLi:nth-child(904) {
  animation-delay: 180.65s;
}
.animateLi:nth-child(905) {
  animation-delay: 180.85s;
}
.animateLi:nth-child(906) {
  animation-delay: 181.05s;
}
.animateLi:nth-child(907) {
  animation-delay: 181.25s;
}
.animateLi:nth-child(908) {
  animation-delay: 181.45s;
}
.animateLi:nth-child(909) {
  animation-delay: 181.65s;
}
.animateLi:nth-child(910) {
  animation-delay: 181.85s;
}
.animateLi:nth-child(911) {
  animation-delay: 182.05s;
}
.animateLi:nth-child(912) {
  animation-delay: 182.25s;
}
.animateLi:nth-child(913) {
  animation-delay: 182.45s;
}
.animateLi:nth-child(914) {
  animation-delay: 182.65s;
}
.animateLi:nth-child(915) {
  animation-delay: 182.85s;
}
.animateLi:nth-child(916) {
  animation-delay: 183.05s;
}
.animateLi:nth-child(917) {
  animation-delay: 183.25s;
}
.animateLi:nth-child(918) {
  animation-delay: 183.45s;
}
.animateLi:nth-child(919) {
  animation-delay: 183.65s;
}
.animateLi:nth-child(920) {
  animation-delay: 183.85s;
}
.animateLi:nth-child(921) {
  animation-delay: 184.05s;
}
.animateLi:nth-child(922) {
  animation-delay: 184.25s;
}
.animateLi:nth-child(923) {
  animation-delay: 184.45s;
}
.animateLi:nth-child(924) {
  animation-delay: 184.65s;
}
.animateLi:nth-child(925) {
  animation-delay: 184.85s;
}
.animateLi:nth-child(926) {
  animation-delay: 185.05s;
}
.animateLi:nth-child(927) {
  animation-delay: 185.25s;
}
.animateLi:nth-child(928) {
  animation-delay: 185.45s;
}
.animateLi:nth-child(929) {
  animation-delay: 185.65s;
}
.animateLi:nth-child(930) {
  animation-delay: 185.85s;
}
.animateLi:nth-child(931) {
  animation-delay: 186.05s;
}
.animateLi:nth-child(932) {
  animation-delay: 186.25s;
}
.animateLi:nth-child(933) {
  animation-delay: 186.45s;
}
.animateLi:nth-child(934) {
  animation-delay: 186.65s;
}
.animateLi:nth-child(935) {
  animation-delay: 186.85s;
}
.animateLi:nth-child(936) {
  animation-delay: 187.05s;
}
.animateLi:nth-child(937) {
  animation-delay: 187.25s;
}
.animateLi:nth-child(938) {
  animation-delay: 187.45s;
}
.animateLi:nth-child(939) {
  animation-delay: 187.65s;
}
.animateLi:nth-child(940) {
  animation-delay: 187.85s;
}
.animateLi:nth-child(941) {
  animation-delay: 188.05s;
}
.animateLi:nth-child(942) {
  animation-delay: 188.25s;
}
.animateLi:nth-child(943) {
  animation-delay: 188.45s;
}
.animateLi:nth-child(944) {
  animation-delay: 188.65s;
}
.animateLi:nth-child(945) {
  animation-delay: 188.85s;
}
.animateLi:nth-child(946) {
  animation-delay: 189.05s;
}
.animateLi:nth-child(947) {
  animation-delay: 189.25s;
}
.animateLi:nth-child(948) {
  animation-delay: 189.45s;
}
.animateLi:nth-child(949) {
  animation-delay: 189.65s;
}
.animateLi:nth-child(950) {
  animation-delay: 189.85s;
}
.animateLi:nth-child(951) {
  animation-delay: 190.05s;
}
.animateLi:nth-child(952) {
  animation-delay: 190.25s;
}
.animateLi:nth-child(953) {
  animation-delay: 190.45s;
}
.animateLi:nth-child(954) {
  animation-delay: 190.65s;
}
.animateLi:nth-child(955) {
  animation-delay: 190.85s;
}
.animateLi:nth-child(956) {
  animation-delay: 191.05s;
}
.animateLi:nth-child(957) {
  animation-delay: 191.25s;
}
.animateLi:nth-child(958) {
  animation-delay: 191.45s;
}
.animateLi:nth-child(959) {
  animation-delay: 191.65s;
}
.animateLi:nth-child(960) {
  animation-delay: 191.85s;
}
.animateLi:nth-child(961) {
  animation-delay: 192.05s;
}
.animateLi:nth-child(962) {
  animation-delay: 192.25s;
}
.animateLi:nth-child(963) {
  animation-delay: 192.45s;
}
.animateLi:nth-child(964) {
  animation-delay: 192.65s;
}
.animateLi:nth-child(965) {
  animation-delay: 192.85s;
}
.animateLi:nth-child(966) {
  animation-delay: 193.05s;
}
.animateLi:nth-child(967) {
  animation-delay: 193.25s;
}
.animateLi:nth-child(968) {
  animation-delay: 193.45s;
}
.animateLi:nth-child(969) {
  animation-delay: 193.65s;
}
.animateLi:nth-child(970) {
  animation-delay: 193.85s;
}
.animateLi:nth-child(971) {
  animation-delay: 194.05s;
}
.animateLi:nth-child(972) {
  animation-delay: 194.25s;
}
.animateLi:nth-child(973) {
  animation-delay: 194.45s;
}
.animateLi:nth-child(974) {
  animation-delay: 194.65s;
}
.animateLi:nth-child(975) {
  animation-delay: 194.85s;
}
.animateLi:nth-child(976) {
  animation-delay: 195.05s;
}
.animateLi:nth-child(977) {
  animation-delay: 195.25s;
}
.animateLi:nth-child(978) {
  animation-delay: 195.45s;
}
.animateLi:nth-child(979) {
  animation-delay: 195.65s;
}
.animateLi:nth-child(980) {
  animation-delay: 195.85s;
}
.animateLi:nth-child(981) {
  animation-delay: 196.05s;
}
.animateLi:nth-child(982) {
  animation-delay: 196.25s;
}
.animateLi:nth-child(983) {
  animation-delay: 196.45s;
}
.animateLi:nth-child(984) {
  animation-delay: 196.65s;
}
.animateLi:nth-child(985) {
  animation-delay: 196.85s;
}
.animateLi:nth-child(986) {
  animation-delay: 197.05s;
}
.animateLi:nth-child(987) {
  animation-delay: 197.25s;
}
.animateLi:nth-child(988) {
  animation-delay: 197.45s;
}
.animateLi:nth-child(989) {
  animation-delay: 197.65s;
}
.animateLi:nth-child(990) {
  animation-delay: 197.85s;
}
.animateLi:nth-child(991) {
  animation-delay: 198.05s;
}
.animateLi:nth-child(992) {
  animation-delay: 198.25s;
}
.animateLi:nth-child(993) {
  animation-delay: 198.45s;
}
.animateLi:nth-child(994) {
  animation-delay: 198.65s;
}
.animateLi:nth-child(995) {
  animation-delay: 198.85s;
}
.animateLi:nth-child(996) {
  animation-delay: 199.05s;
}
.animateLi:nth-child(997) {
  animation-delay: 199.25s;
}
.animateLi:nth-child(998) {
  animation-delay: 199.45s;
}
.animateLi:nth-child(999) {
  animation-delay: 199.65s;
}

.News.Overview {
  position: relative;
}
.News.Overview.default {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}
.News.Overview.default .block-grid > li:first-child > .Item > a > .inner {
  border-bottom-left-radius: 2.5rem;
}
.News.Overview.default .block-grid > li:last-child > .Item > a > figure {
  border-top-right-radius: 2.5rem;
}

.News.Overview.featured {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}
.News.Overview.featured > .news-tabs {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  width: fit-content;
  max-width: 100%;
  margin-left: 0;
  margin-right: auto;
  background: #F8FCF5;
  border-radius: 18.75rem;
  padding: 0.25rem;
  margin-bottom: 7.5rem;
  scrollbar-width: none;
}
.News.Overview.featured > .news-tabs::-webkit-scrollbar {
  display: none;
}
.News.Overview.featured > .news-tabs > .news-tab {
  flex-shrink: 0;
  height: 3.5rem;
  min-width: 6.25rem;
  padding: 0 1.4375rem;
  border-radius: 18.75rem;
  border: none;
  background: transparent;
  color: #394426;
  font-family: "Plus Jakarta Sans", helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 3.5rem;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease;
}
.News.Overview.featured > .news-tabs > .news-tab.active, .News.Overview.featured > .news-tabs > .news-tab:hover {
  background: #EBF6DE;
}
.News.Overview.featured > .news-grid {
  transition: opacity 0.2s ease;
}
.News.Overview.featured > .news-grid.loading {
  opacity: 0.5;
  pointer-events: none;
}
@media (max-width: 768px) {
  .News.Overview.featured > .news-tabs {
    justify-content: flex-start;
    background: transparent;
    border-radius: 0;
    padding: 0 0 0 1.875rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
    margin-left: calc(50% - 50vw);
    width: 100vw;
  }
  .News.Overview.featured > .news-tabs > .news-tab {
    background: #F8FCF5;
    min-width: 7.5rem;
  }
  .News.Overview.featured > .news-tabs > .news-tab.active, .News.Overview.featured > .news-tabs > .news-tab:hover {
    background: #F4FAA2;
  }
}

.News.Item.default > a {
  color: currentColor;
  text-decoration: none;
}
.News.Item.default > a > figure {
  height: 19.6875rem;
  display: flex;
  margin: 0;
  border-radius: 0.25rem;
  overflow: hidden;
}
.News.Item.default > a > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.News.Item.default > a > .inner {
  background: #F8FCF5;
  padding: 2rem;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.News.Item.default > a > .inner > .Heading > div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.875rem;
}
.News.Item.default > a > .inner > .Heading > div > .category, .News.Item.default > a > .inner > .Heading > div > .date {
  font-size: 0.875rem;
  color: #394426;
  font-weight: 600;
  line-height: 160%;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.News.Item.default > a > .inner > .Heading > div > .category span.icon, .News.Item.default > a > .inner > .Heading > div > .date span.icon {
  font-size: 0.875rem;
}
.News.Item.default > a > .inner > .Heading > .h3 {
  font-size: 1.3125rem;
  letter-spacing: 0;
  line-height: 110%;
}
.News.Item.default > a > .inner > .Intro {
  font-size: 0.875rem;
}
.News.Item.default > a > .inner > nav {
  justify-content: flex-end;
}
.News.Item.default > a:hover > .inner > nav > .more {
  background: #F4FAA2;
  border-color: #F4FAA2;
}
.News.Item.default > a:hover > .inner > nav > .more span.icon {
  color: #394426;
}

.select2-dropdown[class*=forminator-custom-form],
.forminator-select-dropdown {
  background: #303A20 !important;
  border: 0.0625rem solid rgba(235, 246, 222, 0.15) !important;
  border-radius: 0.25rem !important;
}
.select2-dropdown[class*=forminator-custom-form] .select2-results__option,
.forminator-select-dropdown .select2-results__option {
  color: #EBF6DE !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  padding: 0.75rem 1.25rem !important;
  line-height: 1.4 !important;
}
.select2-dropdown[class*=forminator-custom-form] .select2-results__option--highlighted,
.select2-dropdown[class*=forminator-custom-form] .select2-results__option--highlighted.select2-results__option--selectable,
.forminator-select-dropdown .select2-results__option--highlighted,
.forminator-select-dropdown .select2-results__option--highlighted.select2-results__option--selectable {
  background: rgba(235, 246, 222, 0.1) !important;
  color: #EBF6DE !important;
}
.select2-dropdown[class*=forminator-custom-form] .select2-results__option--selected,
.forminator-select-dropdown .select2-results__option--selected {
  background: rgba(244, 250, 162, 0.15) !important;
  color: #F4FAA2 !important;
}
.select2-dropdown[class*=forminator-custom-form] .select2-search__field,
.select2-dropdown[class*=forminator-custom-form] .select2-search input,
.forminator-select-dropdown .select2-search__field,
.forminator-select-dropdown .select2-search input {
  background: rgba(0, 0, 0, 0.2) !important;
  border-color: rgba(235, 246, 222, 0.2) !important;
  color: #EBF6DE !important;
}
.select2-dropdown[class*=forminator-custom-form] .select2-search__field::placeholder,
.select2-dropdown[class*=forminator-custom-form] .select2-search input::placeholder,
.forminator-select-dropdown .select2-search__field::placeholder,
.forminator-select-dropdown .select2-search input::placeholder {
  color: rgba(235, 246, 222, 0.4) !important;
}
.select2-dropdown[class*=forminator-custom-form] *:focus,
.forminator-select-dropdown *:focus {
  outline: none !important;
  box-shadow: none !important;
}

.forminator-select-dropdown-container--open .forminator-custom-form-1121.forminator-dropdown--default .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  outline: 0 !important;
}

.forminator-edit-module {
  display: none;
}

.forminator-ui, .forminator-row-last {
  margin: 0;
  margin-bottom: 0 !important;
}

.forminator-row {
  margin-bottom: 1.5rem !important;
}

.forminator-col {
  padding: 0 0.5rem !important;
}

.forminator-field-address,
.forminator-field-name {
  padding: 0 1rem !important;
}

.forminator-no-margin {
  margin-bottom: 0 !important;
}

.iti__country-container {
  display: none !important;
}

@media (max-width: 768px) {
  .forminator-col {
    padding: 0 !important;
  }
  .forminator-field-address, .forminator-field-name {
    padding: 0 !important;
  }
}
.forminator-field {
  display: flex;
  flex-direction: column;
  position: relative;
}
.forminator-field > .forminator-row {
  margin-bottom: 0 !important;
}
.forminator-field.forminator-is_filled:not(.forminator-has_error) .forminator-input {
  padding-right: 3rem !important;
}
.forminator-field.forminator-is_filled:not(.forminator-has_error)::after {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: 1.3125rem;
  width: 1.125rem;
  height: 1.125rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Cpath d='M5.16667 7.5L6.72222 9.05556L9.83333 5.94444M0.5 7.5C0.5 8.41925 0.68106 9.32951 1.03284 10.1788C1.38463 11.0281 1.90024 11.7997 2.55025 12.4497C3.20026 13.0998 3.97194 13.6154 4.82122 13.9672C5.6705 14.3189 6.58075 14.5 7.5 14.5C8.41925 14.5 9.32951 14.3189 10.1788 13.9672C11.0281 13.6154 11.7997 13.0998 12.4497 12.4497C13.0998 11.7997 13.6154 11.0281 13.9672 10.1788C14.3189 9.32951 14.5 8.41925 14.5 7.5C14.5 6.58075 14.3189 5.6705 13.9672 4.82122C13.6154 3.97194 13.0998 3.20026 12.4497 2.55025C11.7997 1.90024 11.0281 1.38463 10.1788 1.03284C9.32951 0.68106 8.41925 0.5 7.5 0.5C6.58075 0.5 5.6705 0.68106 4.82122 1.03284C3.97194 1.38463 3.20026 1.90024 2.55025 2.55025C1.90024 3.20026 1.38463 3.97194 1.03284 4.82122C0.68106 5.6705 0.5 6.58075 0.5 7.5Z' stroke='%237AC041' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}
.forminator-field label {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.39px;
  margin-bottom: 0.625rem;
}
.forminator-field label .forminator-required {
  color: red;
}
.forminator-field .forminator-button-submit {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .forminator-field .forminator-button-submit {
    width: 100% !important;
  }
}

.forminator-error-message, .forminator-response-message {
  font-size: 0.8125rem;
  color: red;
}
.forminator-error-message ul, .forminator-response-message ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.forminator-error-message.forminator-success, .forminator-response-message.forminator-success {
  color: white;
  padding: 0.9375rem;
  margin-bottom: 1.25rem;
  background: #7AC041;
}

.forminator-response-message.forminator-accessible {
  background: #F8FCF5;
  padding: 0.625rem;
  margin-bottom: 1.25rem;
}

.forminator-col-6 {
  width: 50%;
  display: inline-block;
}
@media (max-width: 768px) {
  .forminator-col-6 {
    width: 100%;
  }
}

.forminator-label {
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  margin-bottom: 0.75rem !important;
}

.forminator-required {
  color: #7AC041 !important;
}

.forminator-checkbox-box {
  border: 0.0625rem solid rgba(57, 68, 38, 0.1) !important;
  border-radius: 0.125rem !important;
  background: #F8FCF5 !important;
}
.forminator-checkbox-box::before {
  color: #EBF6DE !important;
}

.forminator-checkbox:has(input:checked) .forminator-checkbox-box {
  background: #394426 !important;
  border-color: #394426 !important;
}

.forminator-input, .forminator-textarea {
  padding: 1.125rem 1.25rem !important;
  border-radius: 0.25rem !important;
  border: 0.0625rem solid rgba(57, 68, 38, 0.1) !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
}
.forminator-input:focus, .forminator-textarea:focus {
  outline: 0.0625rem solid #394426 !important;
}

input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  border: 0.0625rem solid #394426;
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.4375rem;
  height: 1.4375rem;
  border-radius: 0rem;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  cursor: pointer;
}

input[type=checkbox]::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M2 7L5.5 10.5L12 3.5' stroke='%237AC041' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  position: relative;
  top: 0.0625rem;
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
}

input[type=checkbox]:checked::before {
  transform: scale(1);
}

input[type=checkbox]:disabled {
  cursor: not-allowed;
}

input[type=file] {
  display: inline-flex;
  font-size: 0.8125rem;
}
input[type=file]::-webkit-file-upload-button {
  visibility: hidden;
}
@media (max-width: 768px) {
  input[type=file] {
    display: block;
  }
}
input[type=file]::before {
  width: 100%;
  content: "Choose file";
  font-size: 0.75rem;
  display: inline-block;
  background: white;
  border: 0.0625rem solid rgba(248, 252, 245, 0.1);
  padding: 0.625rem 1.25rem;
  border-radius: 0.625rem;
  color: #394426;
  cursor: pointer;
  margin-top: 0.125rem;
}
@media (max-width: 768px) {
  input[type=file]::before {
    width: 100%;
  }
}

.forminator-multi-upload,
.forminator-file-upload {
  border-radius: 0.25rem !important;
  border: 0.0625rem solid rgba(57, 68, 38, 0.1) !important;
  outline: 0.0625rem dashed rgba(57, 68, 38, 0.2) !important;
  outline-offset: -0.5rem !important;
  padding: 1.125rem 1.25rem !important;
  text-align: center;
  cursor: pointer;
  width: 100%;
}
.forminator-multi-upload .forminator-icon-upload,
.forminator-file-upload .forminator-icon-upload {
  display: none !important;
}
.forminator-multi-upload .forminator-multi-upload-message,
.forminator-file-upload .forminator-multi-upload-message {
  text-align: center;
}
.forminator-multi-upload .forminator-multi-upload-message p,
.forminator-file-upload .forminator-multi-upload-message p {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #394426;
}
.forminator-multi-upload .forminator-multi-upload-message p a,
.forminator-file-upload .forminator-multi-upload-message p a {
  color: #394426;
  text-decoration: underline;
}
.forminator-multi-upload .upload-prefix,
.forminator-file-upload .upload-prefix {
  font-size: 1rem;
  font-weight: 500;
  color: #394426;
}
.forminator-multi-upload .forminator-button-upload,
.forminator-file-upload .forminator-button-upload {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  color: #394426 !important;
  text-decoration: underline;
  cursor: pointer;
  box-shadow: none !important;
}
.forminator-multi-upload > span,
.forminator-file-upload > span {
  font-size: 0.8125rem;
  font-weight: 400;
  color: rgba(57, 68, 38, 0.4);
}

.forminator-file-upload > span[data-empty-text] {
  display: none;
}
.forminator-file-upload.has-file > span[data-empty-text] {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #394426;
  text-align: center;
  margin-top: 0.25rem;
}

.forminator-uploaded-files {
  list-style: none !important;
  margin: 0.5rem 0 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.forminator-uploaded-files .forminator-uploaded-file--content {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
  background: rgba(57, 68, 38, 0.05);
  border: 0.0625rem solid rgba(57, 68, 38, 0.1);
}
.forminator-uploaded-files .forminator-uploaded-file--preview {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  flex-shrink: 0;
  color: rgba(57, 68, 38, 0.4);
}
.forminator-uploaded-files .forminator-uploaded-file--text {
  flex: 1;
  min-width: 0;
  text-align: left;
}
.forminator-uploaded-files .forminator-uploaded-file--title {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: #394426;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.forminator-uploaded-files .forminator-uploaded-file--size {
  margin: 0;
  font-size: 0.75rem;
  color: rgba(57, 68, 38, 0.5);
}
.forminator-uploaded-files .forminator-uploaded-file--delete {
  background: none !important;
  border: none !important;
  padding: 0.25rem !important;
  cursor: pointer;
  color: rgba(57, 68, 38, 0.4) !important;
  flex-shrink: 0;
  line-height: 1;
}
.forminator-uploaded-files .forminator-uploaded-file--delete:hover {
  color: red !important;
}

.forminator-button-submit {
  display: inline-block !important;
  background: #394426 !important;
  border-radius: 18.75rem !important;
  padding: 1.1875rem 1.4375rem 1.375rem !important;
  border: 1px solid transparent !important;
  color: #F8FCF5 !important;
  font-family: "Plus Jakarta Sans", helvetica, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  line-height: 100% !important;
  text-align: center !important;
  transition: all 0.3s ease-in-out !important;
  cursor: pointer;
}
.forminator-button-submit:hover {
  background: transparent !important;
  border-color: #394426 !important;
  color: #394426 !important;
  box-shadow: none !important;
}

.wpcf7-list-item label {
  display: flex;
  gap: 0.625rem;
}

.wpcf7-spinner {
  position: absolute;
}

form > .row {
  width: 100%;
}

form > .row > p {
  margin-bottom: 0;
  display: flex;
  gap: 0.625rem;
}
@media (max-width: 768px) {
  form > .row > p {
    flex-direction: column;
  }
}
form > .row > p label {
  width: 100%;
  font-size: 1.0625rem;
  color: #394426;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7-acceptance .wpcf7-list-item-label {
  width: 70%;
}

.Form.Detail.dark .panel .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row .forminator-no-margin .forminator-col, .Form.Detail.dark .panel .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row-inside .forminator-no-margin .forminator-col,
.offerte-card .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row .forminator-no-margin .forminator-col,
.offerte-card .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row-inside .forminator-no-margin .forminator-col {
  margin-bottom: 0 !important;
}
.Form.Detail.dark .panel .forminator-label,
.offerte-card .forminator-label {
  color: #CEDEAB !important;
}
@media (max-width: 768px) {
  .Form.Detail.dark .panel .forminator-row,
  .offerte-card .forminator-row {
    margin-bottom: 0 !important;
  }
}
.Form.Detail.dark .panel .forminator-title,
.offerte-card .forminator-title {
  font-size: 1.3125rem !important;
  color: #EBF6DE !important;
  font-weight: 600 !important;
  line-height: 110% !important;
  letter-spacing: -0.63px !important;
}
.Form.Detail.dark .panel .forminator-subtitle,
.offerte-card .forminator-subtitle {
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  color: #EBF6DE !important;
  line-height: 160% !important;
  letter-spacing: 0 !important;
}
.Form.Detail.dark .panel .forminator-input,
.Form.Detail.dark .panel .forminator-textarea,
.offerte-card .forminator-input,
.offerte-card .forminator-textarea {
  background: rgba(0, 0, 0, 0.15) !important;
  border-color: rgba(235, 246, 222, 0.15) !important;
  color: #EBF6DE !important;
}
.Form.Detail.dark .panel .forminator-input::placeholder,
.Form.Detail.dark .panel .forminator-textarea::placeholder,
.offerte-card .forminator-input::placeholder,
.offerte-card .forminator-textarea::placeholder {
  color: rgba(235, 246, 222, 0.3) !important;
  opacity: 1;
}
.Form.Detail.dark .panel .forminator-input:focus,
.Form.Detail.dark .panel .forminator-textarea:focus,
.offerte-card .forminator-input:focus,
.offerte-card .forminator-textarea:focus {
  outline-color: rgba(235, 246, 222, 0.4) !important;
}
.Form.Detail.dark .panel select,
.offerte-card select {
  background-color: rgba(0, 0, 0, 0.15) !important;
  background-image: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23EBF6DE' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") !important;
  background-position: calc(100% - 1.5rem) center !important;
  border-color: rgba(235, 246, 222, 0.1) !important;
  color: #EBF6DE !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  height: 3.5rem !important;
  padding-left: 1.5rem !important;
}
.Form.Detail.dark .panel .forminator-select .select2-selection--single,
.offerte-card .forminator-select .select2-selection--single {
  background: rgba(0, 0, 0, 0.15) !important;
  border: 0.0625rem solid rgba(235, 246, 222, 0.1) !important;
  border-radius: 0.25rem !important;
  height: 3.5rem !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 1.25rem 0 1.5rem !important;
}
.Form.Detail.dark .panel .forminator-select .select2-selection__rendered,
.offerte-card .forminator-select .select2-selection__rendered {
  min-width: 100% !important;
  color: #EBF6DE !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  padding: 0 1.5rem 0 0 !important;
}
.Form.Detail.dark .panel .forminator-select .select2-selection__placeholder,
.offerte-card .forminator-select .select2-selection__placeholder {
  color: rgba(235, 246, 222, 0.4) !important;
}
.Form.Detail.dark .panel .forminator-select .select2-selection__arrow,
.offerte-card .forminator-select .select2-selection__arrow {
  height: 100% !important;
  top: 0 !important;
  right: 1.5rem !important;
}
.Form.Detail.dark .panel .forminator-select .select2-selection__arrow b,
.offerte-card .forminator-select .select2-selection__arrow b {
  border-color: #EBF6DE transparent transparent transparent !important;
}
.Form.Detail.dark .panel .forminator-select *:focus,
.offerte-card .forminator-select *:focus {
  outline: none !important;
  box-shadow: none !important;
}
.Form.Detail.dark .panel .forminator-multi-upload,
.Form.Detail.dark .panel .forminator-file-upload,
.offerte-card .forminator-multi-upload,
.offerte-card .forminator-file-upload {
  background: rgba(0, 0, 0, 0.15) !important;
  border-color: rgba(235, 246, 222, 0.15) !important;
  outline-color: rgba(235, 246, 222, 0.2) !important;
}
.Form.Detail.dark .panel .forminator-multi-upload .forminator-multi-upload-message p,
.Form.Detail.dark .panel .forminator-file-upload .forminator-multi-upload-message p,
.offerte-card .forminator-multi-upload .forminator-multi-upload-message p,
.offerte-card .forminator-file-upload .forminator-multi-upload-message p {
  color: #EBF6DE !important;
}
.Form.Detail.dark .panel .forminator-multi-upload .forminator-multi-upload-message p a,
.Form.Detail.dark .panel .forminator-file-upload .forminator-multi-upload-message p a,
.offerte-card .forminator-multi-upload .forminator-multi-upload-message p a,
.offerte-card .forminator-file-upload .forminator-multi-upload-message p a {
  color: #CEDEAB !important;
}
.Form.Detail.dark .panel .forminator-multi-upload .upload-prefix,
.Form.Detail.dark .panel .forminator-file-upload .upload-prefix,
.offerte-card .forminator-multi-upload .upload-prefix,
.offerte-card .forminator-file-upload .upload-prefix {
  color: #EBF6DE;
}
.Form.Detail.dark .panel .forminator-multi-upload .forminator-button-upload,
.Form.Detail.dark .panel .forminator-file-upload .forminator-button-upload,
.offerte-card .forminator-multi-upload .forminator-button-upload,
.offerte-card .forminator-file-upload .forminator-button-upload {
  color: #CEDEAB !important;
}
.Form.Detail.dark .panel .forminator-multi-upload > span,
.Form.Detail.dark .panel .forminator-file-upload > span,
.offerte-card .forminator-multi-upload > span,
.offerte-card .forminator-file-upload > span {
  color: rgba(235, 246, 222, 0.4);
}
.Form.Detail.dark .panel .forminator-file-upload.has-file > span[data-empty-text],
.offerte-card .forminator-file-upload.has-file > span[data-empty-text] {
  color: #EBF6DE;
}
.Form.Detail.dark .panel .forminator-uploaded-files .forminator-uploaded-file--content,
.offerte-card .forminator-uploaded-files .forminator-uploaded-file--content {
  background: rgba(0, 0, 0, 0.15);
  border-color: rgba(235, 246, 222, 0.15);
}
.Form.Detail.dark .panel .forminator-uploaded-files .forminator-uploaded-file--preview,
.offerte-card .forminator-uploaded-files .forminator-uploaded-file--preview {
  color: rgba(235, 246, 222, 0.4);
}
.Form.Detail.dark .panel .forminator-uploaded-files .forminator-uploaded-file--title,
.offerte-card .forminator-uploaded-files .forminator-uploaded-file--title {
  color: #EBF6DE;
}
.Form.Detail.dark .panel .forminator-uploaded-files .forminator-uploaded-file--size,
.offerte-card .forminator-uploaded-files .forminator-uploaded-file--size {
  color: rgba(235, 246, 222, 0.4);
}
.Form.Detail.dark .panel .forminator-uploaded-files .forminator-uploaded-file--delete,
.offerte-card .forminator-uploaded-files .forminator-uploaded-file--delete {
  color: rgba(235, 246, 222, 0.3) !important;
}
.Form.Detail.dark .panel .forminator-custom-html,
.offerte-card .forminator-custom-html {
  color: #EBF6DE;
}
.Form.Detail.dark .panel .forminator-field:not([role=group]) .forminator-checkbox-box,
.offerte-card .forminator-field:not([role=group]) .forminator-checkbox-box {
  border-color: rgba(248, 252, 245, 0.6) !important;
  background: transparent !important;
}
.Form.Detail.dark .panel .forminator-field:not([role=group]) input:checked + .forminator-checkbox-box,
.offerte-card .forminator-field:not([role=group]) input:checked + .forminator-checkbox-box {
  background: #F4FAA2 !important;
  border-color: #F4FAA2 !important;
}
.Form.Detail.dark .panel .forminator-field:not([role=group]) input:checked + .forminator-checkbox-box::before,
.offerte-card .forminator-field:not([role=group]) input:checked + .forminator-checkbox-box::before {
  color: #394426 !important;
}
.Form.Detail.dark .panel .forminator-field:not([role=group]) label, .Form.Detail.dark .panel .forminator-field:not([role=group]) .forminator-checkbox-label, .Form.Detail.dark .panel .forminator-field:not([role=group]) .forminator-consent__label,
.offerte-card .forminator-field:not([role=group]) label,
.offerte-card .forminator-field:not([role=group]) .forminator-checkbox-label,
.offerte-card .forminator-field:not([role=group]) .forminator-consent__label {
  color: #EBF6DE !important;
  font-size: 0.875rem;
}
.Form.Detail.dark .panel .forminator-field:not([role=group]) label a, .Form.Detail.dark .panel .forminator-field:not([role=group]) .forminator-checkbox-label a, .Form.Detail.dark .panel .forminator-field:not([role=group]) .forminator-consent__label a,
.offerte-card .forminator-field:not([role=group]) label a,
.offerte-card .forminator-field:not([role=group]) .forminator-checkbox-label a,
.offerte-card .forminator-field:not([role=group]) .forminator-consent__label a {
  color: #F4FAA2;
}
.Form.Detail.dark .panel .forminator-field-consent,
.offerte-card .forminator-field-consent {
  margin: 1.5625rem 0 !important;
}
.Form.Detail.dark .panel .forminator-button-submit,
.offerte-card .forminator-button-submit {
  --progress: 0%;
  width: 100% !important;
  background: linear-gradient(to right, #F4FAA2 var(--progress), #F8FCF5 var(--progress)) !important;
  color: #505D38 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.125rem !important;
}
.Form.Detail.dark .panel .forminator-button-submit .submit-counter,
.offerte-card .forminator-button-submit .submit-counter {
  margin-top: 0.1875rem;
  font-style: italic !important;
  font-size: 0.75rem !important;
  font-weight: 400 !important;
  line-height: 100% !important;
}
.Form.Detail.dark .panel .forminator-button-submit:disabled,
.offerte-card .forminator-button-submit:disabled {
  pointer-events: none;
  opacity: 1;
}
.Form.Detail.dark .panel .forminator-button-submit:hover,
.offerte-card .forminator-button-submit:hover {
  background: #F4FAA2 !important;
  border-color: transparent !important;
  color: #505D38 !important;
}

.Form.Detail.dark .panel [role=group] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 768px) {
  .Form.Detail.dark .panel [role=group] {
    margin-top: 1.875rem !important;
  }
}
.Form.Detail.dark .panel [role=group] > .forminator-label {
  font-size: 1.3125rem !important;
  font-weight: 600 !important;
  line-height: 110% !important;
  letter-spacing: -0.63px !important;
  color: #EBF6DE !important;
  margin-bottom: 0.5rem !important;
}
.Form.Detail.dark .panel [role=group] label.forminator-checkbox {
  display: flex;
  align-items: center;
  padding: 1.125rem 1.25rem;
  gap: 1rem;
  background: rgba(0, 0, 0, 0.15);
  margin: 0;
  border-radius: 0.25rem;
  transition: background 0.15s ease;
  cursor: pointer;
}
.Form.Detail.dark .panel [role=group] label.forminator-checkbox .forminator-checkbox-box {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.375rem !important;
  background-color: #F4FAA2 !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 1.25rem !important;
}
.Form.Detail.dark .panel [role=group] label.forminator-checkbox .forminator-checkbox-box::before {
  display: none !important;
}
.Form.Detail.dark .panel [role=group] label.forminator-checkbox .forminator-checkbox-label {
  color: #EBF6DE;
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%;
}
.Form.Detail.dark .panel [role=group] label.forminator-checkbox:has(input:checked), .Form.Detail.dark .panel [role=group] label.forminator-checkbox:hover {
  background: #F4FAA2;
}
.Form.Detail.dark .panel [role=group] label.forminator-checkbox:has(input:checked) .forminator-checkbox-label, .Form.Detail.dark .panel [role=group] label.forminator-checkbox:hover .forminator-checkbox-label {
  color: #394426;
}
.Form.Detail.dark .panel [role=group] label.forminator-checkbox:has(input:checked) .forminator-checkbox-box, .Form.Detail.dark .panel [role=group] label.forminator-checkbox:hover .forminator-checkbox-box {
  background-color: #505D38 !important;
}
.Form.Detail.dark .panel [role=group] label.forminator-checkbox:nth-of-type(1) .forminator-checkbox-box {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.04134 12.8891C3.04134 13.4736 3.28091 14.0342 3.70735 14.4475C4.13379 14.8608 4.71217 15.093 5.31525 15.093C5.91832 15.093 6.4967 14.8608 6.92314 14.4475C7.34958 14.0342 7.58915 13.4736 7.58915 12.8891M3.04134 12.8891C3.04134 12.3046 3.28091 11.744 3.70735 11.3307C4.13379 10.9174 4.71217 10.6852 5.31525 10.6852C5.91832 10.6852 6.4967 10.9174 6.92314 11.3307C7.34958 11.744 7.58915 12.3046 7.58915 12.8891M17.8217 6.27728L13.2739 0.767442H3.04134L0.767442 6.27728V12.8891H3.04134M7.58915 12.8891H14.4109M14.4109 12.8891C14.4109 13.4736 14.6504 14.0342 15.0769 14.4475C15.5033 14.8608 16.0817 15.093 16.6848 15.093C17.2878 15.093 17.8662 14.8608 18.2926 14.4475C18.7191 14.0342 18.9587 13.4736 18.9587 12.8891M14.4109 12.8891C14.4109 12.3046 14.6504 11.744 15.0769 11.3307C15.5033 10.9174 16.0817 10.6852 16.6848 10.6852C17.2878 10.6852 17.8662 10.9174 18.2926 11.3307C18.7191 11.744 18.9587 12.3046 18.9587 12.8891M18.9587 12.8891H21.2326V8.48122C21.2326 7.8967 20.993 7.33612 20.5665 6.9228C20.1401 6.50948 19.5617 6.27728 18.9587 6.27728H17.8217M0.767442 6.27728H17.8217M11 6.27728V0.767442' stroke='%23394426' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E") !important;
}
.Form.Detail.dark .panel [role=group] label.forminator-checkbox:nth-of-type(1):is(:has(input:checked), :hover) .forminator-checkbox-box {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.04134 12.8891C3.04134 13.4736 3.28091 14.0342 3.70735 14.4475C4.13379 14.8608 4.71217 15.093 5.31525 15.093C5.91832 15.093 6.4967 14.8608 6.92314 14.4475C7.34958 14.0342 7.58915 13.4736 7.58915 12.8891M3.04134 12.8891C3.04134 12.3046 3.28091 11.744 3.70735 11.3307C4.13379 10.9174 4.71217 10.6852 5.31525 10.6852C5.91832 10.6852 6.4967 10.9174 6.92314 11.3307C7.34958 11.744 7.58915 12.3046 7.58915 12.8891M17.8217 6.27728L13.2739 0.767442H3.04134L0.767442 6.27728V12.8891H3.04134M7.58915 12.8891H14.4109M14.4109 12.8891C14.4109 13.4736 14.6504 14.0342 15.0769 14.4475C15.5033 14.8608 16.0817 15.093 16.6848 15.093C17.2878 15.093 17.8662 14.8608 18.2926 14.4475C18.7191 14.0342 18.9587 13.4736 18.9587 12.8891M14.4109 12.8891C14.4109 12.3046 14.6504 11.744 15.0769 11.3307C15.5033 10.9174 16.0817 10.6852 16.6848 10.6852C17.2878 10.6852 17.8662 10.9174 18.2926 11.3307C18.7191 11.744 18.9587 12.3046 18.9587 12.8891M18.9587 12.8891H21.2326V8.48122C21.2326 7.8967 20.993 7.33612 20.5665 6.9228C20.1401 6.50948 19.5617 6.27728 18.9587 6.27728H17.8217M0.767442 6.27728H17.8217M11 6.27728V0.767442' stroke='%23EBF6DE' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E") !important;
}
.Form.Detail.dark .panel [role=group] label.forminator-checkbox:nth-of-type(2) .forminator-checkbox-box {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 5.31525V11L14.4109 14.4109M0.767442 11C0.767442 12.3438 1.03211 13.6744 1.54635 14.9158C2.06058 16.1573 2.81431 17.2853 3.76449 18.2355C4.71467 19.1857 5.8427 19.9394 7.08417 20.4537C8.32564 20.9679 9.65624 21.2326 11 21.2326C12.3438 21.2326 13.6744 20.9679 14.9158 20.4537C16.1573 19.9394 17.2853 19.1857 18.2355 18.2355C19.1857 17.2853 19.9394 16.1573 20.4537 14.9158C20.9679 13.6744 21.2326 12.3438 21.2326 11C21.2326 8.28616 20.1545 5.68347 18.2355 3.76449C16.3165 1.84551 13.7138 0.767442 11 0.767442C8.28616 0.767442 5.68347 1.84551 3.76449 3.76449C1.84551 5.68347 0.767442 8.28616 0.767442 11Z' stroke='%23394426' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E") !important;
}
.Form.Detail.dark .panel [role=group] label.forminator-checkbox:nth-of-type(2):is(:has(input:checked), :hover) .forminator-checkbox-box {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 5.31525V11L14.4109 14.4109M0.767442 11C0.767442 12.3438 1.03211 13.6744 1.54635 14.9158C2.06058 16.1573 2.81431 17.2853 3.76449 18.2355C4.71467 19.1857 5.8427 19.9394 7.08417 20.4537C8.32564 20.9679 9.65624 21.2326 11 21.2326C12.3438 21.2326 13.6744 20.9679 14.9158 20.4537C16.1573 19.9394 17.2853 19.1857 18.2355 18.2355C19.1857 17.2853 19.9394 16.1573 20.4537 14.9158C20.9679 13.6744 21.2326 12.3438 21.2326 11C21.2326 8.28616 20.1545 5.68347 18.2355 3.76449C16.3165 1.84551 13.7138 0.767442 11 0.767442C8.28616 0.767442 5.68347 1.84551 3.76449 3.76449C1.84551 5.68347 0.767442 8.28616 0.767442 11Z' stroke='%23EBF6DE' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E") !important;
}
.Form.Detail.dark .panel [role=group] label.forminator-checkbox:nth-of-type(3) .forminator-checkbox-box {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.8472 12.1479C21.033 10.725 20.913 9.27884 20.4953 7.90602C20.0776 6.53319 19.3717 5.26531 18.4248 4.18708C17.478 3.10885 16.312 2.2451 15.0047 1.65351C13.6974 1.06193 12.2789 0.756146 10.8439 0.756583C8.1686 0.756583 5.60285 1.8194 3.7111 3.71122C1.81935 5.60304 0.756582 8.16891 0.756582 10.8443C0.756582 13.5198 1.81935 16.0857 3.7111 17.9775C5.60285 19.8693 8.1686 20.9321 10.8439 20.9321M7.48148 8.60262H7.49269M14.2064 8.60262H14.2176M8.04189 14.2069C8.77939 14.9243 9.79037 15.3278 10.8439 15.3278C11.8975 15.3278 12.9085 14.9243 13.646 14.2069M14.2064 18.6904L16.448 20.9321L20.9313 16.4487' stroke='%23394426' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}
.Form.Detail.dark .panel [role=group] label.forminator-checkbox:nth-of-type(3):is(:has(input:checked), :hover) .forminator-checkbox-box {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.8472 12.1479C21.033 10.725 20.913 9.27884 20.4953 7.90602C20.0776 6.53319 19.3717 5.26531 18.4248 4.18708C17.478 3.10885 16.312 2.2451 15.0047 1.65351C13.6974 1.06193 12.2789 0.756146 10.8439 0.756583C8.1686 0.756583 5.60285 1.8194 3.7111 3.71122C1.81935 5.60304 0.756582 8.16891 0.756582 10.8443C0.756582 13.5198 1.81935 16.0857 3.7111 17.9775C5.60285 19.8693 8.1686 20.9321 10.8439 20.9321M7.48148 8.60262H7.49269M14.2064 8.60262H14.2176M8.04189 14.2069C8.77939 14.9243 9.79037 15.3278 10.8439 15.3278C11.8975 15.3278 12.9085 14.9243 13.646 14.2069M14.2064 18.6904L16.448 20.9321L20.9313 16.4487' stroke='%23EBF6DE' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}
.Form.Detail.dark .panel [role=group] label.forminator-checkbox:nth-of-type(4) .forminator-checkbox-box {
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.72963 6.77974H16.2704M6.72963 11.5902H13.8852M18.6556 0.766667C19.6044 0.766667 20.5145 1.14678 21.1854 1.82338C21.8564 2.49998 22.2333 3.41765 22.2333 4.37451V13.9954C22.2333 14.9523 21.8564 15.87 21.1854 16.5466C20.5145 17.2232 19.6044 17.6033 18.6556 17.6033H12.6926L6.72963 21.2111V17.6033H4.34444C3.39556 17.6033 2.48554 17.2232 1.81457 16.5466C1.14361 15.87 0.766667 14.9523 0.766667 13.9954V4.37451C0.766667 3.41765 1.14361 2.49998 1.81457 1.82338C2.48554 1.14678 3.39556 0.766667 4.34444 0.766667H18.6556Z' stroke='%23394426' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E") !important;
}
.Form.Detail.dark .panel [role=group] label.forminator-checkbox:nth-of-type(4):is(:has(input:checked), :hover) .forminator-checkbox-box {
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.72963 6.77974H16.2704M6.72963 11.5902H13.8852M18.6556 0.766667C19.6044 0.766667 20.5145 1.14678 21.1854 1.82338C21.8564 2.49998 22.2333 3.41765 22.2333 4.37451V13.9954C22.2333 14.9523 21.8564 15.87 21.1854 16.5466C20.5145 17.2232 19.6044 17.6033 18.6556 17.6033H12.6926L6.72963 21.2111V17.6033H4.34444C3.39556 17.6033 2.48554 17.2232 1.81457 16.5466C1.14361 15.87 0.766667 14.9523 0.766667 13.9954V4.37451C0.766667 3.41765 1.14361 2.49998 1.81457 1.82338C2.48554 1.14678 3.39556 0.766667 4.34444 0.766667H18.6556Z' stroke='%23EBF6DE' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E") !important;
}

.offerte-card .offerte-calculator[hidden],
.offerte-card .offerte-team-member[hidden] {
  display: none !important;
}
.offerte-card .offerte-calculator {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.offerte-card .offerte-calculator .offerte-calc-card {
  flex: 1;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  padding: 1rem 1rem 1.25rem;
}
@media (max-width: 768px) {
  .offerte-card .offerte-calculator .offerte-calc-card {
    margin-top: 2rem !important;
  }
}
.offerte-card .offerte-calculator .offerte-calc-card .offerte-calc-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.625rem;
}
.offerte-card .offerte-calculator .offerte-calc-card .offerte-calc-label span.icon {
  font-size: 0.75rem;
  color: #CEDEAB;
}
.offerte-card .offerte-calculator .offerte-calc-card .offerte-calc-label > span:not(.icon) {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 160%;
  color: #CEDEAB;
}
.offerte-card .offerte-calculator .offerte-calc-card .offerte-calc-value {
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 160%;
  color: #EBF6DE;
}
.offerte-card .offerte-team-member {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  background: #303A20;
  border-radius: 0.25rem;
  padding: 4rem 4.5625rem 4rem 6.375rem;
  margin-bottom: 1.5rem;
}
.offerte-card .offerte-team-member .offerte-team-photo {
  position: relative;
  flex-shrink: 0;
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  background: #EBF6DE;
}
.offerte-card .offerte-team-member .offerte-team-photo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.offerte-card .offerte-team-member .offerte-team-photo::after {
  content: "";
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  background: #7AC041;
  border: 2px solid #394426;
  border-radius: 50%;
  top: 0.5rem;
  right: 0;
}
.offerte-card .offerte-team-member .offerte-team-content {
  flex: 1;
}
.offerte-card .offerte-team-member .offerte-team-content .offerte-team-heading {
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 160%;
  color: #EBF6DE;
  margin-bottom: 1rem;
}
.offerte-card .offerte-team-member .offerte-team-content nav {
  display: flex;
  gap: 1rem;
  margin: 0;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .offerte-card .offerte-team-member {
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem 1.5rem;
    gap: 1.5rem;
  }
}
.offerte-card .offerte-social-proof {
  display: none;
  background: #303A20;
  border-radius: 0.25rem;
  padding: 3.25rem 4rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.offerte-card .offerte-social-proof img {
  width: auto;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .offerte-card .offerte-social-proof {
    padding: 2rem 1.5rem;
  }
}
.offerte-card.is-step-2 .offerte-social-proof {
  display: block;
}
.offerte-card .forminator-button-back {
  display: none !important;
}
.offerte-card #checkbox-1 .forminator-label, .offerte-card #radio-1 .forminator-label {
  font-size: 1.3125rem !important;
  color: #F8FCF5 !important;
}
.offerte-card .forminator-field-name {
  padding: 0 0.5rem !important;
}
.offerte-card .forminator-field-select {
  padding: 0 1rem !important;
}
@media (max-width: 768px) {
  .offerte-card .forminator-field-name {
    padding: 0 !important;
    margin-top: 2rem !important;
  }
  .offerte-card .forminator-field-select {
    padding: 0 !important;
  }
  .offerte-card .forminator-field-email {
    margin-top: 1.5rem !important;
  }
  .offerte-card #address-1 {
    margin-top: 1.5rem !important;
  }
}
.offerte-card #checkbox-1 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.offerte-card #checkbox-1 label.forminator-checkbox {
  display: flex;
  align-items: center;
  width: 100%;
  pointer-events: auto;
  padding: 1.125rem 1.25rem;
  gap: 1rem;
  background: rgba(0, 0, 0, 0.15);
  margin: 0;
  margin-bottom: 0.5rem !important;
  border-radius: 0.25rem;
  transition: background 0.15s ease;
  cursor: pointer;
}
.offerte-card #checkbox-1 label.forminator-checkbox .forminator-checkbox-box {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.375rem !important;
  background-color: #505D38 !important;
  color: #F8FCF5 !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 1.25rem !important;
}
.offerte-card #checkbox-1 label.forminator-checkbox .forminator-checkbox-box::before {
  display: none !important;
}
.offerte-card #checkbox-1 label.forminator-checkbox .forminator-checkbox-label {
  color: #EBF6DE;
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%;
}
.offerte-card #checkbox-1 label.forminator-checkbox:has(input:checked), .offerte-card #checkbox-1 label.forminator-checkbox:hover {
  background: #F4FAA2;
}
.offerte-card #checkbox-1 label.forminator-checkbox:has(input:checked) .forminator-checkbox-label, .offerte-card #checkbox-1 label.forminator-checkbox:hover .forminator-checkbox-label {
  color: #394426;
}
.offerte-card #checkbox-1 label.forminator-checkbox:has(input:checked) .forminator-checkbox-box, .offerte-card #checkbox-1 label.forminator-checkbox:hover .forminator-checkbox-box {
  background-color: #505D38 !important;
}
.offerte-card #checkbox-1 label.forminator-checkbox:nth-of-type(1) .forminator-checkbox-box {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23EBF6DE' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.28 21.5'%3E%3Cg%3E%3Cpath d='M18.9,15.23l-2.12-1.22,1.54-.41c.4-.11.64-.52.53-.92-.11-.4-.51-.64-.92-.53l-2.99.8-3.81-2.2,3.81-2.2,2.99.8c.07.02.13.03.19.03.33,0,.63-.22.72-.56.11-.4-.13-.81-.53-.92l-1.54-.41,2.12-1.22c.36-.21.48-.67.27-1.02-.21-.36-.67-.48-1.02-.27l-2.12,1.22.41-1.54c.11-.4-.13-.81-.53-.92-.41-.11-.81.13-.92.53l-.8,2.99-3.81,2.2v-4.4l2.19-2.19c.29-.29.29-.77,0-1.06-.29-.29-.77-.29-1.06,0l-1.13,1.13V.75c0-.41-.34-.75-.75-.75s-.75.34-.75.75v2.18l-1.13-1.13c-.29-.29-.77-.29-1.06,0-.29.29-.29.77,0,1.06l2.19,2.19v4.4l-3.81-2.2-.8-2.99c-.11-.4-.52-.63-.92-.53-.4.11-.64.52-.53.92l.41,1.54-2.12-1.22c-.36-.21-.82-.08-1.02.27-.21.36-.08.82.27,1.02l2.12,1.22-1.54.41c-.4.11-.64.52-.53.92.09.34.39.56.72.56.06,0,.13,0,.19-.03l2.99-.8,3.81,2.2-3.81,2.2-2.99-.8c-.4-.11-.81.13-.92.53-.11.4.13.81.53.92l1.54.41-2.12,1.22c-.36.21-.48.67-.27,1.02.14.24.39.38.65.38.13,0,.26-.03.37-.1l2.12-1.22-.41,1.54c-.11.4.13.81.53.92.06.02.13.03.19.03.33,0,.63-.22.72-.56l.8-2.99,3.81-2.2v4.4l-2.19,2.19c-.29.29-.29.77,0,1.06s.77.29,1.06,0l1.13-1.13v2.18c0,.41.34.75.75.75s.75-.34.75-.75v-2.18l1.13,1.13c.15.15.34.22.53.22s.38-.07.53-.22c.29-.29.29-.77,0-1.06l-2.19-2.19v-4.4l3.81,2.2.8,2.99c.09.33.39.56.72.56.06,0,.13,0,.19-.03.4-.11.64-.52.53-.92l-.41-1.54,2.12,1.22c.12.07.25.1.37.1.26,0,.51-.13.65-.38.21-.36.08-.82-.27-1.02Z'/%3E%3C/g%3E%3C/svg%3E") !important;
}
.offerte-card #checkbox-1 label.forminator-checkbox:nth-of-type(1):is(:has(input:checked), :hover) .forminator-checkbox-box {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23EBF6DE' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.28 21.5'%3E%3Cg%3E%3Cpath d='M18.9,15.23l-2.12-1.22,1.54-.41c.4-.11.64-.52.53-.92-.11-.4-.51-.64-.92-.53l-2.99.8-3.81-2.2,3.81-2.2,2.99.8c.07.02.13.03.19.03.33,0,.63-.22.72-.56.11-.4-.13-.81-.53-.92l-1.54-.41,2.12-1.22c.36-.21.48-.67.27-1.02-.21-.36-.67-.48-1.02-.27l-2.12,1.22.41-1.54c.11-.4-.13-.81-.53-.92-.41-.11-.81.13-.92.53l-.8,2.99-3.81,2.2v-4.4l2.19-2.19c.29-.29.29-.77,0-1.06-.29-.29-.77-.29-1.06,0l-1.13,1.13V.75c0-.41-.34-.75-.75-.75s-.75.34-.75.75v2.18l-1.13-1.13c-.29-.29-.77-.29-1.06,0-.29.29-.29.77,0,1.06l2.19,2.19v4.4l-3.81-2.2-.8-2.99c-.11-.4-.52-.63-.92-.53-.4.11-.64.52-.53.92l.41,1.54-2.12-1.22c-.36-.21-.82-.08-1.02.27-.21.36-.08.82.27,1.02l2.12,1.22-1.54.41c-.4.11-.64.52-.53.92.09.34.39.56.72.56.06,0,.13,0,.19-.03l2.99-.8,3.81,2.2-3.81,2.2-2.99-.8c-.4-.11-.81.13-.92.53-.11.4.13.81.53.92l1.54.41-2.12,1.22c-.36.21-.48.67-.27,1.02.14.24.39.38.65.38.13,0,.26-.03.37-.1l2.12-1.22-.41,1.54c-.11.4.13.81.53.92.06.02.13.03.19.03.33,0,.63-.22.72-.56l.8-2.99,3.81-2.2v4.4l-2.19,2.19c-.29.29-.29.77,0,1.06s.77.29,1.06,0l1.13-1.13v2.18c0,.41.34.75.75.75s.75-.34.75-.75v-2.18l1.13,1.13c.15.15.34.22.53.22s.38-.07.53-.22c.29-.29.29-.77,0-1.06l-2.19-2.19v-4.4l3.81,2.2.8,2.99c.09.33.39.56.72.56.06,0,.13,0,.19-.03.4-.11.64-.52.53-.92l-.41-1.54,2.12,1.22c.12.07.25.1.37.1.26,0,.51-.13.65-.38.21-.36.08-.82-.27-1.02Z'/%3E%3C/g%3E%3C/svg%3E") !important;
}
.offerte-card #checkbox-1 label.forminator-checkbox:nth-of-type(2) .forminator-checkbox-box {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23EBF6DE' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.5 21.5'%3E%3Cg%3E%3Cpath d='M17.42,12.61c-2.25,0-4.08-1.83-4.08-4.08s1.83-4.08,4.08-4.08,4.08,1.83,4.08,4.08-1.83,4.08-4.08,4.08ZM17.42,5.94c-1.42,0-2.58,1.16-2.58,2.58s1.16,2.58,2.58,2.58,2.58-1.16,2.58-2.58-1.16-2.58-2.58-2.58Z'/%3E%3Cpath d='M10.19,21.5c-2.56,0-4.64-2.08-4.64-4.64s2.08-4.64,4.64-4.64,4.64,2.08,4.64,4.64-2.08,4.64-4.64,4.64ZM10.19,13.72c-1.73,0-3.14,1.41-3.14,3.14s1.41,3.14,3.14,3.14,3.14-1.41,3.14-3.14-1.41-3.14-3.14-3.14Z'/%3E%3Cpath d='M5.19,10.39c-2.86,0-5.19-2.33-5.19-5.19S2.33,0,5.19,0s5.19,2.33,5.19,5.19-2.33,5.19-5.19,5.19ZM5.19,1.5c-2.04,0-3.69,1.66-3.69,3.69s1.66,3.69,3.69,3.69,3.69-1.66,3.69-3.69-1.66-3.69-3.69-3.69Z'/%3E%3Cpath d='M19.09,18.17h0c-.72,0-1.3-.58-1.3-1.3s.6-1.28,1.31-1.31c.34,0,.67.14.91.38.25.25.38.58.38.92h0c0,.35-.14.68-.38.92-.25.25-.57.38-.92.38ZM18.89,16.86c0,.05.02.1.06.14.04.04.08.06.14.06h0c.1,0,.19-.09.19-.19h-.39ZM19.64,16.86h0,0ZM19.08,16.67s-.1.02-.14.06c-.04.04-.06.09-.06.14h.39c0-.11-.09-.19-.19-.19h0Z'/%3E%3Cpath d='M13.52,2.61c-.72,0-1.31-.59-1.31-1.31s.59-1.31,1.3-1.31c.35,0,.68.14.93.38.25.25.38.57.38.92h0c0,.72-.59,1.3-1.31,1.3ZM13.33,1.31c0,.05.02.1.06.14.11.11.33.02.33-.14h-.39ZM14.08,1.31h0,0ZM13.52,1.11c-.11,0-.19.09-.19.19h.39c0-.11-.09-.19-.19-.19Z'/%3E%3Cpath d='M1.86,15.39c-.72,0-1.31-.58-1.31-1.3s.58-1.3,1.3-1.31c.35,0,.68.14.93.38.25.25.38.57.38.92h0c0,.72-.59,1.3-1.31,1.3ZM1.67,14.08c0,.05.02.1.06.14.11.11.33.02.33-.14h-.39ZM2.42,14.08h0,0ZM1.86,13.89c-.11,0-.19.09-.19.19h.39c0-.11-.09-.19-.19-.19Z'/%3E%3C/g%3E%3C/svg%3E") !important;
}
.offerte-card #checkbox-1 label.forminator-checkbox:nth-of-type(2):is(:has(input:checked), :hover) .forminator-checkbox-box {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23EBF6DE' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.5 21.5'%3E%3Cg%3E%3Cpath d='M17.42,12.61c-2.25,0-4.08-1.83-4.08-4.08s1.83-4.08,4.08-4.08,4.08,1.83,4.08,4.08-1.83,4.08-4.08,4.08ZM17.42,5.94c-1.42,0-2.58,1.16-2.58,2.58s1.16,2.58,2.58,2.58,2.58-1.16,2.58-2.58-1.16-2.58-2.58-2.58Z'/%3E%3Cpath d='M10.19,21.5c-2.56,0-4.64-2.08-4.64-4.64s2.08-4.64,4.64-4.64,4.64,2.08,4.64,4.64-2.08,4.64-4.64,4.64ZM10.19,13.72c-1.73,0-3.14,1.41-3.14,3.14s1.41,3.14,3.14,3.14,3.14-1.41,3.14-3.14-1.41-3.14-3.14-3.14Z'/%3E%3Cpath d='M5.19,10.39c-2.86,0-5.19-2.33-5.19-5.19S2.33,0,5.19,0s5.19,2.33,5.19,5.19-2.33,5.19-5.19,5.19ZM5.19,1.5c-2.04,0-3.69,1.66-3.69,3.69s1.66,3.69,3.69,3.69,3.69-1.66,3.69-3.69-1.66-3.69-3.69-3.69Z'/%3E%3Cpath d='M19.09,18.17h0c-.72,0-1.3-.58-1.3-1.3s.6-1.28,1.31-1.31c.34,0,.67.14.91.38.25.25.38.58.38.92h0c0,.35-.14.68-.38.92-.25.25-.57.38-.92.38ZM18.89,16.86c0,.05.02.1.06.14.04.04.08.06.14.06h0c.1,0,.19-.09.19-.19h-.39ZM19.64,16.86h0,0ZM19.08,16.67s-.1.02-.14.06c-.04.04-.06.09-.06.14h.39c0-.11-.09-.19-.19-.19h0Z'/%3E%3Cpath d='M13.52,2.61c-.72,0-1.31-.59-1.31-1.31s.59-1.31,1.3-1.31c.35,0,.68.14.93.38.25.25.38.57.38.92h0c0,.72-.59,1.3-1.31,1.3ZM13.33,1.31c0,.05.02.1.06.14.11.11.33.02.33-.14h-.39ZM14.08,1.31h0,0ZM13.52,1.11c-.11,0-.19.09-.19.19h.39c0-.11-.09-.19-.19-.19Z'/%3E%3Cpath d='M1.86,15.39c-.72,0-1.31-.58-1.31-1.3s.58-1.3,1.3-1.31c.35,0,.68.14.93.38.25.25.38.57.38.92h0c0,.72-.59,1.3-1.31,1.3ZM1.67,14.08c0,.05.02.1.06.14.11.11.33.02.33-.14h-.39ZM2.42,14.08h0,0ZM1.86,13.89c-.11,0-.19.09-.19.19h.39c0-.11-.09-.19-.19-.19Z'/%3E%3C/g%3E%3C/svg%3E") !important;
}
.offerte-card #checkbox-1 label.forminator-checkbox:nth-of-type(3) .forminator-checkbox-box {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23EBF6DE' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.5 21.49'%3E%3Cg%3E%3Cpath d='M9.75,21.49C4.37,21.49,0,17.07,0,11.65c0-2.42.86-4.77,2.42-6.62h0L6.48.25c.29-.34.86-.34,1.14,0l3.8,4.48,2.26-2.66c.28-.34.86-.34,1.14,0l2.25,2.66c1.56,1.84,2.42,4.19,2.42,6.62v.3c0,2.63-1.01,5.1-2.85,6.96-1.84,1.86-4.29,2.89-6.9,2.89ZM3.57,6c-1.33,1.57-2.07,3.58-2.07,5.65,0,4.6,3.7,8.34,8.25,8.34,2.2,0,4.27-.87,5.83-2.44,1.56-1.58,2.42-3.67,2.42-5.9v-.3c0-2.07-.73-4.08-2.07-5.65l-1.68-1.98-2.26,2.66c-.28.34-.86.34-1.14,0L7.05,1.9l-3.48,4.1Z'/%3E%3C/g%3E%3C/svg%3E") !important;
}
.offerte-card #checkbox-1 label.forminator-checkbox:nth-of-type(3):is(:has(input:checked), :hover) .forminator-checkbox-box {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23EBF6DE' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.5 21.49'%3E%3Cg%3E%3Cpath d='M9.75,21.49C4.37,21.49,0,17.07,0,11.65c0-2.42.86-4.77,2.42-6.62h0L6.48.25c.29-.34.86-.34,1.14,0l3.8,4.48,2.26-2.66c.28-.34.86-.34,1.14,0l2.25,2.66c1.56,1.84,2.42,4.19,2.42,6.62v.3c0,2.63-1.01,5.1-2.85,6.96-1.84,1.86-4.29,2.89-6.9,2.89ZM3.57,6c-1.33,1.57-2.07,3.58-2.07,5.65,0,4.6,3.7,8.34,8.25,8.34,2.2,0,4.27-.87,5.83-2.44,1.56-1.58,2.42-3.67,2.42-5.9v-.3c0-2.07-.73-4.08-2.07-5.65l-1.68-1.98-2.26,2.66c-.28.34-.86.34-1.14,0L7.05,1.9l-3.48,4.1Z'/%3E%3C/g%3E%3C/svg%3E") !important;
}
.offerte-card #checkbox-1 label.forminator-checkbox:nth-of-type(4) .forminator-checkbox-box {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23EBF6DE' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.53 21.52'%3E%3Cg%3E%3Cpath d='M9.05,21.52c-3.2,0-6.4-1.22-8.83-3.65-.14-.14-.22-.33-.22-.53s.08-.39.22-.53l2.88-2.88s.02-.02.03-.03.02-.02.03-.03L13.91,3.12s0,0,0,0c0,0,0,0,0,0L16.82.21c.28-.28.78-.28,1.06,0,4.87,4.87,4.87,12.79,0,17.66-2.43,2.43-5.63,3.65-8.83,3.65ZM1.83,17.32c4.31,3.76,10.88,3.59,14.99-.51,4.11-4.11,4.28-10.68.51-14.99l-1.85,1.85c1.26,1.5,1.95,3.39,1.95,5.37,0,2.21-.85,4.3-2.41,5.88-.01.02-.03.03-.05.05-.02.02-.03.03-.05.05-1.58,1.55-3.66,2.41-5.88,2.41-1.99,0-3.87-.69-5.37-1.95l-1.85,1.85ZM4.74,14.41c1.02.82,2.25,1.33,3.56,1.47v-5.03l-3.56,3.56ZM9.8,10.85v5.03c1.31-.14,2.53-.65,3.56-1.47l-3.56-3.56ZM10.86,9.79l3.56,3.56c.82-1.02,1.33-2.25,1.47-3.56h-5.03ZM10.86,8.29h5.03c-.14-1.31-.65-2.53-1.47-3.56l-3.56,3.56Z'/%3E%3C/g%3E%3C/svg%3E") !important;
}
.offerte-card #checkbox-1 label.forminator-checkbox:nth-of-type(4):is(:has(input:checked), :hover) .forminator-checkbox-box {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23EBF6DE' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.53 21.52'%3E%3Cg%3E%3Cpath d='M9.05,21.52c-3.2,0-6.4-1.22-8.83-3.65-.14-.14-.22-.33-.22-.53s.08-.39.22-.53l2.88-2.88s.02-.02.03-.03.02-.02.03-.03L13.91,3.12s0,0,0,0c0,0,0,0,0,0L16.82.21c.28-.28.78-.28,1.06,0,4.87,4.87,4.87,12.79,0,17.66-2.43,2.43-5.63,3.65-8.83,3.65ZM1.83,17.32c4.31,3.76,10.88,3.59,14.99-.51,4.11-4.11,4.28-10.68.51-14.99l-1.85,1.85c1.26,1.5,1.95,3.39,1.95,5.37,0,2.21-.85,4.3-2.41,5.88-.01.02-.03.03-.05.05-.02.02-.03.03-.05.05-1.58,1.55-3.66,2.41-5.88,2.41-1.99,0-3.87-.69-5.37-1.95l-1.85,1.85ZM4.74,14.41c1.02.82,2.25,1.33,3.56,1.47v-5.03l-3.56,3.56ZM9.8,10.85v5.03c1.31-.14,2.53-.65,3.56-1.47l-3.56-3.56ZM10.86,9.79l3.56,3.56c.82-1.02,1.33-2.25,1.47-3.56h-5.03ZM10.86,8.29h5.03c-.14-1.31-.65-2.53-1.47-3.56l-3.56,3.56Z'/%3E%3C/g%3E%3C/svg%3E") !important;
}
.offerte-card #radio-1 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.offerte-card #radio-1 label.forminator-radio {
  display: flex;
  align-items: center;
  width: 100%;
  pointer-events: auto;
  padding: 1.125rem 1.25rem;
  gap: 1rem;
  background: rgba(0, 0, 0, 0.15);
  margin: 0;
  margin-bottom: 0.5rem !important;
  border-radius: 0.25rem;
  transition: background 0.15s ease;
  cursor: pointer;
}
.offerte-card #radio-1 label.forminator-radio .forminator-radio-bullet {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.375rem !important;
  background-color: #505D38 !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 1.25rem !important;
  border: none !important;
}
.offerte-card #radio-1 label.forminator-radio .forminator-radio-bullet::before, .offerte-card #radio-1 label.forminator-radio .forminator-radio-bullet::after {
  display: none !important;
}
.offerte-card #radio-1 label.forminator-radio .forminator-radio-label {
  color: #EBF6DE;
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%;
}
.offerte-card #radio-1 label.forminator-radio:has(input:checked), .offerte-card #radio-1 label.forminator-radio:hover {
  background: #F4FAA2;
}
.offerte-card #radio-1 label.forminator-radio:has(input:checked) .forminator-radio-label, .offerte-card #radio-1 label.forminator-radio:hover .forminator-radio-label {
  color: #394426;
}
.offerte-card #radio-1 label.forminator-radio:nth-of-type(1) .forminator-radio-bullet {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23EBF6DE' width='18' height='17' viewBox='0 0 18 17' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 3,0 C 2.0423821,0 1.25,0.79238213 1.25,1.75 V 16.5 h 15.5 V 1.75 C 16.75,0.79240023 15.957623,0 15,0 Z m 0,1.5 h 12 c 0.146977,0 0.25,0.1030398 0.25,0.25 V 15 H 2.75 V 1.75 C 2.75,1.6030579 2.8530579,1.5 3,1.5 Z'/%3E%3Cpath d='m 0,15.25 v 1.5 h 18 v -1.5 z'/%3E%3Cpath d='M 9.234375,5.0195312 C 8.9542327,4.9631868 8.6535466,5.0111988 8.3925781,5.1699219 8.2577915,5.2521724 8.1398629,5.3626756 8.0488281,5.4941406 l -1.3984375,2.015625 a 0.750075,0.750075 0 0 0 -0.021484,0.035156 C 5.9509965,8.648492 6.2300763,10.096698 7.2519531,10.900391 c 1.0217952,0.803779 2.4744687,0.803916 3.4960939,0 1.021847,-0.803691 1.301404,-2.2518991 0.623047,-3.3554691 a 0.750075,0.750075 0 0 0 -0.02149,-0.035156 L 9.9511719,5.4941406 C 9.7728945,5.2370145 9.5139872,5.0757691 9.234375,5.0195312 Z M 9,6.7539062 10.095703,8.3359375 c 0.286495,0.471862 0.189618,1.0225217 -0.2734374,1.3867188 -0.4647149,0.3656837 -1.1794864,0.3658207 -1.6445312,0 C 7.7133644,9.3574354 7.6169609,8.8047805 7.90625,8.3320313 c 3.695e-4,-6.039e-4 -3.708e-4,-0.00135 0,-0.00195 z'/%3E%3C/svg%3E") !important;
}
.offerte-card #radio-1 label.forminator-radio:nth-of-type(2) .forminator-radio-bullet {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23EBF6DE' width='18' height='22' viewBox='0 0 18 22' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 5,0 C 4.0423821,0 3.25,0.79238213 3.25,1.75 V 21.5 h 11.5 V 1.75 C 14.75,0.79240023 13.957623,0 13,0 Z m 0,1.5 h 8 c 0.146977,0 0.25,0.1030398 0.25,0.25 V 20 H 4.75 V 1.75 C 4.75,1.6030579 4.8530579,1.5 5,1.5 Z'/%3E%3Cpath d='M 9.234375,3.0195313 C 8.9542327,2.9631868 8.6535466,3.0111988 8.3925781,3.1699219 8.2577915,3.2521724 8.1398629,3.3626756 8.0488281,3.4941406 l -1.3984375,2.015625 a 0.750075,0.750075 0 0 0 -0.021484,0.035156 C 5.9509965,6.648492 6.2301077,8.096654 7.2519531,8.9003906 c 1.0218001,0.8036872 2.4744638,0.8038238 3.4960939,0 1.021815,-0.8037345 1.301404,-2.2518987 0.623047,-3.3554687 a 0.750075,0.750075 0 0 0 -0.02149,-0.035156 L 9.9511719,3.4941406 C 9.7728945,3.2370145 9.5139872,3.0757691 9.234375,3.0195313 Z M 9,4.7539062 10.095703,6.3359375 c 0.286495,0.4718621 0.18965,1.0224659 -0.2734374,1.3867187 -0.46471,0.3656363 -1.1794913,0.3657728 -1.6445312,0 C 7.713333,7.3573795 7.6169609,6.8047805 7.90625,6.3320312 c 3.695e-4,-6.038e-4 -3.708e-4,-0.00135 0,-0.00195 z'/%3E%3Cpath d='m 0,20.25 v 1.5 h 18 v -1.5 z'/%3E%3C/svg%3E") !important;
}
.offerte-card #radio-1 label.forminator-radio:nth-of-type(3) .forminator-radio-bullet {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23EBF6DE' width='16' height='22' viewBox='0 0 16 22' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m 1.7910156,11.273438 c -0.97043495,0 -1.77343748,0.802986 -1.77343747,1.773437 v 8.935547 H 6.6328125 v -8.935547 c 0,-0.970453 -0.8010522,-1.773438 -1.7714844,-1.773437 z m 0,1.5 h 3.0703125 c 0.1598079,0 0.2714844,0.11369 0.2714844,0.273437 v 7.435547 H 1.5175781 v -7.435547 c 0,-0.159749 0.1136125,-0.273437 0.2734375,-0.273437 z'/%3E%3Cpath d='M 8.2148438,0.01757813 C 5.0780551,0.01757812 2.5195312,2.5761016 2.5195313,5.7128906 V 12.136719 H 4.0195312 V 5.7128906 c 0,-2.326131 1.8691812,-4.1953125 4.1953126,-4.1953125 2.3261082,0 4.1953122,1.8691852 4.1953122,4.1953125 v 2.7285157 h 1.5 V 5.7128906 c 0,-3.1367927 -2.558541,-5.69531248 -5.6953122,-5.69531247 z'/%3E%3Cpath d='m 13.283203,10.269531 c -0.282484,-0.05683 -0.586447,-0.0077 -0.849609,0.152344 -0.1358,0.08285 -0.253954,0.193515 -0.345703,0.326172 l -1.431641,2.0625 a 0.750075,0.750075 0 0 0 -0.02148,0.03516 c -0.689095,1.121882 -0.406342,2.594802 0.632812,3.412109 1.039077,0.817384 2.519654,0.817491 3.558594,0 1.039154,-0.817307 1.322318,-2.290238 0.632812,-3.412109 a 0.750075,0.750075 0 0 0 -0.02344,-0.03516 l -1.429688,-2.0625 c -0.179694,-0.260031 -0.440171,-0.421684 -0.722656,-0.478516 z m -0.236328,1.726563 1.132813,1.636719 c 0.300734,0.491132 0.200405,1.066484 -0.28125,1.445312 -0.482061,0.379309 -1.220803,0.379416 -1.703125,0 -0.480354,-0.377804 -0.582717,-0.951159 -0.285157,-1.441406 z'/%3E%3C/svg%3E") !important;
}
.offerte-card .forminator-description {
  color: #F8FCF5 !important;
  font-size: 0.875rem !important;
  margin-bottom: 1.875rem !important;
}
.offerte-card .forminator-button-next {
  display: inline-block !important;
  width: 100% !important;
  background: #F4FAA2 !important;
  border-radius: 18.75rem !important;
  padding: 1.1875rem 1.4375rem 1.375rem !important;
  border: 0.0625rem solid transparent !important;
  color: #394426 !important;
  font-family: "Plus Jakarta Sans", helvetica, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  line-height: 100% !important;
  text-align: center !important;
  cursor: pointer;
  transition: all 0.3s ease-in-out !important;
  box-shadow: none !important;
  margin-top: 1.25rem !important;
}
.offerte-card .forminator-button-next:hover {
  background: transparent !important;
  border-color: #F4FAA2 !important;
  color: #F4FAA2 !important;
  box-shadow: none !important;
}

.searchandfilter {
  margin-top: 1.875rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.625rem;
}
@media (max-width: 768px) {
  .searchandfilter {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .searchandfilter {
    min-width: 100rem;
  }
}
.searchandfilter input[type=radio] {
  width: 0;
  position: relative;
  left: -9999px;
}
.searchandfilter ul {
  margin: 0;
  padding: 0;
}
.searchandfilter li {
  padding: 0 !important;
}
@media (max-width: 768px) {
  .searchandfilter ul {
    width: 100%;
  }
}
.searchandfilter ul > li > ul > li:first-child {
  display: none;
}
.searchandfilter > ul > li select {
  background: white;
  margin: 0;
  color: #394426;
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none;
  transition: all 0.35s ease-in-out;
  height: 3.1875rem;
  padding: 0.625rem 1.25rem 0.8125rem 1.25rem !important;
}
.searchandfilter > ul > li:not([data-sf-field-input-type=checkbox]) > ul {
  display: flex;
  justify-content: flex-start;
  gap: 0.625rem;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .searchandfilter > ul > li:not([data-sf-field-input-type=checkbox]) > ul {
    flex-wrap: wrap;
    border-radius: 0.25rem;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .searchandfilter > ul > li:not([data-sf-field-input-type=checkbox]) > ul li {
    width: auto;
  }
}
.searchandfilter > ul > li:not([data-sf-field-input-type=checkbox]) > ul li > label {
  background: transparent;
  padding: 0.75rem 1.5rem 1rem 1.5rem;
  border-radius: 18.75rem;
  font-size: 1rem;
  font-weight: 500;
  color: #394426;
  text-decoration: none;
  transition: background 0.3s ease;
  cursor: pointer;
}
.searchandfilter > ul > li:not([data-sf-field-input-type=checkbox]) > ul li > label:focus {
  outline: none;
}
.searchandfilter > ul > li:not([data-sf-field-input-type=checkbox]) > ul li > label:hover {
  background: #F8FCF5;
}
.searchandfilter > ul > li:not([data-sf-field-input-type=checkbox]) > ul li > label.active {
  border-color: #F8FCF5;
  background: #F8FCF5;
}
.searchandfilter > ul > li:not([data-sf-field-input-type=checkbox]) > ul li.sf-option-active label, .searchandfilter > ul > li:not([data-sf-field-input-type=checkbox]) > ul li:hover label {
  background: #F8FCF5;
  border-color: #F8FCF5;
}
.searchandfilter ~ .Overview {
  margin-top: 3.75rem;
}

.site-main.single .type-post > .titlecolumn {
  color: #394426;
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}
.site-main.single .type-post > .titlecolumn::before {
  background: #EBF6DE;
}
.site-main.single .type-post > .titlecolumn > .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}
.site-main.single .type-post > .titlecolumn > .inner > .bcn-wrap {
  align-self: flex-start;
  margin-bottom: 3.5rem;
}
.site-main.single .type-post > .titlecolumn > .inner > .bcn-wrap a {
  color: #394426;
}
.site-main.single .type-post > .titlecolumn > .inner > .center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  width: 100%;
}
.site-main.single .type-post > .titlecolumn > .inner > .center > .category-pill {
  display: inline-flex;
  align-items: center;
  border: 0.0625rem solid #7AC041;
  border-radius: 18.75rem;
  padding: 0.3125rem 1.25rem;
  color: #7AC041;
  font-size: 1rem;
  font-weight: 600;
  line-height: 140%;
}
.site-main.single .type-post > .titlecolumn > .inner > .center > .title-row {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  width: 100%;
}
.site-main.single .type-post > .titlecolumn > .inner > .center > .title-row > .back-btn {
  flex-shrink: 0;
  width: 5.625rem;
  height: 3.5rem;
  min-width: 5.625rem;
  max-width: 5.625rem;
  border-radius: 18.75rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-main.single .type-post > .titlecolumn > .inner > .center > .title-row > .back-btn span.icon {
  font-size: 0.875rem;
}
.site-main.single .type-post > .titlecolumn > .inner > .center > .title-row > .h1 {
  flex: 1;
  text-align: center;
  color: #394426;
  margin: 0 auto;
  max-width: 49.5rem;
}
.site-main.single .type-post > .titlecolumn > .inner > .center > .title-row > .spacer {
  flex-shrink: 0;
  width: 5.625rem;
}
.site-main.single .type-post > .titlecolumn > .inner > .center > .date-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #394426;
}
.site-main.single .type-post > .titlecolumn > .inner > .center > .date-row span.icon {
  font-size: 0.875rem;
}
.site-main.single .type-post > .titlecolumn > .inner > .center > .date-row > span {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 160%;
}
@media (max-width: 768px) {
  .site-main.single .type-post > .titlecolumn {
    padding-bottom: 60px;
  }
  .site-main.single .type-post > .titlecolumn > .inner > .bcn-wrap {
    margin-bottom: 24px;
  }
  .site-main.single .type-post > .titlecolumn > .inner > .center {
    gap: 24px;
  }
  .site-main.single .type-post > .titlecolumn > .inner > .center > .title-row > .back-btn {
    display: none;
  }
  .site-main.single .type-post > .titlecolumn > .inner > .center > .title-row > .spacer {
    display: none;
  }
}
.site-main.single .type-post > .entry-content > .share-bar {
  margin: 5rem auto 0;
}
.site-main.single .type-post > .entry-content > .share-bar > hr {
  border: none;
  border-top: 0.0625rem solid rgba(57, 68, 38, 0.2);
  margin: 0 0 2.5rem;
  background-color: unset;
}
.site-main.single .type-post > .entry-content > .share-bar > .share-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.site-main.single .type-post > .entry-content > .share-bar > .share-inner > .share-label {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 160%;
  color: #394426;
}
.site-main.single .type-post > .entry-content > .share-bar > .share-inner > .share-buttons {
  display: flex;
  gap: 0.5rem;
}
.site-main.single .type-post > .entry-content > .share-bar > .share-inner > .share-buttons > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: #F4FAA2;
  border-radius: 0.375rem;
  text-decoration: none;
  transition: background 0.3s ease-in-out;
}
.site-main.single .type-post > .entry-content > .share-bar > .share-inner > .share-buttons > a span.icon {
  font-size: 1rem;
  color: #394426;
}
.site-main.single .type-post > .entry-content > .share-bar > .share-inner > .share-buttons > a:hover {
  background: #F5FF6D;
}
@media (max-width: 768px) {
  .site-main.single .type-post > .entry-content > .share-bar {
    margin-top: 40px;
  }
  .site-main.single .type-post > .entry-content > .share-bar > hr {
    margin-bottom: 24px;
  }
}
.site-main.single .type-post > .entry-content > .Content {
  margin: 0 auto;
  max-width: 66.375rem;
}
@media (max-width: 768px) {
  .site-main.single .type-post > .entry-content > .Content {
    margin: 40px auto;
  }
}
.site-main.single .type-post > .entry-content > .Content > h2 {
  margin-bottom: 2.375rem;
}
.site-main.single .type-post > .entry-content > .Content > h2:not(:first-of-type) {
  margin-top: 5rem;
}
.site-main.single .type-post > .entry-content > .Content > h3 {
  margin-bottom: 2rem;
}
.site-main.single .type-post > .entry-content > .Content > h3:not(:first-of-type) {
  margin-top: 5rem;
}
.site-main.single .type-post > .entry-content > .Content > p {
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 160%;
  color: #394426;
  margin: 3rem 0 0;
}
.site-main.single .type-post > .entry-content > .Content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
.site-main.single .type-post > .entry-content > .Content ul li {
  position: relative;
  padding-left: 2rem;
  gap: 1rem;
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 140%;
}
.site-main.single .type-post > .entry-content > .Content ul li p {
  margin: 0;
}
.site-main.single .type-post > .entry-content > .Content ul li::before {
  position: absolute;
  content: "";
  left: 0rem;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-color: #394426;
  mask-image: url("../icons/check-circle.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  margin-top: 0.4375rem;
}

.site-main.product .type-product > .titlecolumn.product {
  padding-top: 2rem;
  color: #394426;
}
@media (max-width: 768px) {
  .site-main.product .type-product > .titlecolumn.product {
    padding-top: 0;
  }
}
.site-main.product .type-product > .titlecolumn.product::before {
  background: #F8FCF5;
}
.site-main.product .type-product > .titlecolumn.product > .bcn-wrap {
  margin-bottom: 2rem;
}
.site-main.product .type-product > .titlecolumn.product > .product-cols {
  display: flex;
  gap: 9.4375rem;
  align-items: flex-start;
}
.site-main.product .type-product > .titlecolumn.product > .product-cols > .product-gallery {
  width: 49.5rem;
  flex-shrink: 0;
  background: #F8FCF5;
  border-radius: 0.25rem;
  overflow: hidden;
}
.site-main.product .type-product > .titlecolumn.product > .product-cols > .product-gallery > .product-gallery-main {
  position: relative;
}
.site-main.product .type-product > .titlecolumn.product > .product-cols > .product-gallery > .product-gallery-main > figure {
  height: 33.875rem;
  padding: 0;
  margin: 0;
  position: relative;
}
.site-main.product .type-product > .titlecolumn.product > .product-cols > .product-gallery > .product-gallery-main > figure > .gallery-img {
  position: absolute;
  inset: 0;
  mix-blend-mode: multiply;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.site-main.product .type-product > .titlecolumn.product > .product-cols > .product-gallery > .product-gallery-main > figure > .gallery-img:first-child {
  object-fit: contain;
}
.site-main.product .type-product > .titlecolumn.product > .product-cols > .product-gallery > .product-gallery-main > figure > .gallery-img.active {
  opacity: 1;
}
.site-main.product .type-product > .titlecolumn.product > .product-cols > .product-gallery > .product-gallery-main > .badge {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  background: #F4FAA2;
  border-radius: 18.75rem;
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 140%;
  color: #394426;
}
.site-main.product .type-product > .titlecolumn.product > .product-cols > .product-gallery > .product-gallery-footer {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.25rem 1.5rem;
}
.site-main.product .type-product > .titlecolumn.product > .product-cols > .product-gallery > .product-gallery-footer > .gallery-arrow {
  width: 3.5rem;
  height: 3.5rem;
  flex-shrink: 0;
  background: #F8FCF5;
  border: none;
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.site-main.product .type-product > .titlecolumn.product > .product-cols > .product-gallery > .product-gallery-footer > .gallery-arrow svg {
  width: 3.5rem;
  height: 3.5rem;
}
.site-main.product .type-product > .titlecolumn.product > .product-cols > .product-gallery > .product-gallery-footer > .gallery-arrow.prev {
  transform: rotate(180deg);
}
.site-main.product .type-product > .titlecolumn.product > .product-cols > .product-gallery > .product-gallery-footer > .product-thumbnails {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  flex: 1;
  scrollbar-width: none;
}
.site-main.product .type-product > .titlecolumn.product > .product-cols > .product-gallery > .product-gallery-footer > .product-thumbnails::-webkit-scrollbar {
  display: none;
}
.site-main.product .type-product > .titlecolumn.product > .product-cols > .product-gallery > .product-gallery-footer > .product-thumbnails > .product-thumb {
  width: 4.5rem;
  height: 4.5rem;
  flex-shrink: 0;
  border-radius: 0.375rem;
  overflow: hidden;
  border: 1px solid transparent;
  background: none;
  padding: 0;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.site-main.product .type-product > .titlecolumn.product > .product-cols > .product-gallery > .product-gallery-footer > .product-thumbnails > .product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-main.product .type-product > .titlecolumn.product > .product-cols > .product-gallery > .product-gallery-footer > .product-thumbnails > .product-thumb.active {
  border-color: #7AC041;
}
.site-main.product .type-product > .titlecolumn.product > .product-cols > .product-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.site-main.product .type-product > .titlecolumn.product > .product-cols > .product-info > .h1 {
  font-size: 3.625rem;
  line-height: 110%;
  font-weight: 600;
  letter-spacing: -1.74px;
  margin: 0;
  color: #394426;
}
@media (max-width: 768px) {
  .site-main.product .type-product > .titlecolumn.product > .product-cols > .product-info > .h1 {
    font-size: 2rem;
    line-height: 110%;
    font-weight: 600;
    letter-spacing: -0.96px;
  }
}
.site-main.product .type-product > .titlecolumn.product > .product-cols > .product-info > .product-subtitle {
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 160%;
  color: #394426;
  margin: 0;
}
.site-main.product .type-product > .titlecolumn.product > .product-cols > .product-info > .product-features,
.site-main.product .type-product > .titlecolumn.product > .product-cols > .product-info > .product-extra-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.site-main.product .type-product > .titlecolumn.product > .product-cols > .product-info > .product-features > li,
.site-main.product .type-product > .titlecolumn.product > .product-cols > .product-info > .product-extra-features > li {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  color: #394426;
}
.site-main.product .type-product > .titlecolumn.product > .product-cols > .product-info > .product-features > li span.icon,
.site-main.product .type-product > .titlecolumn.product > .product-cols > .product-info > .product-extra-features > li span.icon {
  font-size: 1.25rem;
  flex-shrink: 0;
}
.site-main.product .type-product > .titlecolumn.product > .product-cols > .product-info > .product-water-options {
  background: rgba(206, 222, 171, 0.2);
  border-radius: 0.25rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.site-main.product .type-product > .titlecolumn.product > .product-cols > .product-info > .product-water-options > .water-options-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 160%;
  color: #394426;
}
.site-main.product .type-product > .titlecolumn.product > .product-cols > .product-info > .product-water-options > .block-grid > li.water-option {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%;
  color: #394426;
}
.site-main.product .type-product > .titlecolumn.product > .product-cols > .product-info > .product-water-options > .block-grid > li.water-option span.icon {
  font-size: 1.25rem;
  flex-shrink: 0;
}
.site-main.product .type-product > .titlecolumn.product > .product-cols > .product-info > nav.product-ctas {
  margin-top: 0;
  gap: 1.0625rem;
}
.site-main.product .type-product > .titlecolumn.product > .product-cols > .product-info > nav.product-ctas > .more {
  flex: 1;
  text-align: center;
  cursor: pointer;
}
.site-main.product .product-specifications {
  position: relative;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding: 8.5rem 0 7.5rem;
  color: #EBF6DE;
}
.site-main.product .product-specifications::before {
  content: "";
  left: 50%;
  max-width: 100.2vw;
  transform: var(--transform, translateX(-50%));
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 120rem;
  background: #394426;
}
@media (max-width: 768px) {
  .site-main.product .product-specifications::before {
    max-width: 100vw;
  }
}
.site-main.product .product-specifications > .spec-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 5rem;
}
.site-main.product .product-specifications > .spec-header > .spec-header-left {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.site-main.product .product-specifications > .spec-header > .spec-header-left > .spec-badge {
  display: inline-flex;
  align-items: center;
  border: 1px solid #7AC041;
  border-radius: 18.75rem;
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 140%;
  color: #7AC041;
  width: fit-content;
}
.site-main.product .product-specifications > .spec-header > .spec-header-left > .spec-heading {
  font-size: 3.625rem;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.03em;
  color: #EBF6DE;
  margin: 0;
}
.site-main.product .product-specifications > .spec-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.site-main.product .product-specifications > .spec-grid > .spec-card {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
}
.site-main.product .product-specifications > .spec-grid > .spec-card > .spec-icon-wrap {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  background: #F4FAA2;
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.site-main.product .product-specifications > .spec-grid > .spec-card > .spec-icon-wrap span.icon {
  font-size: 1.25rem;
  color: #394426;
}
.site-main.product .product-specifications > .spec-grid > .spec-card > .spec-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 110%;
  color: #EBF6DE;
  margin: 0 0 4rem 0;
}
.site-main.product .product-specifications > .spec-grid > .spec-card > .spec-description {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 160%;
  color: #EBF6DE;
  margin: 0;
}
.site-main.product .product-menubar {
  position: sticky;
  top: 6.4375rem;
  z-index: 98;
  height: 4.375rem;
  margin: 0 !important;
}
.site-main.product .product-menubar::before {
  content: "";
  left: 50%;
  max-width: 100.2vw;
  transform: var(--transform, translateX(-50%));
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 120rem;
  background: #F8FCF5;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .site-main.product .product-menubar::before {
    max-width: 100vw;
  }
}
.site-main.product .product-menubar .product-menubar-inner {
  max-width: 100rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.site-main.product .product-menubar .menubar-title {
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.03em;
  color: #394426;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  min-width: 0;
}
.site-main.product .product-menubar .menubar-right {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-shrink: 0;
}
.site-main.product .product-menubar .menubar-buttons {
  display: flex;
  align-items: center;
  gap: 0.5625rem;
}
.site-main.product .product-menubar .menubar-btn {
  display: inline-flex;
  align-items: center;
  padding: 1.25rem 1.5625rem;
  border-radius: 18.75rem;
  border: none;
  background: transparent;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #394426;
  cursor: pointer;
  line-height: 100%;
  white-space: nowrap;
  transition: background 0.2s ease;
}
.site-main.product .product-menubar .menubar-btn.active, .site-main.product .product-menubar .menubar-btn:hover {
  background: #EBF6DE;
}
.site-main.product .product-menubar .more {
  cursor: pointer;
}
@media (max-width: 768px) {
  .site-main.product .product-menubar {
    height: auto;
    top: 0;
  }
  .site-main.product .product-menubar .product-menubar-inner {
    padding: 1.25rem 0;
    height: auto;
    justify-content: flex-start;
  }
  .site-main.product .product-menubar .menubar-title {
    display: none;
  }
  .site-main.product .product-menubar .menubar-right {
    flex: 1;
    min-width: 0;
    gap: 0;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .site-main.product .product-menubar .menubar-right::-webkit-scrollbar {
    display: none;
  }
  .site-main.product .product-menubar .menubar-right > .more {
    display: none;
  }
  .site-main.product .product-menubar .menubar-buttons {
    padding: 0 1rem;
  }
  .site-main.product .product-menubar .menubar-btn:hover:not(.active) {
    background: transparent;
  }
}
.site-main .offerte-popup {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  align-items: center;
  justify-content: center;
}
.site-main .offerte-popup.is-open {
  display: flex;
}
.site-main .offerte-popup .offerte-popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.36);
  cursor: pointer;
}
.site-main .offerte-popup .offerte-popup-panel {
  position: relative;
  z-index: 1;
  width: 49.5rem;
  max-height: 90vh;
  overflow-y: auto;
  background: #F8FCF5;
  border-radius: 0.25rem;
  padding: 3rem;
}
.site-main .offerte-popup .offerte-popup-panel .offerte-popup-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  background: rgba(206, 222, 171, 0.2);
  border: none;
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.site-main .offerte-popup .offerte-popup-panel .offerte-popup-close span.icon {
  font-size: 0.875rem;
  color: #394426;
}
.site-main .offerte-popup .offerte-popup-panel > h2 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.03em;
  color: #394426;
  margin: 0 0 1.875rem 0;
}
.site-main .offerte-popup .offerte-popup-panel > p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%;
  color: #394426;
  margin: 0 0 1.875rem 0;
}
.site-main .offerte-popup .offerte-popup-panel .forminator-ui.forminator-custom-form[data-design=default] .forminator-input {
  background: transparent;
}
.site-main .offerte-popup .offerte-popup-panel .forminator-button-submit {
  margin-top: 1.875rem !important;
  display: block !important;
  width: 100% !important;
  background: #F4FAA2 !important;
  color: #394426 !important;
}
.site-main .offerte-popup .offerte-popup-panel .usp {
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-main .offerte-popup .offerte-popup-panel .usp > .inner {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 768px) {
  .site-main .offerte-popup {
    padding: 16px;
  }
  .site-main .offerte-popup .offerte-popup-panel {
    width: 100%;
    max-height: 90vh;
    padding: 32px 24px;
  }
}
@media (max-width: 768px) {
  .site-main.product .product-specifications {
    padding: 60px 0;
  }
  .site-main.product .product-specifications > .spec-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    margin-bottom: 40px;
  }
  .site-main.product .product-specifications > .spec-header > .spec-header-left {
    gap: 16px;
  }
  .site-main.product .product-specifications > .spec-header > .spec-header-left > .spec-badge {
    align-self: center;
  }
  .site-main.product .product-specifications > .spec-header > .spec-header-left > .spec-heading {
    font-size: 32px;
    letter-spacing: -0.96px;
  }
  .site-main.product .product-specifications > .spec-header > .more {
    width: 100%;
    text-align: center;
  }
  .site-main.product .product-specifications > .spec-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .site-main.product .product-specifications > .spec-grid > .spec-card {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 16px;
    row-gap: 32px;
    align-items: start;
  }
  .site-main.product .product-specifications > .spec-grid > .spec-card > .spec-icon-wrap {
    margin-bottom: 0;
  }
  .site-main.product .product-specifications > .spec-grid > .spec-card > .spec-title {
    margin-bottom: 0;
  }
  .site-main.product .product-specifications > .spec-grid > .spec-card > .spec-description {
    grid-column: 1/-1;
  }
}
@media (max-width: 768px) {
  .site-main.product .type-product {
    padding-bottom: 89px;
  }
  .site-main.product .type-product > .titlecolumn.product > .product-cols {
    flex-direction: column;
    gap: 32px;
  }
  .site-main.product .type-product > .titlecolumn.product > .product-cols > .product-gallery {
    width: 100%;
  }
  .site-main.product .type-product > .titlecolumn.product > .product-cols > .product-gallery > .product-gallery-main > figure {
    height: 248px;
  }
  .site-main.product .type-product > .titlecolumn.product > .product-cols > .product-gallery > .product-gallery-footer {
    padding-left: 0;
    padding-right: 0;
  }
  .site-main.product .type-product > .titlecolumn.product > .product-cols > .product-gallery > .product-gallery-footer > .gallery-arrow {
    width: 40px;
    height: 40px;
  }
  .site-main.product .type-product > .titlecolumn.product > .product-cols > .product-gallery > .product-gallery-footer > .product-thumbnails > .product-thumb {
    width: 40px;
    height: 40px;
  }
  .site-main.product .type-product > .titlecolumn.product > .product-cols > .product-gallery > .product-gallery-footer > .product-thumbnails > .product-thumb > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
  .site-main.product .type-product > .titlecolumn.product > .product-cols > .product-info > .h1 {
    font-size: 32px;
    letter-spacing: -0.96px;
  }
  .site-main.product .type-product > .titlecolumn.product > .product-cols > .product-info > .product-subtitle {
    font-size: 17px;
  }
  .site-main.product .type-product > .titlecolumn.product > .product-cols > .product-info > nav.product-ctas {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
    background: #F8FCF5;
    padding: 16px;
    gap: 8px;
    transition: transform 0.25s ease;
  }
  .site-main.product .type-product > .titlecolumn.product > .product-cols > .product-info > nav.product-ctas.is-hidden {
    transform: translateY(100%);
  }
}

body.postid-520,
body.page-id-350, body.home {
  background: #F8FCF5;
}
body.postid-520 .more.bg2, body.postid-520 .Step.Overview.slider .step-nav .step-next, body.postid-520 .Step.Overview.slider .step-nav .step-prev,
body.page-id-350 .more.bg2,
body.page-id-350 .Step.Overview.slider .step-nav .step-next,
body.page-id-350 .Step.Overview.slider .step-nav .step-prev, body.home .more.bg2, body.home .Step.Overview.slider .step-nav .step-next, body.home .Step.Overview.slider .step-nav .step-prev {
  background: #E83276;
  color: #F8FCF5;
}
body.postid-520 .more.bg2:hover, body.postid-520 .Step.Overview.slider .step-nav .step-next:hover, body.postid-520 .Step.Overview.slider .step-nav .step-prev:hover,
body.page-id-350 .more.bg2:hover,
body.page-id-350 .Step.Overview.slider .step-nav .step-next:hover,
body.page-id-350 .Step.Overview.slider .step-nav .step-prev:hover, body.home .more.bg2:hover, body.home .Step.Overview.slider .step-nav .step-next:hover, body.home .Step.Overview.slider .step-nav .step-prev:hover {
  background: #CC3B70;
  color: #F8FCF5;
  border-color: #CC3B70;
}
body.postid-520 .Step.Overview,
body.page-id-350 .Step.Overview, body.home .Step.Overview {
  padding-bottom: 0;
}
body.postid-520 .Block .more.outline, body.postid-520 .Block .more, body.postid-520 section .more.outline, body.postid-520 section .more,
body.page-id-350 .Block .more.outline,
body.page-id-350 .Block .more,
body.page-id-350 section .more.outline,
body.page-id-350 section .more, body.home .Block .more.outline, body.home .Block .more, body.home section .more.outline, body.home section .more {
  border-color: #de849e;
  background: #de849e;
  color: #F8FCF5;
}
body.postid-520 .Block .more.outline:hover, body.postid-520 .Block .more:hover, body.postid-520 section .more.outline:hover, body.postid-520 section .more:hover,
body.page-id-350 .Block .more.outline:hover,
body.page-id-350 .Block .more:hover,
body.page-id-350 section .more.outline:hover,
body.page-id-350 section .more:hover, body.home .Block .more.outline:hover, body.home .Block .more:hover, body.home section .more.outline:hover, body.home section .more:hover {
  background: #E83276;
  color: #F8FCF5;
  border-color: #E83276;
}

.site-main.vacancy > #vacancy-banner {
  position: relative;
  height: 52.6875rem;
  max-height: 52.6875rem;
  margin-top: calc(-7.5rem + -6.5rem + -2.875rem);
  margin-left: auto;
  margin-right: auto;
  z-index: 4;
  animation: none;
  opacity: 1;
}
@media (min-width: 1024px) {
  .site-main.vacancy > #vacancy-banner {
    content: "";
    left: 50%;
    max-width: 100.2vw;
    transform: var(--transform, translateX(-50%));
    position: relative;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 120rem;
    z-index: 3;
    max-width: 120rem;
  }
}
@media (max-width: 768px) {
  .site-main.vacancy > #vacancy-banner {
    display: flex;
    align-items: flex-end;
    content: "";
    left: 50%;
    max-width: 100.2vw;
    transform: var(--transform, translateX(-50%));
    position: relative;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 120rem;
    z-index: 3;
    max-width: 100vw;
    height: auto;
    max-height: none;
    min-height: 554px;
  }
}
.site-main.vacancy > #vacancy-banner > figure {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
}
.site-main.vacancy > #vacancy-banner > figure::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
}
.site-main.vacancy > #vacancy-banner > figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.site-main.vacancy > #vacancy-banner > .inner {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  z-index: 9;
}
@media (min-width: 1024px) {
  .site-main.vacancy > #vacancy-banner > .inner {
    padding-bottom: 3.125rem;
  }
}
@media (max-width: 768px) {
  .site-main.vacancy > #vacancy-banner > .inner {
    padding: 6.25rem 1.25rem 1.25rem 1.25rem;
  }
}
.site-main.vacancy > #vacancy-banner > .inner > .bcn-wrap {
  position: absolute;
  top: 11.375rem;
  left: 0;
  z-index: 99;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .site-main.vacancy > #vacancy-banner > .inner > .bcn-wrap {
    display: none;
  }
}
.site-main.vacancy > #vacancy-banner > .inner > .center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
@media (max-width: 768px) {
  .site-main.vacancy > #vacancy-banner > .inner > .center {
    gap: 2rem;
  }
}
.site-main.vacancy > #vacancy-banner > .inner > .center > .titles-pills {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .site-main.vacancy > #vacancy-banner > .inner > .center > .titles-pills {
    gap: 1.25rem;
  }
}
.site-main.vacancy > #vacancy-banner > .inner > .center > .titles-pills > .h1 {
  font-size: 3.625rem;
  line-height: 110%;
  font-weight: 600;
  letter-spacing: -1.74px;
  color: #F8FCF5;
  text-align: center;
  margin: 0;
}
@media (max-width: 768px) {
  .site-main.vacancy > #vacancy-banner > .inner > .center > .titles-pills > .h1 {
    font-size: 2rem;
    line-height: 110%;
    font-weight: 600;
    letter-spacing: -0.96px;
  }
}
@media (max-width: 768px) {
  .site-main.vacancy > #vacancy-banner > .inner > .center > .titles-pills > .h1 {
    font-size: 2rem;
    line-height: 110%;
    font-weight: 600;
    letter-spacing: -1.74px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .site-main.vacancy > #vacancy-banner > .inner > .center > .titles-pills > .h1 {
    font-size: 2rem;
    line-height: 110%;
    font-weight: 600;
    letter-spacing: -0.96px;
  }
}
.site-main.vacancy > #vacancy-banner > .inner > .center > .titles-pills > .taxonomy-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}
.site-main.vacancy > #vacancy-banner > .inner > .center > .titles-pills > .taxonomy-pills > .pill {
  display: inline-flex;
  align-items: center;
  border: 0.0625rem solid #EBF6DE;
  border-radius: 18.75rem;
  padding: 0.3125rem 1.25rem;
  color: #EBF6DE;
  font-size: 1rem;
  font-weight: 600;
  line-height: 140%;
}
@media (max-width: 768px) {
  .site-main.vacancy > #vacancy-banner > .inner > .center > .titles-pills > .taxonomy-pills > .pill {
    font-size: 14px;
    padding: 4px 14px;
  }
}
.site-main.vacancy > #vacancy-banner > .inner > .center > nav {
  margin: 0;
  gap: 1rem;
  justify-content: center;
}
@media (max-width: 768px) {
  .site-main.vacancy > #vacancy-banner > .inner > .center > nav {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .site-main.vacancy > #vacancy-banner > .inner > .center > nav > .more {
    width: 100%;
  }
}
.site-main.vacancy > #vacancy-banner > .inner > .scroll-down {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 5.625rem;
  border-radius: 18.75rem;
  border: 0.0625rem solid #F8FCF5;
  color: #F8FCF5;
  text-decoration: none;
  transition: background 0.3s ease-in-out;
}
.site-main.vacancy > #vacancy-banner > .inner > .scroll-down span.icon {
  font-size: 0.875rem;
}
.site-main.vacancy > #vacancy-banner > .inner > .scroll-down:hover {
  background: rgba(255, 255, 255, 0.15);
}
@media (max-width: 768px) {
  .site-main.vacancy > #vacancy-banner > .inner > .scroll-down {
    display: none;
  }
}
.site-main.vacancy .entry-content > .vacancy-team {
  position: relative;
  max-width: 49.5rem;
  margin: 5rem auto 0;
  padding-top: 2.8125rem;
  text-align: center;
}
@media (max-width: 768px) {
  .site-main.vacancy .entry-content > .vacancy-team {
    margin: 40px auto 0;
  }
}
.site-main.vacancy .entry-content > .vacancy-team > figure {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 5.625rem;
  height: 5.625rem;
  border-radius: 50%;
  overflow: hidden;
  margin: 0;
  z-index: 1;
}
.site-main.vacancy .entry-content > .vacancy-team > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.site-main.vacancy .entry-content > .vacancy-team > .card {
  background: #F4FAA2;
  border-radius: 0.25rem 0.25rem 2.5rem 0.25rem;
  padding: 5.3125rem 3rem 3rem;
}
.site-main.vacancy .entry-content > .vacancy-team > .card > .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}
.site-main.vacancy .entry-content > .vacancy-team > .card > .inner > .person {
  display: flex;
  flex-direction: column;
}
.site-main.vacancy .entry-content > .vacancy-team > .card > .inner > .person > .name {
  font-size: 1rem;
  font-weight: 600;
  line-height: 160%;
  color: #394426;
}
.site-main.vacancy .entry-content > .vacancy-team > .card > .inner > .person > .function {
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%;
  color: #394426;
}
.site-main.vacancy .entry-content > .vacancy-team > .card > .inner > p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%;
  color: #394426;
  margin: 0;
}
.site-main.vacancy .entry-content > .vacancy-team > .card > .inner > nav {
  margin: 0;
  gap: 1rem;
  justify-content: center;
}
@media (max-width: 768px) {
  .site-main.vacancy .entry-content > .vacancy-team > .card {
    padding: 4.0625rem 1.5rem 2rem;
  }
}
.site-main.vacancy .entry-content > .Content {
  margin: 7.5rem auto;
  max-width: 49.5rem;
}
@media (max-width: 768px) {
  .site-main.vacancy .entry-content > .Content {
    margin: 40px auto;
  }
}
.site-main.vacancy .entry-content > .Content > h2 {
  margin-bottom: 2.375rem;
}
.site-main.vacancy .entry-content > .Content > h2:not(:first-of-type) {
  margin-top: 5rem;
}
.site-main.vacancy .entry-content > .Content > p {
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 160%;
  color: #394426;
  margin: 3rem 0 0;
}
.site-main.vacancy .entry-content > .Content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.site-main.vacancy .entry-content > .Content ul > li {
  background: #F8FCF5;
  border-radius: 0.25rem;
  padding: 1.5rem;
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 160%;
  color: #394426;
}
.site-main.vacancy .entry-content > .Content ul > li::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-top: 0.375rem;
  background: #394426;
  -webkit-mask: url("../icons/check-circle.svg") no-repeat center/contain;
  mask: url("../icons/check-circle.svg") no-repeat center/contain;
}

#vacancy-sticky {
  position: fixed;
  top: 6.5rem;
  left: 0;
  right: 0;
  z-index: 98;
  background: #F8FCF5;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
  height: 7.5rem;
  transform: translateY(-200%);
  transition: transform 0.3s ease-in-out;
  pointer-events: none;
}
#vacancy-sticky::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: url("../images/brand-bg.svg") no-repeat 77% center;
  background-size: 281px;
  z-index: -1;
  opacity: 0.5;
}
#vacancy-sticky.visible {
  transform: translateY(-3px);
  pointer-events: all;
}
@media (max-width: 768px) {
  #vacancy-sticky {
    display: none;
  }
}
#vacancy-sticky > .inner {
  max-width: 100rem;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.9375rem;
}
#vacancy-sticky > .inner > .left {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#vacancy-sticky > .inner > .left > .title {
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.63px;
  color: #394426;
}
#vacancy-sticky > .inner > .left > .taxonomy-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
#vacancy-sticky > .inner > .left > .taxonomy-pills > .pill {
  display: inline-flex;
  align-items: center;
  border: 0.0625rem solid #394426;
  border-radius: 18.75rem;
  padding: 0.3125rem 1.25rem;
  color: #394426;
  font-size: 1rem;
  font-weight: 600;
  line-height: 140%;
}
#vacancy-sticky > .inner > nav {
  margin: 0;
  flex-shrink: 0;
}
#vacancy-sticky > .inner > nav > .more {
  width: 15.8125rem;
}

html {
  scroll-behavior: smooth;
}

.site-main.content .type-page > .titlecolumn.content {
  color: #394426;
  padding-top: 0;
  padding-bottom: 5rem;
  margin-top: -4.375rem;
  max-width: 49.5rem;
  margin-left: auto;
  margin-right: auto;
}
.site-main.content .type-page > .titlecolumn.content::before {
  background: #EBF6DE;
}
@media (max-width: 768px) {
  .site-main.content .type-page > .titlecolumn.content {
    padding-bottom: 40px;
  }
}
.site-main.content .type-page > .titlecolumn.content .entry-title, .site-main.content .type-page > .titlecolumn.content .entry-content {
  color: #394426;
}
.site-main.content .type-page > .titlecolumn.content .entry-title p, .site-main.content .type-page > .titlecolumn.content .entry-content p {
  color: #394426;
}
.site-main.content .type-page > .titlecolumn.content > .entry-header .h1 {
  margin: 0;
  color: #394426;
}
.site-main.content .type-page > .titlecolumn.content > .entry-header .Intro {
  margin-top: 2.5rem;
  color: #394426;
  font-weight: 700;
}
.site-main.content .type-page > .titlecolumn.content > .entry-header .Employee {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .site-main.content .type-page > .titlecolumn.content > .entry-header .Employee {
    margin-top: 2.5rem;
  }
}
.site-main.content .type-page > .titlecolumn.content > .entry-header .Employee > figure {
  background: #394426;
  margin: 0;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.site-main.content .type-page > .titlecolumn.content > .entry-header .Employee > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.site-main.content .type-page > .titlecolumn.content > .entry-header .Employee > .inner {
  display: flex;
  flex-direction: column;
}
.site-main.content .type-page > .titlecolumn.content > .entry-header .Employee > .inner .h4 {
  font-size: 0.875rem;
  font-weight: 700;
  color: #394426;
  margin: 0;
  line-height: 160%;
}
.site-main.content .type-page > .titlecolumn.content > .entry-header .Employee > .inner > span {
  font-size: 0.875rem;
  font-weight: 500;
  color: #394426;
  line-height: 160%;
}
.site-main.content .type-page > .titlecolumn.content > .entry-header .op-deze-pagina {
  margin-top: 5rem;
}
.site-main.content .type-page > .titlecolumn.content > .entry-header .op-deze-pagina > .label {
  font-size: 1.3125rem;
  font-weight: 700;
  color: #394426;
  line-height: 160%;
  margin-bottom: 1rem;
}
.site-main.content .type-page > .titlecolumn.content > .entry-header .op-deze-pagina > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-left: 0.0625rem solid rgba(57, 68, 38, 0.2);
}
.site-main.content .type-page > .titlecolumn.content > .entry-header .op-deze-pagina > ul > li > a {
  display: flex;
  align-items: center;
  height: 2.8125rem;
  padding: 0 1.25rem 0 1rem;
  background: #ebf6de;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.54px;
  line-height: 100%;
  color: #394426;
  text-decoration: none;
  border-left: 0.0625rem solid transparent;
  transition: background 0.2s ease-in-out;
}
.site-main.content .type-page > .titlecolumn.content > .entry-header .op-deze-pagina > ul > li > a:hover {
  border-left: 0.0625rem solid rgba(57, 68, 38, 0.8);
  background: rgba(206, 222, 171, 0.2);
}
.site-main.content .type-page > .entry-content {
  padding-bottom: 7.5rem;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .site-main.content .type-page > .entry-content {
    padding-bottom: 60px;
  }
}
.site-main.content .type-page > .entry-content > .vacancy-team {
  max-width: 49.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 49.5rem;
  margin: 5rem auto 0;
  padding-top: 2.8125rem;
  text-align: center;
}
@media (max-width: 768px) {
  .site-main.content .type-page > .entry-content > .vacancy-team {
    margin: 40px auto 0;
  }
}
.site-main.content .type-page > .entry-content > .vacancy-team > figure {
  position: absolute;
  background: #394426;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 5.625rem;
  height: 5.625rem;
  border-radius: 50%;
  overflow: hidden;
  margin: 0;
  z-index: 1;
}
.site-main.content .type-page > .entry-content > .vacancy-team > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.site-main.content .type-page > .entry-content > .vacancy-team > .card {
  background: rgba(206, 222, 171, 0.2);
  border-radius: 0.25rem 0.25rem 2.5rem 0.25rem;
  padding: 5.3125rem 3rem 3rem;
}
.site-main.content .type-page > .entry-content > .vacancy-team > .card > .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}
.site-main.content .type-page > .entry-content > .vacancy-team > .card > .inner > .person {
  display: flex;
  flex-direction: column;
}
.site-main.content .type-page > .entry-content > .vacancy-team > .card > .inner > .person > .name {
  font-size: 1rem;
  font-weight: 600;
  line-height: 160%;
  color: #394426;
}
.site-main.content .type-page > .entry-content > .vacancy-team > .card > .inner > .person > .function {
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%;
  color: #394426;
}
.site-main.content .type-page > .entry-content > .vacancy-team > .card > .inner > p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%;
  color: #394426;
  margin: 0;
}
.site-main.content .type-page > .entry-content > .vacancy-team > .card > .inner > nav {
  margin: 0;
  gap: 1rem;
  justify-content: center;
}
@media (max-width: 768px) {
  .site-main.content .type-page > .entry-content > .vacancy-team > .card {
    padding: 4.0625rem 1.5rem 2rem;
  }
}
.site-main.content .type-page > .entry-content > .Content {
  max-width: 49.5rem;
  margin-left: auto;
  margin-right: auto;
}
.site-main.content .type-page > .entry-content > .Content h2 {
  font-size: 2.5rem;
  letter-spacing: -1.2px;
  margin-bottom: 1.875rem;
  scroll-margin-top: calc(6.5rem + 2.875rem + 1.5rem);
}
.site-main.content .type-page > .entry-content > .Content h2:not(:first-of-type) {
  margin-top: 3.75rem;
}
.site-main.content .type-page > .entry-content > .Content p {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.site-main.content .type-page > .entry-content > .Content p > img {
  margin: 3.125rem 0 1.25rem 0;
  border-radius: 0.25rem;
}
.site-main.content .type-page > .entry-content > .Content ul {
  list-style: none;
  padding: 0;
  margin: 1.875rem 0;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.site-main.content .type-page > .entry-content > .Content ul > li {
  position: relative;
  padding-left: 2rem;
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 160%;
}
.site-main.content .type-page > .entry-content > .Content ul > li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 1rem;
  height: 1rem;
  background-color: #394426;
  -webkit-mask: url("../icons/check-circle.svg") no-repeat center/contain;
  mask: url("../icons/check-circle.svg") no-repeat center/contain;
  margin-top: 0.21875rem;
}
.site-main.content .type-page > .entry-content > .Content ul > li > strong:first-child {
  display: block;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.63px;
  margin-bottom: 1rem;
}

#usps {
  position: relative;
  max-width: 68.75rem;
  padding-left: 3.4375rem;
  padding-right: 3.4375rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99;
  height: 2.875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#usps::before {
  content: "";
  left: 50%;
  max-width: 100.2vw;
  transform: var(--transform, translateX(-50%));
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 120rem;
  height: 0.0625rem;
  background: rgba(248, 252, 245, 0.1);
  top: auto;
  bottom: 0;
}
@media (max-width: 768px) {
  #usps::before {
    max-width: 100vw;
  }
}
#usps::after {
  content: "";
  left: 50%;
  max-width: 100.2vw;
  transform: var(--transform, translateX(-50%));
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 120rem;
  background: transparent;
  transition: background 0.3s ease;
}
@media (max-width: 768px) {
  #usps::after {
    max-width: 100vw;
  }
}
#usps .usp {
  display: flex;
  gap: 1rem;
  align-items: center;
}
#usps .usp span.icon {
  color: white;
}
#usps .usp span {
  font-size: 0.875rem;
  color: white;
  font-weight: 500;
}
@media (max-width: 768px) {
  #usps {
    justify-content: center;
    overflow: hidden;
  }
  #usps .usp {
    position: absolute;
    display: flex;
    opacity: 0;
    transform: translateX(100%);
  }
  #usps .usp.is-active {
    animation: usp-in 0.4s ease forwards;
  }
  #usps .usp.is-leaving {
    animation: usp-out 0.4s ease forwards;
  }
}
@keyframes usp-in {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes usp-out {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
#usps.hovered::after {
  background: #F8FCF5;
}
#usps.hovered::before {
  background: rgba(57, 68, 38, 0.1);
  z-index: 1;
}
#usps.hovered .usp span.icon {
  color: #394426;
}
#usps.hovered .usp span {
  color: #394426;
}
#usps.dark::before {
  background: rgba(57, 68, 38, 0.1);
  z-index: 1;
}
#usps.dark .usp span.icon {
  color: #394426;
}
#usps.dark .usp span {
  color: #394426;
}

.search-overlay {
  position: fixed;
  top: calc(2.875rem + 5rem) !important;
  left: 0;
  right: 0;
  z-index: 97;
  pointer-events: none;
}
.search-overlay.is-open {
  pointer-events: all;
}
.search-overlay.is-open > .search-overlay-backdrop {
  opacity: 1;
  pointer-events: all;
}
.search-overlay.is-open > .search-overlay-panel {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
.search-overlay > .search-overlay-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition: opacity 0.22s ease;
  z-index: -1;
}
.search-overlay > .search-overlay-panel {
  position: relative;
  max-width: 100rem;
  margin: 0 auto;
  background: #F8FCF5;
  border-radius: 0.25rem 0.25rem 0.25rem 2.5rem;
  box-shadow: 0 0.5rem 2.5rem rgba(0, 0, 0, 0.1);
  padding: 2rem 3.5rem 3.5rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-0.5rem);
  transition: opacity 0.22s ease, transform 0.22s ease;
}
.search-overlay .search-overlay-body {
  display: grid;
  grid-template-columns: 1fr 13.75rem;
  gap: 3.5rem;
  align-items: start;
}
.search-overlay .search-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #394426;
  margin-bottom: 1rem;
}
.search-overlay .search-form-wrap {
  position: relative;
  max-width: 64.375rem;
}
.search-overlay form.search-overlay-form {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: #EBF6DE;
  border-radius: 0.5rem;
  padding: 0.875rem 1.5rem;
}
.search-overlay form.search-overlay-form span.icon {
  font-size: 1.125rem;
  color: #394426;
  flex-shrink: 0;
}
.search-overlay form.search-overlay-form input[type=search] {
  flex: 1;
  background: none;
  border: 0;
  font-size: 1rem;
  font-family: "Plus Jakarta Sans", helvetica, sans-serif;
  color: #394426;
  font-weight: 500;
}
.search-overlay form.search-overlay-form input[type=search]:focus {
  outline: 0;
}
.search-overlay form.search-overlay-form input[type=search]::placeholder {
  color: #394426;
  opacity: 0.5;
}
.search-overlay .search-suggestions {
  position: absolute;
  top: calc(100% + 0.25rem);
  left: 0;
  right: 0;
  background: #F8FCF5;
  border: 0.0625rem solid rgba(57, 68, 38, 0.1);
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
  z-index: 10;
  overflow: hidden;
}
.search-overlay .search-suggestions .search-suggestion-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.625rem 1rem;
  text-decoration: none;
  color: #394426;
  transition: background 0.15s ease;
}
.search-overlay .search-suggestions .search-suggestion-item:hover, .search-overlay .search-suggestions .search-suggestion-item.is-focused {
  background: #F4FAA2;
}
.search-overlay .search-suggestions .search-suggestion-thumb {
  width: 2.25rem;
  height: 2.25rem;
  flex-shrink: 0;
  border-radius: 0.25rem;
  overflow: hidden;
  background: #F8FCF5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-overlay .search-suggestions .search-suggestion-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.search-overlay .search-suggestions .search-suggestion-title {
  flex: 1;
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-overlay .search-suggestions .search-suggestion-type {
  font-size: 0.75rem;
  font-weight: 500;
  color: #394426;
  opacity: 0.5;
  flex-shrink: 0;
}
.search-overlay .search-products-heading,
.search-overlay .search-links-heading {
  font-size: 1.3125rem;
  font-weight: 600;
  color: #394426;
}
.search-overlay .search-products-heading {
  margin: 1.5rem 0 1rem;
}
.search-overlay .search-links-heading {
  margin-bottom: 1.25rem;
}
.search-overlay .search-products-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1.875rem;
}
.search-overlay a.search-product-card {
  background: #F8FCF5;
  display: flex;
  overflow: hidden;
  text-decoration: none;
  color: #394426;
  transition: background 0.2s ease;
  min-height: 9.6875rem;
}
.search-overlay a.search-product-card figure {
  border: 0.0625rem solid rgba(57, 68, 38, 0.1);
  border-radius: 0.25rem;
  width: 10.625rem;
  flex-shrink: 0;
  margin: 0;
  background: #F8FCF5;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.search-overlay a.search-product-card figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.5rem;
  mix-blend-mode: multiply;
}
.search-overlay a.search-product-card .Content {
  padding: 1rem 1rem 1rem 1.875rem;
  margin: 0;
  align-self: center;
}
.search-overlay a.search-product-card .Content h3 {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 110%;
  margin: 0 0 1.5625rem;
  color: #394426;
}
.search-overlay a.search-product-card .Content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.search-overlay a.search-product-card .Content ul li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
}
.search-overlay a.search-product-card .Content ul li span.icon {
  font-size: 1rem;
  color: #394426;
  flex-shrink: 0;
}
.search-overlay ul.search-links-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
.search-overlay ul.search-links-list li a {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #394426;
  text-decoration: underline;
}
.search-overlay ul.search-links-list li a:hover {
  text-decoration: none;
}
@media (max-width: 1024px) {
  .search-overlay {
    display: none;
  }
}

.offerte-popup {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #394426;
  min-height: 100vh;
}
.offerte-popup > .offerte-popup-left {
  display: flex;
  flex-direction: column;
  padding: 2rem 1rem 2rem 2.5rem;
  overflow: hidden;
  align-self: flex-start;
}
.offerte-popup > .offerte-popup-left .offerte-popup-logo {
  margin-bottom: 1.5rem;
  flex-shrink: 0;
}
.offerte-popup > .offerte-popup-left .offerte-popup-logo img {
  max-height: 2.25rem;
  width: auto;
  filter: brightness(0) invert(1);
}
.offerte-popup > .offerte-popup-left .offerte-image-card {
  flex: 1;
  border-radius: 2.5rem 0.25rem 0.25rem 0.25rem;
  overflow: hidden;
  min-height: 0;
}
.offerte-popup > .offerte-popup-left .offerte-image-card figure {
  margin: 0;
  height: 42.75rem;
}
@media (max-width: 768px) {
  .offerte-popup > .offerte-popup-left .offerte-image-card figure {
    min-height: 0;
  }
}
.offerte-popup > .offerte-popup-left .offerte-image-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.offerte-popup > .offerte-popup-left .offerte-phone-wrap {
  flex-shrink: 0;
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.offerte-popup > .offerte-popup-left .offerte-phone-pill {
  display: inline-flex;
  align-items: center;
  background: white;
  color: #394426;
  border-radius: 18.75rem;
  padding: 0.875rem 1.75rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease;
}
.offerte-popup > .offerte-popup-left .offerte-phone-pill:hover {
  background: #EBF6DE;
}
.offerte-popup > .offerte-popup-left .offerte-tooltip {
  background: #F8FCF5;
  border-radius: 0.625rem 0.25rem 0.25rem 0.25rem;
  position: absolute;
  bottom: calc(100% + 1.4375rem);
  left: 50%;
  transform: translateX(-50%);
  width: 17.5rem;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.offerte-popup > .offerte-popup-left .offerte-tooltip > .offerte-tooltip-close {
  background: 0;
  padding: 0;
  border: 0;
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
}
.offerte-popup > .offerte-popup-left .offerte-tooltip > .inner {
  padding: 1rem 2.5rem 1rem 1rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.offerte-popup > .offerte-popup-left .offerte-tooltip > .inner > span.icon {
  min-width: 2.5rem;
  min-height: 2.5rem;
  max-width: 2.5rem;
  max-height: 2.5rem;
  background: #F4FAA2;
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #394426;
  font-size: 1.5rem;
}
.offerte-popup > .offerte-popup-left .offerte-tooltip > .inner > div p {
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0;
}
.offerte-popup > .offerte-popup-left .offerte-tooltip::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
  border-top: 1.125rem solid #F8FCF5;
  bottom: -1.0625rem;
  left: 3.625rem;
}
.offerte-popup > .offerte-popup-right {
  display: flex;
  flex-direction: column;
  padding: 6.25rem 3rem 2.5rem 3rem;
  overflow-y: auto;
  position: relative;
}
.offerte-popup > .offerte-popup-right .offerte-popup-close {
  position: absolute;
  top: 2rem;
  right: 2.5rem;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #EBF6DE;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
.offerte-popup > .offerte-popup-right .offerte-popup-close:hover {
  opacity: 1;
}
.offerte-popup .offerte-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 1.75rem;
  flex-shrink: 0;
}
.offerte-popup .offerte-step {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 0.125rem solid #EBF6DE;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #EBF6DE;
}
.offerte-popup .offerte-step.offerte-step--done {
  border-color: #7AC041;
  color: #7AC041;
}
.offerte-popup .offerte-step.offerte-step--dim {
  border-color: rgba(235, 246, 222, 0.2);
  color: rgba(235, 246, 222, 0.2);
}
.offerte-popup .offerte-step-line {
  width: 3.5rem;
  height: 0.0625rem;
  background: rgba(235, 246, 222, 0.4);
  flex-shrink: 0;
}
.offerte-popup .offerte-step-line.offerte-step-line--done {
  background: #7AC041;
}
.offerte-popup .offerte-step-line.offerte-step-line--dim {
  background: rgba(235, 246, 222, 0.2);
}
.offerte-popup .offerte-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  flex-shrink: 0;
}
.offerte-popup .offerte-heading {
  font-size: 2rem;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.03em;
  color: #EBF6DE;
}
.offerte-popup .offerte-badge {
  display: inline-flex;
  align-items: center;
  border: 0.0625rem solid #7AC041;
  color: #7AC041;
  border-radius: 18.75rem;
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 140%;
}
.offerte-popup .offerte-card {
  background: #303A20;
  border-radius: 1.25rem 0.25rem 0.25rem 0.25rem;
  padding: 3rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.offerte-popup .offerte-card.is-step-2 {
  background: none;
  padding: 0;
}
.offerte-popup .offerte-card-title {
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.03em;
  color: #EBF6DE;
  margin-bottom: 0.5rem;
}
.offerte-popup .offerte-form-embed {
  flex: 1;
  margin-top: 1.5rem;
}
.offerte-popup .offerte-card-footer {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 2rem;
  flex-shrink: 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: #EBF6DE;
}
.offerte-popup .offerte-card-footer span.icon {
  font-size: 1rem;
  color: #EBF6DE;
}
@media (max-width: 768px) {
  .offerte-popup {
    grid-template-columns: 1fr;
  }
  .offerte-popup > .offerte-popup-left {
    display: none;
  }
  .offerte-popup > .offerte-popup-right {
    padding: 3.5rem 1.25rem 2rem;
  }
  .offerte-popup > .offerte-popup-right .offerte-popup-close {
    top: 1rem;
    right: 1rem;
  }
  .offerte-popup .offerte-heading {
    font-size: 1.5rem;
  }
  .offerte-popup .offerte-card {
    padding: 1.75rem 1.25rem;
  }
}

#masthead.site-header {
  position: fixed;
  top: 2.875rem;
  z-index: 99;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 118rem;
  padding-left: 3.4375rem;
  padding-right: 3.4375rem;
  min-height: 6.5rem;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #masthead.site-header {
    max-width: 100vw;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #masthead.site-header {
    max-width: 100vw;
    padding-left: 16px;
    padding-right: 16px;
  }
}
#masthead.site-header::before {
  content: "";
  left: 50%;
  max-width: 100.2vw;
  transform: var(--transform, translateX(-50%));
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 120rem;
  background: transparent;
  transition: background 0.3s ease;
}
@media (max-width: 768px) {
  #masthead.site-header::before {
    max-width: 100vw;
  }
}
@media (max-width: 768px) {
  #masthead.site-header {
    min-height: 0;
    padding: 16px;
  }
}
#masthead.site-header.scrolled {
  top: 0;
  border-bottom: 1px solid rgba(57, 68, 38, 0.1);
}
#masthead.site-header.scrolled::before {
  background: #F8FCF5;
}
#masthead.site-header.hovered {
  border-bottom: 1px solid rgba(57, 68, 38, 0.1);
}
#masthead.site-header.hovered::before {
  background: #F8FCF5;
}
#masthead.site-header.hovered .site-branding {
  filter: none !important;
}
#masthead.site-header.dark {
  border-bottom: 1px solid rgba(57, 68, 38, 0.1);
}
#masthead.site-header.search-is-open .menu-right button.search {
  color: #394426;
}
#masthead.site-header:not(.scrolled):not(.dark) .site-branding {
  filter: brightness(0) invert(1);
}
#masthead.site-header .site-branding {
  min-width: 10.5625rem;
  margin-right: 3.5rem;
}
#masthead.site-header .site-branding .site-title {
  margin: 0;
}
#masthead.site-header .site-branding .custom-logo-link {
  display: flex;
}
#masthead.site-header .wpml-ls-legacy-dropdown {
  width: auto;
  margin-left: 0.625rem;
}
#masthead.site-header .wpml-ls-legacy-dropdown li > a {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  font-family: "Plus Jakarta Sans", helvetica, sans-serif;
  font-size: 0.9375rem;
  font-weight: normal;
  border: 0;
  padding: 0.625rem 0.9375rem;
  color: #394426;
}
#masthead.site-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu > li > a {
  color: #394426;
  padding: 0.625rem 0.9375rem;
}
#masthead.site-header .wpml-ls-legacy-dropdown a {
  border: 0;
}
#masthead.site-header .wpml-ls-legacy-dropdown a::after {
  display: none;
}
#masthead.site-header .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a, #masthead.site-header .wpml-ls-legacy-dropdown a:focus, #masthead.site-header .wpml-ls-legacy-dropdown a:hover {
  background: #F8FCF5;
}

#banner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  z-index: 4;
  animation: none;
  opacity: 1;
  content: "";
  left: 50%;
  max-width: 100.2vw;
  transform: var(--transform, translateX(-50%));
  position: relative;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 120rem;
  z-index: 8;
}
@media (min-width: 1024px) {
  #banner {
    content: "";
    left: 50%;
    max-width: 100.2vw;
    transform: var(--transform, translateX(-50%));
    position: relative;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 120rem;
    z-index: 3;
    max-width: 120rem;
  }
}
#banner.home {
  height: 56.25rem;
}
#banner:not(.home) {
  height: 52.6875rem;
  max-height: 52.6875rem;
}
@media (min-width: 1024px) {
  #banner:not(.home) {
    padding-bottom: 3.125rem;
  }
}
@media (max-width: 768px) {
  #banner {
    height: auto;
    display: flex;
    flex-direction: column-reverse;
  }
  #banner.home {
    height: 554px;
  }
  #banner:not(.home) {
    height: 554px;
    max-height: 554px;
  }
}
#banner > figure {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
}
#banner > figure::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0.3) 20.46%, rgba(0, 0, 0, 0) 33.97%), linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
}
#banner > figure::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(80, 93, 56, 0.7) 16.86%, rgba(80, 93, 56, 0) 37.99%);
  mix-blend-mode: multiply;
}
#banner > figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#banner > .inner {
  height: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media (max-width: 768px) {
  #banner > .inner {
    flex-direction: column-reverse;
    padding: 1.875rem 1.25rem;
  }
}
#banner > .inner > .left, #banner > .inner > .center {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  color: #F8FCF5;
  z-index: 9;
  width: 50%;
}
#banner > .inner > .left .h1, #banner > .inner > .center .h1 {
  font-size: 4.5rem;
  line-height: 110%;
  font-weight: 600;
  letter-spacing: -1.74px;
  display: block;
  margin: 0;
}
@media (max-width: 768px) {
  #banner > .inner > .left .h1, #banner > .inner > .center .h1 {
    font-size: 2rem;
    line-height: 110%;
    font-weight: 600;
    letter-spacing: -0.96px;
  }
}
@media (max-width: 768px) {
  #banner > .inner > .left, #banner > .inner > .center {
    width: 100%;
    justify-content: flex-end;
  }
  #banner > .inner > .left .h1, #banner > .inner > .center .h1 {
    font-size: 2.5rem;
    line-height: 110%;
    font-weight: 600;
    letter-spacing: -1.74px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  #banner > .inner > .left .h1, #banner > .inner > .center .h1 {
    font-size: 2rem;
    line-height: 110%;
    font-weight: 600;
    letter-spacing: -0.96px;
  }
}
#banner > .inner > .left .Intro, #banner > .inner > .center .Intro {
  margin: 2.5rem 0;
  font-size: 1.3125rem;
  font-weight: 500;
  color: #F8FCF5;
}
@media (max-width: 768px) {
  #banner > .inner > .left .Intro, #banner > .inner > .center .Intro {
    font-size: 17px;
    margin: 30px 0;
  }
}
#banner > .inner > .left nav, #banner > .inner > .center nav {
  margin: 0;
}
@media (max-width: 768px) {
  #banner > .inner > .left nav, #banner > .inner > .center nav {
    flex-direction: column;
  }
}
#banner > .inner > .center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#banner > .inner > .center nav {
  justify-content: center;
}
#banner > .inner > .bcn-wrap {
  position: absolute;
  top: 11.375rem;
  left: 0;
  z-index: 99;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #banner > .inner > .bcn-wrap {
    display: none;
  }
}
@media (min-width: 1024px) {
  #banner > .inner > .bcn-wrap + .left {
    margin-top: 3.125rem;
  }
}
#banner:not(.home) .h1 {
  font-size: 3.625rem !important;
}
@media (max-width: 768px) {
  #banner:not(.home) .h1 {
    font-size: 2rem !important;
  }
}

.main-navigation {
  display: flex;
  justify-content: flex-end;
  align-self: stretch;
  width: 100%;
}
.main-navigation a.more {
  display: flex;
  gap: 0.3125rem;
  align-items: center;
  justify-content: center;
}
.main-navigation a.more:hover span.icon {
  left: 0;
}
.main-navigation .menu-hoofdmenu-container {
  display: flex;
  align-items: center;
}
.main-navigation:not(.scrolled) > div ul li a {
  color: white;
}
.main-navigation.hovered > div ul li a, .main-navigation.dark > div ul li a {
  color: #394426;
}
.main-navigation > div ul {
  margin-right: 3.6875rem;
  display: flex;
  align-items: center;
  height: 100%;
  gap: 1.1875rem;
}
.main-navigation > div ul > li {
  position: static;
  display: flex;
  align-items: center;
  padding: 0.9375rem;
}
.main-navigation > div ul > li > a {
  color: #394426;
  outline: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.48px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.4s ease-out, font-weight 0.3s ease-out;
}
.main-navigation > div ul > li > a:hover {
  font-weight: 700;
}
.main-navigation > div ul > li.current-menu-item > a {
  font-weight: 700;
}
.main-navigation .desktop-menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-self: stretch;
}
.main-navigation .side-menu {
  margin: 0;
  gap: 0;
}
.main-navigation .side-menu > li {
  position: relative;
}
.main-navigation .side-menu > li:not(:last-child)::after {
  content: " | ";
  color: #F8FCF5;
  position: absolute;
  right: -0.1875rem;
}
.main-navigation.scrolled .side-menu > li:not(:last-child)::after, .main-navigation.hovered .side-menu > li:not(:last-child)::after, .main-navigation.dark .side-menu > li:not(:last-child)::after {
  color: #394426;
}
@media (min-width: 1024px) {
  .main-navigation > div ul > li.has-children {
    position: static;
  }
  .main-navigation .mega-panel {
    position: absolute;
    top: calc(100% + 1.5rem);
    left: 50%;
    transform: translateX(-50%) translateY(0.375rem);
    width: 90vw;
    max-width: 100rem;
    min-height: 27.25rem;
    background: #F8FCF5;
    border-radius: 0.25rem 0.25rem 0.25rem 2.5rem;
    box-shadow: 0 0.5rem 2.5rem rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease, transform 0.22s ease;
    z-index: 100;
  }
  .main-navigation .mega-panel .panel-inner {
    padding: 2rem;
  }
  .main-navigation .mega-panel .panel-label {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: -0.42px;
    text-transform: none;
    color: #394426;
    margin-top: 0;
    margin-bottom: 1.5rem;
    display: inline-block;
  }
  .main-navigation li.has-children.is-open > .mega-panel {
    opacity: 1;
    pointer-events: all;
    transform: translateX(-50%) translateY(0);
  }
  .main-navigation li.has-children > a .chevron {
    position: relative;
    top: 0.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.22s ease;
  }
  .main-navigation li.has-children.is-open > a .chevron {
    transform: rotate(180deg);
  }
  .main-navigation .mega-panel a {
    text-decoration: none;
    color: #394426;
  }
  .main-navigation .panel-card {
    position: relative;
    background: #F0F6E6;
    border-radius: 0.25rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    transition: background 0.2s ease;
    width: 23.25rem;
    height: 23.25rem;
  }
  .main-navigation .panel-card > *:not(figure) {
    z-index: 3;
  }
  .main-navigation .panel-card .card-title {
    font-weight: 600;
    font-size: 1.125rem;
    letter-spacing: -0.54px;
    color: #394426;
  }
  .main-navigation .panel-card.panel-card--title-light .card-title {
    color: #F8FCF5;
  }
  .main-navigation .panel-card figure {
    position: absolute;
    width: 100%;
    height: 100%;
    flex: 1;
    margin: 0;
    z-index: 0;
    left: 0;
    top: 0;
  }
  .main-navigation .panel-card figure::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.2s ease;
  }
  .main-navigation .panel-card figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .main-navigation .panel-card .icon.card-arrow {
    align-self: flex-end;
    background: #394426;
    color: white;
    border-radius: 0.375rem;
    padding: 0.375rem;
    width: 2.5rem;
    height: 2.5rem;
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
  }
  .main-navigation .panel-card .icon.card-arrow svg {
    width: 0.875rem;
    height: 0.875rem;
  }
  .main-navigation .panel-card:hover .icon.card-arrow {
    background: #F4FAA2;
    color: #394426;
  }
  .main-navigation .panel-card:hover figure::before {
    background: url("../../ibizz/images/menu-bg.svg") no-repeat;
    opacity: 0.4;
    background-position: bottom center;
    background-size: 90%;
  }
  .main-navigation .panel--links-cta .panel-body,
  .main-navigation .panel--links-cta-1col .panel-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.875rem;
    align-items: stretch;
  }
  .main-navigation .panel--links-cta .panel-links,
  .main-navigation .panel--links-cta-1col .panel-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem 1.5rem;
    align-items: start;
    align-content: start;
  }
  .main-navigation .panel--links-cta .panel-links li,
  .main-navigation .panel--links-cta-1col .panel-links li {
    list-style: none;
    padding: 0;
    width: 100%;
  }
  .main-navigation .panel--links-cta .panel-links a,
  .main-navigation .panel--links-cta-1col .panel-links a {
    width: 100%;
    position: relative;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.54px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.8125rem 1rem;
    color: #394426;
    border-radius: 0.25rem;
    transition: background 0.2s ease, font-weight 0.2s ease;
  }
  .main-navigation .panel--links-cta .panel-links a:hover,
  .main-navigation .panel--links-cta-1col .panel-links a:hover {
    background: rgba(206, 222, 171, 0.2);
  }
  .main-navigation .panel--links-cta .panel-links a span.icon,
  .main-navigation .panel--links-cta-1col .panel-links a span.icon {
    height: 2.5rem;
    width: 2.5rem;
    background: #F4FAA2;
    padding: 0.625rem;
    position: absolute;
    left: 0.125rem;
    top: 0.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-navigation .panel--links-cta .panel-links a span.icon svg,
  .main-navigation .panel--links-cta-1col .panel-links a span.icon svg {
    width: 1.25rem;
    height: 1.25rem;
  }
  .main-navigation .panel--links-cta .panel-links a span.title,
  .main-navigation .panel--links-cta-1col .panel-links a span.title {
    margin-left: 2.5rem;
  }
  .main-navigation .panel--links-cta .panel-links li.is-current > a,
  .main-navigation .panel--links-cta-1col .panel-links li.is-current > a {
    background: rgba(206, 222, 171, 0.2);
  }
  .main-navigation .panel--links-cta .panel-cta,
  .main-navigation .panel--links-cta-1col .panel-cta {
    border-radius: 0.25rem;
    overflow: hidden;
    position: relative;
    min-height: 15rem;
    display: flex;
    min-height: 23.25rem;
    margin-top: -2.5rem;
  }
  .main-navigation .panel--links-cta .panel-cta:not(:has(figure)),
  .main-navigation .panel--links-cta-1col .panel-cta:not(:has(figure)) {
    background: #394426;
  }
  .main-navigation .panel--links-cta .panel-cta:not(:has(figure))::after,
  .main-navigation .panel--links-cta-1col .panel-cta:not(:has(figure))::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../../ibizz/images/menu-cta-bg.png") no-repeat;
    transition: top 0.6s ease-out;
    z-index: 0;
    background-position: right bottom;
    opacity: 0.05;
  }
  .main-navigation .panel--links-cta .panel-cta:not(:has(figure)) > *,
  .main-navigation .panel--links-cta-1col .panel-cta:not(:has(figure)) > * {
    position: relative;
    z-index: 4;
  }
  .main-navigation .panel--links-cta .panel-cta figure,
  .main-navigation .panel--links-cta-1col .panel-cta figure {
    position: absolute;
    inset: 0;
    margin: 0;
  }
  .main-navigation .panel--links-cta .panel-cta figure img,
  .main-navigation .panel--links-cta-1col .panel-cta figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .main-navigation .panel--links-cta .panel-cta figure::before,
  .main-navigation .panel--links-cta-1col .panel-cta figure::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(80, 93, 56, 0.7) 16.86%, rgba(80, 93, 56, 0) 37.99%), linear-gradient(180deg, rgba(5, 5, 5, 0.3) 9.21%, rgba(0, 0, 0, 0) 23.03%);
    mix-blend-mode: multiply;
  }
  .main-navigation .panel--links-cta .panel-cta .cta-content,
  .main-navigation .panel--links-cta-1col .panel-cta .cta-content {
    align-self: stretch;
    position: relative;
    z-index: 1;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .main-navigation .panel--links-cta .panel-cta .cta-content h3,
  .main-navigation .panel--links-cta-1col .panel-cta .cta-content h3 {
    font-size: 2rem;
    line-height: 110%;
    font-weight: 600;
    letter-spacing: -0.96px;
    color: #F8FCF5;
    margin: 0;
  }
  .main-navigation .panel--links-cta .panel-cta .cta-content .more,
  .main-navigation .panel--links-cta-1col .panel-cta .cta-content .more {
    margin-top: auto;
  }
  .main-navigation .panel--links-cta-1col .panel-links {
    columns: unset;
    gap: 0.5rem;
    display: flex;
    flex-direction: column;
  }
  .main-navigation .panel--links-cta-1col .panel-links span.title {
    margin-left: 0 !important;
  }
  .main-navigation .panel--links-cta-1col .panel-links > li {
    max-width: 22.25rem;
  }
  .main-navigation .panel--links-cta-1col::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../../ibizz/images/menu-bg-big.svg") no-repeat;
    transition: top 0.6s ease-out;
    background-position: 40%;
    opacity: 0.1;
  }
  .main-navigation .panel--links-cards .panel-body {
    display: grid;
    grid-template-columns: 22.25rem 1fr;
    gap: 2rem;
    align-items: start;
  }
  .main-navigation .panel--links-cards .panel-nav {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start;
  }
  .main-navigation .panel--links-cards .panel-nav li {
    list-style: none;
    padding: 0;
    width: 100%;
  }
  .main-navigation .panel--links-cards .panel-nav a {
    width: 100%;
    font-size: 1.125rem;
    font-weight: 600;
    color: #394426;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem;
    border-radius: 0.25rem;
    transition: background 0.2s ease, font-weight 0.2s ease;
  }
  .main-navigation .panel--links-cards .panel-nav a:hover {
    background: rgba(206, 222, 171, 0.2);
  }
  .main-navigation .panel--links-cards .panel-nav li.is-current > a {
    background: rgba(206, 222, 171, 0.2);
  }
  .main-navigation .panel--links-cards .panel-nav li.is-active > a {
    background: rgba(206, 222, 171, 0.2);
  }
  .main-navigation .panel--links-cards .panel-cards-wrapper {
    margin-top: -2.5rem;
    position: relative;
  }
  .main-navigation .panel--links-cards .panel-cards {
    display: none;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 1rem;
  }
  .main-navigation .panel--links-cards .panel-cards.is-active {
    display: flex;
  }
  .main-navigation .panel--links-cards .panel-cards .panel-card {
    padding: 2rem;
  }
  .main-navigation .panel--cards .panel-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
  .main-navigation .panel--cards .panel-cards > * {
    width: auto;
  }
  .main-navigation .panel--cards .panel-cards > * .card-header {
    display: flex;
    gap: 1rem;
    align-items: center;
  }
  .main-navigation .panel--cards .panel-cards > * .card-header span.icon {
    height: 2.5rem;
    width: 2.5rem;
    background: #F4FAA2;
    padding: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-navigation .panel--cards .panel-cards > * .card-header span.icon svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.main-navigation .menu-right {
  position: relative;
  display: flex;
  gap: 1.25rem;
  align-items: center;
}
.main-navigation .menu-right .search {
  height: 3.25rem;
  display: flex;
  align-items: center;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
  color: #F8FCF5;
  transition: color 0.4s ease-out;
}
.main-navigation .menu-right .search span.icon svg {
  width: 1.125rem;
  height: 1.125rem;
}
.main-navigation .menu-right .cta-notification {
  display: none !important;
  background: #F8FCF5;
  border-radius: 0.625rem 0.25rem 0.25rem 0.25rem;
  position: absolute;
  max-width: 20rem;
  left: 20%;
  bottom: -80%;
}
.main-navigation .menu-right .cta-notification > button {
  background: 0;
  padding: 0;
  border: 0;
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
}
.main-navigation .menu-right .cta-notification > .inner {
  padding: 1rem 1rem;
  display: flex;
  gap: 1rem;
}
.main-navigation .menu-right .cta-notification > .inner > span.icon {
  min-width: 2.5rem;
  min-height: 2.5rem;
  max-width: 2.5rem;
  max-height: 2.5rem;
  background: #F4FAA2;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #394426;
}
.main-navigation .menu-right .cta-notification > .inner > div p {
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0;
}
.main-navigation .menu-right .cta-notification > .inner::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
  border-bottom: 1.125rem solid #F8FCF5;
  top: -1.125rem;
  right: 4.1875rem;
}
.main-navigation.scrolled .search, .main-navigation.hovered .search, .main-navigation.dark .search {
  color: #394426;
}
.main-navigation.scrolled .cta-notification, .main-navigation.hovered .cta-notification, .main-navigation.dark .cta-notification {
  bottom: -100%;
}
.main-navigation.scrolled .more.white, .main-navigation.hovered .more.white, .main-navigation.dark .more.white {
  background: #394426;
  color: white;
}
.main-navigation.scrolled .more.white:hover, .main-navigation.hovered .more.white:hover, .main-navigation.dark .more.white:hover {
  background: #1D2412;
  color: #EBF6DE;
  border-color: #1D2412;
}
.main-navigation .menu-toggle {
  display: none !important;
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: #EBF6DE;
  color: #394426;
}
.main-navigation .menu-toggle span.icon svg {
  width: 20px;
  height: 15px;
}
.page-template-page-simple .main-navigation .menu-toggle {
  background: #394426;
  color: #F8FCF5;
}
@media (max-width: 1024px) {
  .main-navigation {
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
  }
  .main-navigation .desktop-menu {
    display: none;
  }
  .main-navigation .menu-toggle {
    display: flex;
  }
}

/* Mobile menu */
.mobile-menu {
  display: flex;
  flex-direction: column;
  position: fixed;
  inset: 0;
  z-index: 200;
  background: #F8FCF5;
  transform: translateY(-100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.mobile-menu .mobile-menu-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px;
  flex-shrink: 0;
}
.mobile-menu .mobile-menu-top .custom-logo-link img {
  height: 36px;
  width: auto;
}
.mobile-menu .mobile-menu-back {
  display: none;
  background: none;
  border: 0;
  padding: 8px 0;
  cursor: pointer;
  color: #394426;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
}
.mobile-menu .mobile-menu-back span {
  line-height: 1;
}
.mobile-menu .mobile-menu-back:hover {
  opacity: 0.7;
}
.mobile-menu .mobile-menu-close {
  background: none;
  border: 0;
  padding: 8px;
  cursor: pointer;
  color: #394426;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(57, 68, 38, 0.1);
  border-radius: 6px;
  width: 40px;
  height: 40px;
}
.mobile-menu .mobile-menu-close:hover {
  background: rgba(57, 68, 38, 0.08);
}
.mobile-menu.has-submenu .custom-logo-link {
  display: none;
}
.mobile-menu.has-submenu .mobile-menu-back {
  display: flex;
}
.mobile-menu.has-submenu .mobile-menu-footer {
  display: none;
}
.mobile-menu .mobile-menu-nav {
  margin: 0;
  flex: 1;
  overflow: hidden;
  position: relative;
}
.mobile-menu .mobile-nav-screen {
  position: absolute;
  inset: 0;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-menu .mobile-nav-screen.mobile-nav-screen--main {
  transform: translateX(0);
}
.mobile-menu .mobile-nav-screen.mobile-nav-screen--main.is-behind {
  transform: translateX(-100%);
}
.mobile-menu .mobile-nav-screen.is-active {
  transform: translateX(0);
}
.mobile-menu .mobile-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.mobile-menu .mobile-nav-list > li {
  border-bottom: 1px solid rgba(57, 68, 38, 0.1);
}
.mobile-menu .mobile-nav-list > li:first-of-type {
  border-top: 1px solid rgba(57, 68, 38, 0.1);
}
.mobile-menu .mobile-nav-list > li > a, .mobile-menu .mobile-nav-list > li > button.mobile-nav-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 16px;
  text-decoration: none;
  color: #394426;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.51px;
  background: none;
  border: 0;
  cursor: pointer;
  text-align: left;
  transition: color 0.2s ease;
}
.mobile-menu .mobile-nav-list > li > button.mobile-nav-trigger {
  font-weight: 600;
}
.mobile-menu .mobile-nav-list > li.current-menu-item > a {
  color: #505D38;
}
.mobile-menu .mobile-nav-list > li.menu-item--parent > a {
  font-size: 17px;
  padding-bottom: 22px;
}
.mobile-menu .mobile-nav-list > li .arrow {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.mobile-menu .mobile-nav-link-cards {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px 16px;
}
.mobile-menu .mobile-nav-link-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #F0F6E6;
  border-radius: 0.25rem;
  padding: 2px;
  text-decoration: none;
  color: #394426;
}
.mobile-menu .mobile-nav-link-card.is-current {
  outline: 2px solid #CEDEAB;
}
.mobile-menu .mobile-nav-link-card span.icon {
  background: #F4FAA2;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.mobile-menu .mobile-nav-link-card span.icon svg {
  width: 18px;
  height: 18px;
}
.mobile-menu .mobile-nav-link-card .title {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.51px;
}
.mobile-menu .mobile-nav-link-card:not(:has(span.icon)) {
  padding: 16px;
}
.mobile-menu .mobile-nav-cta {
  margin: 16px 16px;
  background: #394426;
  border-radius: 0.25rem;
  padding: 24px 0px 0px 24px;
  min-height: 184px;
  position: relative;
  overflow: hidden;
  display: flex;
}
.mobile-menu .mobile-nav-cta figure {
  position: absolute;
  inset: 0;
  margin: 0;
}
.mobile-menu .mobile-nav-cta figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mobile-menu .mobile-nav-cta figure::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(80, 93, 56, 0.7) 16.86%, rgba(80, 93, 56, 0) 70.99%), linear-gradient(180deg, rgba(5, 5, 5, 0.3) 9.21%, rgba(0, 0, 0, 0) 23.03%);
  mix-blend-mode: multiply;
}
.mobile-menu .mobile-nav-cta .cta-content {
  align-self: stretch;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.mobile-menu .mobile-nav-cta .cta-content p {
  padding-right: 24px;
  color: #F8FCF5;
  font-size: 17px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.51px;
  margin: 0 0 20px;
}
.mobile-menu .mobile-nav-cta .cta-content > a {
  margin-top: auto;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #F8FCF5;
  font-size: 14px;
  font-weight: 600;
}
.mobile-menu .mobile-nav-cta .cta-content > a span:first-child {
  text-decoration: underline;
}
.mobile-menu .mobile-nav-cta .icon.card-arrow {
  position: absolute;
  right: 8px;
  bottom: 8px;
  background: #EBF6DE;
  color: #394426;
  border-radius: 6px;
  padding: 8px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.mobile-menu .mobile-nav-cta .icon.card-arrow svg {
  width: 14px;
  height: 14px;
}
.mobile-menu .mobile-nav-full-cards {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px 16px;
}
.mobile-menu .mobile-nav-full-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #F0F6E6;
  border-radius: 0.25rem;
  padding: 16px;
  height: 250px;
  text-decoration: none;
  color: #394426;
}
.mobile-menu .mobile-nav-full-card .card-header {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mobile-menu .mobile-nav-full-card .card-header span.icon {
  background: #F4FAA2;
  border-radius: 6px;
  padding: 8px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.mobile-menu .mobile-nav-full-card .card-header span.icon svg {
  width: 20px;
  height: 20px;
}
.mobile-menu .mobile-nav-full-card .card-title {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.51px;
}
.mobile-menu .mobile-nav-full-card figure {
  position: absolute;
  margin: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.mobile-menu .mobile-nav-full-card figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 20px 70px 0 70px;
}
.mobile-menu .mobile-nav-full-card .icon.card-arrow {
  margin-top: auto;
  align-self: flex-end;
  background: #394426;
  color: #F8FCF5;
  border-radius: 6px;
  padding: 8px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-menu .mobile-nav-full-card .icon.card-arrow svg {
  width: 14px;
  height: 14px;
}
.mobile-menu .mobile-nav-section {
  padding: 0;
  margin-bottom: 0;
}
.mobile-menu .mobile-nav-section:not(:first-of-type) {
  border-top: 1px solid rgba(57, 68, 38, 0.1);
}
.mobile-menu .mobile-nav-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 16px;
  text-decoration: none;
  color: #394426;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.42px;
}
.mobile-menu .mobile-nav-section-header .arrow {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.mobile-menu .mobile-nav-cards {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 16px 4px 16px;
}
.mobile-menu .mobile-nav-card {
  display: flex;
  align-items: center;
  gap: 0;
  background: #F0F6E6;
  border-radius: 0.25rem;
  padding: 0;
  text-decoration: none;
  color: #394426;
}
.mobile-menu .mobile-nav-card:last-child {
  margin-bottom: 24px;
}
.mobile-menu .mobile-nav-card figure {
  flex-shrink: 0;
  width: 84px;
  height: 84px;
  border-radius: 0.25rem;
  overflow: hidden;
  margin: 0;
}
.mobile-menu .mobile-nav-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mobile-menu .mobile-nav-card .title {
  font-size: 17px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.51px;
  padding: 27px 0;
  margin-left: 16px;
}
.mobile-menu .mobile-menu-footer {
  flex-shrink: 0;
  padding: 20px 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mobile-menu .mobile-menu-footer .more {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

body.toggled {
  overflow: hidden;
}
body.toggled .mobile-menu {
  transform: translateY(0);
  pointer-events: all;
}

#footer-usp {
  position: relative;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem;
}
#footer-usp::before {
  content: "";
  left: 50%;
  max-width: 100.2vw;
  transform: var(--transform, translateX(-50%));
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 120rem;
  background: #F4FAA2;
}
@media (max-width: 768px) {
  #footer-usp::before {
    max-width: 100vw;
  }
}
@media (max-width: 768px) {
  #footer-usp {
    padding: 16px;
  }
}
#footer-usp > .inner {
  text-align: center;
  font-size: 1.3125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.63px;
}
#footer-usp > .inner strong {
  font-weight: 600;
}
@media (max-width: 768px) {
  #footer-usp > .inner {
    font-size: 16px;
  }
}

.site-footer {
  position: relative;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding: 9.375rem 0.9375rem 0 0.9375rem;
}
.site-footer .bg {
  content: "";
  left: 50%;
  max-width: 100.2vw;
  transform: var(--transform, translateX(-50%));
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 120rem;
  background: #394426;
  z-index: 0;
}
@media (max-width: 768px) {
  .site-footer .bg {
    max-width: 100vw;
  }
}
.site-footer > *:not(.bg) {
  z-index: 5;
  position: relative;
}
@media (max-width: 768px) {
  .site-footer {
    padding-top: 3.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.site-footer .social {
  display: flex;
  gap: 1rem;
}
.site-footer .social > a span.icon {
  background: #F8FCF5;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.site-footer .social > a span.icon svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: #394426;
  transition: all 0.3s ease-in-out;
}
.site-footer .social > a:hover span.icon {
  background: #F4FAA2;
}
.site-footer .social > a:hover span.icon svg {
  fill: #394426;
}
.site-footer #footerMiddle {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.site-footer #footerMiddle .left {
  max-width: 26.75rem;
}
.site-footer #footerMiddle .left .slogan {
  margin: 2.1875rem 0;
  font-size: 1.3125rem;
  color: #EBF6DE;
  font-weight: 600;
  letter-spacing: -0.63px;
}
.site-footer #footerMiddle .left .footer-contact {
  font-size: 0.875rem;
  color: #EBF6DE;
  font-weight: 500;
  line-height: 150%;
}
.site-footer #footerMiddle .left .footer-contact p {
  margin: 0;
}
.site-footer #footerMiddle .left nav {
  flex-direction: column;
  gap: 0.5rem;
}
.site-footer #footerMiddle .left nav > a:not(.more) {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 0.375rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 160%;
  color: #EBF6DE;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.site-footer #footerMiddle .left nav > a:not(.more) span.icon {
  font-size: 1.25rem;
  color: #EBF6DE;
}
.site-footer #footerMiddle .left nav > a:not(.more):hover {
  background: #EBF6DE;
  color: #394426;
}
.site-footer #footerMiddle .left nav > a:not(.more):hover span.icon {
  color: #394426;
}
@media (max-width: 768px) {
  .site-footer #footerMiddle .left nav > a:not(.more) {
    font-size: 14px;
  }
  .site-footer #footerMiddle .left nav > a:not(.more) span.icon {
    font-size: 1.5rem;
  }
}
.site-footer #footerMiddle .left nav > a.more {
  margin-top: 2.1875rem;
  width: auto;
  align-self: flex-start;
}
@media (max-width: 768px) {
  .site-footer #footerMiddle .left {
    width: 100%;
    max-width: 100%;
  }
  .site-footer #footerMiddle .left > img {
    display: block;
    margin: 0 auto;
  }
  .site-footer #footerMiddle .left > .slogan {
    font-size: 16px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.48px;
    text-align: center;
  }
}
.site-footer #footerMiddle .right {
  width: 100%;
}
@media (min-width: 1024px) {
  .site-footer #footerMiddle .right {
    max-width: 49.375rem;
    padding-right: 5rem;
  }
}
.site-footer #footerMiddle .right > .footerlinks-wrap {
  display: flex;
  gap: 5.3125rem;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .site-footer #footerMiddle .right > .footerlinks-wrap {
    display: none;
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
}
.site-footer #footerMiddle .right .footerlinks {
  display: flex;
  flex-direction: column;
}
.site-footer #footerMiddle .right .footerlinks:last-child > a:last-child {
  color: #F4FAA2;
}
.site-footer #footerMiddle .right .h5 {
  font-size: 1.3125rem;
  color: #EBF6DE;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.63px;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.site-footer #footerMiddle .right a.footerlink {
  position: relative;
  display: block;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 260%;
  color: #EBF6DE;
  text-decoration: none;
  align-self: flex-start;
}
.site-footer #footerMiddle .right a.footerlink::after {
  content: "";
  width: 0%;
  height: 0.0625rem;
  background: #EBF6DE;
  position: absolute;
  left: 0;
  bottom: 0.375rem;
  transition: all 0.3s ease-in-out;
}
.site-footer #footerMiddle .right a.footerlink:hover::after {
  width: 100%;
}
@media (max-width: 768px) {
  .site-footer #footerMiddle .right {
    flex-wrap: wrap;
    margin-top: 0rem;
  }
  .site-footer #footerMiddle .right > div {
    width: 46%;
  }
  .site-footer #footerMiddle .right > .footerlinks {
    margin-bottom: 1.25rem;
  }
  .site-footer #footerMiddle .right .footerlinks {
    width: 100%;
  }
  .site-footer #footerMiddle .right .footerlinks .h5 {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
  }
  .site-footer #footerMiddle .right .footerlinks .h5::after {
    content: "";
    display: block;
    width: 15px;
    height: 9px;
    flex-shrink: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='9' viewBox='0 0 15 9' fill='none'%3E%3Cpath d='M13.0605 7.06055L7.06055 1.06055L1.06055 7.06055' stroke='%23EBF6DE' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    transform: rotate(180deg);
    transition: transform 0.3s ease;
  }
  .site-footer #footerMiddle .right .footerlinks.is-open .h5 {
    margin-bottom: 20px;
  }
  .site-footer #footerMiddle .right .footerlinks.is-open .h5::after {
    transform: rotate(0deg);
  }
  .site-footer #footerMiddle .right .footerlinks a.footerlink {
    display: none;
    margin-top: 12px;
  }
  .site-footer #footerMiddle .right .footerlinks.is-open a.footerlink {
    margin-top: 0;
    display: block;
  }
}
@media (min-width: 1024px) {
  .site-footer #footerMiddle .right .bottom-wrap {
    margin-top: -5.625rem;
    display: flex;
    justify-content: flex-start;
    gap: 5.8125rem;
  }
  .site-footer #footerMiddle .right .bottom-wrap nav {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .site-footer #footerMiddle .right .bottom-wrap {
    width: 100%;
    margin-top: 0px;
  }
  .site-footer #footerMiddle .right .bottom-wrap .service {
    margin-top: 40px;
  }
}
.site-footer #footerBottom {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .site-footer #footerBottom {
    margin-top: 60px;
  }
}
.site-footer #footerBottom::before {
  content: "";
  left: 50%;
  max-width: 100.2vw;
  transform: var(--transform, translateX(-50%));
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 120rem;
  background: rgba(80, 93, 56, 0.4);
}
@media (max-width: 768px) {
  .site-footer #footerBottom::before {
    max-width: 100vw;
  }
}
.site-footer #footerBottom > .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .site-footer #footerBottom > .inner {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.site-footer #footerBottom .copyright {
  display: flex;
  gap: 1.875rem;
  align-items: flex-end;
  font-size: 0.875rem;
  color: #EBF6DE;
  font-weight: 500;
}
.site-footer #footerBottom .copyright > span {
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.63px;
}
@media (max-width: 768px) {
  .site-footer #footerBottom .copyright {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .site-footer #footerBottom .copyright > span {
    font-size: 21px;
  }
}
.site-footer #footerBottom nav {
  margin: 0;
  gap: 1.5625rem;
}
.site-footer #footerBottom nav a {
  color: white;
  font-size: 0.875rem;
  text-decoration: none;
}
.site-footer #footerBottom nav a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .site-footer #footerBottom nav {
    margin-top: 24px;
    display: inline-block;
    text-align: center;
  }
  .site-footer #footerBottom nav a {
    color: #EBF6DE;
    font-size: 14px;
    display: inline-block;
  }
  .site-footer #footerBottom nav a:nth-child(2), .site-footer #footerBottom nav a:nth-child(3) {
    margin-left: 10px;
  }
}

.ibizz-popup-overlay--featured {
  justify-content: flex-end;
  align-items: flex-end;
  padding: 3rem;
}
.ibizz-popup-overlay--featured .ibizz-popup-panel {
  background: #303A20;
  color: white;
  max-width: 32.6875rem;
  padding: 0;
  border-radius: 0;
  max-height: none;
  overflow: hidden;
}
.ibizz-popup-overlay--featured .ibizz-popup-close {
  color: white;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.ibizz-popup-overlay--featured .ibizz-popup-close span.icon svg {
  width: 0.625rem;
  height: 0.625rem;
}
.ibizz-popup-overlay--featured .ibizz-popup-close span.icon svg path {
  fill: white;
}
.ibizz-popup-overlay--featured .ibizz-popup-close:hover {
  background: rgba(0, 0, 0, 0.6);
}
.ibizz-popup-overlay--featured .ibizz-popup-image {
  margin: 0;
}
.ibizz-popup-overlay--featured .ibizz-popup-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
}
.ibizz-popup-overlay--featured .ibizz-popup-body {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 2rem 2.5rem 2.5rem;
}
.ibizz-popup-overlay--featured .ibizz-popup-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 0;
}
.ibizz-popup-overlay--featured .ibizz-popup-content {
  line-height: 1.6;
  opacity: 0.8;
}
.ibizz-popup-overlay--featured .ibizz-popup-nav {
  flex-direction: column;
  gap: 0;
}
.ibizz-popup-overlay--featured .ibizz-popup-link--primary,
.ibizz-popup-overlay--featured .ibizz-popup-link--secondary {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #F4FAA2;
  color: #303A20;
  border-radius: 18.75rem;
  padding: 1rem 1.4375rem;
  height: 3.5rem;
  font-weight: 600;
}
.ibizz-popup-overlay--featured .ibizz-popup-link--secondary {
  background: #F8FCF5;
  margin-top: 0.625rem;
}

.ibizz-popup-overlay--compact {
  justify-content: flex-end;
  align-items: flex-end;
  padding: 3rem;
}
.ibizz-popup-overlay--compact .ibizz-popup-panel {
  background: #303A20;
  color: white;
  max-width: 32.6875rem;
  padding: 2.5rem;
  border-radius: 0;
  max-height: none;
  overflow: visible;
}
.ibizz-popup-overlay--compact .ibizz-popup-close {
  color: #CEDEAB;
}
.ibizz-popup-overlay--compact .ibizz-popup-close span.icon svg {
  width: 0.625rem;
  height: 0.625rem;
}
.ibizz-popup-overlay--compact .ibizz-popup-close span.icon svg path {
  fill: #CEDEAB;
}
.ibizz-popup-overlay--compact .ibizz-popup-compact-header {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}
.ibizz-popup-overlay--compact .ibizz-popup-avatar {
  position: relative;
  flex-shrink: 0;
  width: 4.625rem;
  height: 4.625rem;
  margin: 0;
}
.ibizz-popup-overlay--compact .ibizz-popup-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}
.ibizz-popup-overlay--compact .ibizz-popup-avatar::after {
  content: "";
  position: absolute;
  top: 0.4375rem;
  left: 3.75rem;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 50%;
  background: #7AC041;
  border: 2px solid #394426;
}
.ibizz-popup-overlay--compact .ibizz-popup-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 0;
}
.ibizz-popup-overlay--compact .ibizz-popup-nav {
  flex-direction: column;
  gap: 0;
}
.ibizz-popup-overlay--compact .ibizz-popup-link--primary {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #F4FAA2;
  color: #303A20;
  border-radius: 18.75rem;
  padding: 1rem 1.4375rem;
  height: 3.5rem;
  font-weight: 600;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}
@media all and (max-width: 1760px) {
  html {
    font-size: 15px;
  }
}
@media all and (max-width: 1600px) {
  html {
    font-size: 13.5px;
  }
}

body {
  max-width: 100vw;
  overflow-x: hidden;
  font-family: "Plus Jakarta Sans", helvetica, sans-serif;
  background: #EBF6DE;
}
body.post, body.page {
  margin-bottom: 0;
}

#page.site {
  max-width: 118rem;
  margin: 0 auto;
}

span.icon {
  display: inline-flex;
  flex-shrink: 0;
}
span.icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
  overflow: visible;
}

/* titles & text */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  line-height: 1.2;
  font-family: "Plus Jakarta Sans", helvetica, sans-serif;
  margin: 0;
}
h1 span, .h1 span, h2 span, .h2 span, h3 span, .h3 span, h4 span, .h4 span, h5 span, .h5 span, h6 span, .h6 span {
  color: #505D38;
}

h1, .h1 {
  font-size: 3.625rem;
  line-height: 110%;
  font-weight: 600;
  letter-spacing: -1.74px;
}
@media (max-width: 768px) {
  h1, .h1 {
    font-size: 2rem;
    line-height: 110%;
    font-weight: 600;
    letter-spacing: -0.96px;
  }
}
@media (max-width: 768px) {
  h1, .h1 {
    font-size: 2.5rem;
    line-height: 110%;
    font-weight: 600;
    letter-spacing: -1.74px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  h1, .h1 {
    font-size: 2rem;
    line-height: 110%;
    font-weight: 600;
    letter-spacing: -0.96px;
  }
}

h2, .h2 {
  font-size: 2rem;
  line-height: 110%;
  font-weight: 600;
  letter-spacing: -0.96px;
}

h3, .h3 {
  font-size: 1.75rem;
  line-height: 110%;
  font-weight: 600;
  letter-spacing: -0.96px;
}

h4, .h4 {
  font-size: 1.0625rem;
  font-weight: normal;
}

h5, .h5 {
  font-size: 1em;
}

.wp-block-heading {
  color: #394426;
  margin-bottom: 0.9375rem;
}

h2.wp-block-heading {
  font-size: 2rem;
  line-height: 110%;
  font-weight: 600;
  letter-spacing: -0.96px;
  margin-top: 0.625rem;
}

h3.wp-block-heading {
  font-size: 1.75rem;
  line-height: 110%;
  font-weight: 600;
  letter-spacing: -0.96px;
  font-weight: normal;
}

h4.wp-block-heading {
  font-size: 1.0625rem;
  font-weight: normal;
  color: #394426;
  margin: 0;
}

.wp-block-columns {
  overflow: hidden;
  border-radius: 0.25rem;
}
@media (max-width: 768px) {
  .wp-block-columns {
    gap: 0;
    margin: 0;
  }
}

.wp-block-buttons > .wp-block-button {
  margin-top: 1.25rem;
}

.wp-block-image {
  position: relative;
  margin-top: 7.5rem;
  z-index: 9;
}

/* Buttons */
nav:not(.main-navigation) {
  display: flex;
  margin-top: 2.5rem;
  gap: 0.9375rem;
}

.more, .wp-block-button > a, input[type=submit] {
  display: inline-block;
  background: #394426;
  border-radius: 18.75rem;
  padding: 1.1875rem 1.4375rem 1.375rem;
  border: 1px solid transparent;
  color: #EBF6DE;
  text-decoration: none;
  font-family: "Plus Jakarta Sans", helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 100%;
  min-width: 0rem;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .more, .wp-block-button > a, input[type=submit] {
    font-size: 14px;
  }
}
.more:hover, .wp-block-button > a:hover, input[type=submit]:hover {
  background: #1D2412;
  border-color: #1D2412;
  color: #EBF6DE;
}
.more.bg2, .wp-block-button > a.bg2, input[type=submit].bg2 {
  background: #F4FAA2;
  color: #505D38;
}
.more.bg2:hover, .wp-block-button > a.bg2:hover, input[type=submit].bg2:hover {
  background: #F5FF6D;
  border-color: #F5FF6D;
  color: #505D38;
}
.more.green, .wp-block-button > a.green, input[type=submit].green {
  background: #7AC041;
  color: #F8FCF5;
}
.more.green:hover, .wp-block-button > a.green:hover, input[type=submit].green:hover {
  background: #5D9D2A;
  border-color: #5D9D2A;
  color: #F8FCF5;
}
.more.outline, .wp-block-button > a.outline, input[type=submit].outline {
  background: transparent;
  border: 0.0625rem solid #394426;
  color: #394426;
}
.more.outline:hover, .wp-block-button > a.outline:hover, input[type=submit].outline:hover {
  background: #394426;
  color: white;
}
.more.outline:hover span.icon, .more.outline:hover span.icon svg, .wp-block-button > a.outline:hover span.icon, .wp-block-button > a.outline:hover span.icon svg, input[type=submit].outline:hover span.icon, input[type=submit].outline:hover span.icon svg {
  fill: white;
}
.more.white, .wp-block-button > a.white, input[type=submit].white {
  background: #F8FCF5;
  color: #505D38;
}
.more.white span.icon svg, .wp-block-button > a.white span.icon svg, input[type=submit].white span.icon svg {
  fill: #505D38;
}
.more.white:hover, .wp-block-button > a.white:hover, input[type=submit].white:hover {
  background: #E2F3D6;
  color: #505D38;
  border-color: #E2F3D6;
}
.more.white:hover span.icon svg, .wp-block-button > a.white:hover span.icon svg, input[type=submit].white:hover span.icon svg {
  fill: #505D38;
}
.more.white.outline, .wp-block-button > a.white.outline, input[type=submit].white.outline {
  background: transparent;
  border: 0.0625rem solid white;
  color: white;
}
.more.white.outline:hover, .wp-block-button > a.white.outline:hover, input[type=submit].white.outline:hover {
  background: white;
  color: #394426;
}
.more.white.outline:hover span.icon, .more.white.outline:hover span.icon svg, .wp-block-button > a.white.outline:hover span.icon, .wp-block-button > a.white.outline:hover span.icon svg, input[type=submit].white.outline:hover span.icon, input[type=submit].white.outline:hover span.icon svg {
  fill: white;
}
.more.icon, .wp-block-button > a.icon, input[type=submit].icon {
  min-width: 2.5rem;
  min-height: 2.5rem;
  max-width: 2.5rem;
  max-height: 2.5rem;
  border-radius: 0.375rem;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.more.icon span.icon, .wp-block-button > a.icon span.icon, input[type=submit].icon span.icon {
  margin: 0;
  padding: 0;
  font-size: 1.25rem;
}
.more.icon:hover, .wp-block-button > a.icon:hover, input[type=submit].icon:hover {
  background: #F4FAA2;
  border-color: #F4FAA2;
}
.more.icon:hover span.icon, .wp-block-button > a.icon:hover span.icon, input[type=submit].icon:hover span.icon {
  color: #394426;
}

.more-inline {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  color: #394426;
  font-size: 0.9375rem;
  text-decoration: underline;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .more-inline {
    padding: 0.625rem 1.25rem;
  }
}
@media (max-width: 768px) {
  .more-inline {
    padding: 0.625rem 1.25rem;
  }
}
.more-inline:hover {
  text-decoration: none;
}

ul.cta-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
ul.cta-links > li > a {
  display: flex;
  align-items: center;
  gap: 2rem;
  text-decoration: none;
  color: #394426;
  border-radius: 0.375rem;
  transition: background 0.3s ease-in-out;
}
ul.cta-links > li > a > figure {
  width: 5rem;
  height: 5rem;
  background: #F4FAA2;
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  flex-shrink: 0;
}
ul.cta-links > li > a > figure span.icon {
  font-size: 1.875rem;
}
ul.cta-links > li > a > .text {
  flex: 1;
}
ul.cta-links > li > a > .text > .title {
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 160%;
}
ul.cta-links > li > a > .text > .subtitle {
  font-size: 1rem;
  font-weight: 500;
  line-height: 200%;
}
ul.cta-links > li > a > .arrow {
  flex-shrink: 0;
  padding-right: 1.5rem;
}
ul.cta-links > li > a > .arrow svg {
  display: block;
  stroke: #394426;
}
ul.cta-links > li > a:hover {
  background: #F4FAA2;
}

.scrollto {
  cursor: pointer;
}

/* Breadcrumbs — BreadcrumbNavXT */
.bcn-wrap {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .bcn-wrap {
    margin-bottom: 20px;
  }
}
.bcn-wrap span[property=itemListElement] {
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
}
.bcn-wrap span[property=itemListElement] a {
  color: #F8FCF5;
  text-decoration: none;
}
.bcn-wrap span[property=itemListElement] a:hover {
  text-decoration: underline;
}
.bcn-wrap span[property=itemListElement] span[property=name] {
  color: #F8FCF5;
}
.bcn-wrap span[property=itemListElement]:not(:has(.current-item))::after {
  position: relative;
  top: 0.0625rem;
  content: "";
  display: inline-block;
  width: 4px;
  height: 6px;
  flex-shrink: 0;
  margin-left: 0.5rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='6' viewBox='0 0 4 6' fill='none'%3E%3Cpath d='M0.707031 0.707092L2.70703 2.70709L0.707031 4.70709' stroke='%23F8FCF5' stroke-linecap='square'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}
.bcn-wrap span[property=itemListElement]:has(.current-item) {
  opacity: 0.4;
}
.bcn-wrap.dark span[property=itemListElement] t a, .bcn-wrap.dark span[property=itemListElement] span[property=name] {
  color: #394426;
}
.bcn-wrap.dark span[property=itemListElement]::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='6' viewBox='0 0 4 6' fill='none'%3E%3Cpath d='M0.707031 0.707092L2.70703 2.70709L0.707031 4.70709' stroke='%23121212' stroke-linecap='square'/%3E%3C/svg%3E");
}

/* Block-grid */
.block-grid {
  overflow: visible;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0.9375rem;
}
.block-grid > li {
  list-style: none;
  width: 100%;
}
.block-grid > li > article, .block-grid > li > section {
  margin-bottom: 0;
}
.block-grid.one-up > li {
  width: 100%;
}
.block-grid.two-up > li {
  width: calc(50% - 0.9375rem * 0.75);
}
.block-grid.three-up > li {
  width: calc(33.33% - 0.9375rem * 0.75);
}
.block-grid.four-up > li {
  width: calc(25% - 0.9375rem * 0.75);
}
.block-grid.five-up > li {
  width: calc(19% - 0.9375rem * 0.75);
}
.block-grid.six-up > li {
  width: calc(16% - 0.9375rem * 0.5);
}
.block-grid.seven-up > li {
  width: calc(14.28571% - 0.9375rem * 0.87);
}
@media (max-width: 768px) {
  .block-grid.two-up > li, .block-grid.three-up > li, .block-grid.four-up > li, .block-grid.five-up > li, .block-grid.six-up > li, .block-grid.seven-up > li {
    width: 100%;
  }
}

.useHand {
  cursor: pointer;
}

/* Block styling */
.Overview, .Detail, .Block {
  margin: 7.5rem auto;
}
@media (max-width: 768px) {
  .Overview, .Detail, .Block {
    margin: 60px auto;
  }
}
.Overview.flush-top, .Detail.flush-top, .Block.flush-top {
  margin-top: 0;
}
@media (max-width: 768px) {
  .Overview.flush-top, .Detail.flush-top, .Block.flush-top {
    margin-top: 0;
  }
}

.Overview > .Heading,
.Overview > .left > .Heading,
.Overview > .left > .inner > .Heading,
.Overview > .inner > .Heading, .Detail > .Heading,
.Detail > .left > .Heading,
.Detail > .left > .inner > .Heading,
.Detail > .inner > .Heading {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .Overview > .Heading,
  .Overview > .left > .Heading,
  .Overview > .left > .inner > .Heading,
  .Overview > .inner > .Heading, .Detail > .Heading,
  .Detail > .left > .Heading,
  .Detail > .left > .inner > .Heading,
  .Detail > .inner > .Heading {
    margin-bottom: 40px;
  }
}
.Overview > .Heading.center,
.Overview > .left > .Heading.center,
.Overview > .left > .inner > .Heading.center,
.Overview > .inner > .Heading.center, .Detail > .Heading.center,
.Detail > .left > .Heading.center,
.Detail > .left > .inner > .Heading.center,
.Detail > .inner > .Heading.center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Overview > .Heading.center .h4, .Overview > .Heading.center .h2, .Overview > .Heading.center .h3, .Overview > .Heading.center .Intro,
.Overview > .left > .Heading.center .h4,
.Overview > .left > .Heading.center .h2,
.Overview > .left > .Heading.center .h3,
.Overview > .left > .Heading.center .Intro,
.Overview > .left > .inner > .Heading.center .h4,
.Overview > .left > .inner > .Heading.center .h2,
.Overview > .left > .inner > .Heading.center .h3,
.Overview > .left > .inner > .Heading.center .Intro,
.Overview > .inner > .Heading.center .h4,
.Overview > .inner > .Heading.center .h2,
.Overview > .inner > .Heading.center .h3,
.Overview > .inner > .Heading.center .Intro, .Detail > .Heading.center .h4, .Detail > .Heading.center .h2, .Detail > .Heading.center .h3, .Detail > .Heading.center .Intro,
.Detail > .left > .Heading.center .h4,
.Detail > .left > .Heading.center .h2,
.Detail > .left > .Heading.center .h3,
.Detail > .left > .Heading.center .Intro,
.Detail > .left > .inner > .Heading.center .h4,
.Detail > .left > .inner > .Heading.center .h2,
.Detail > .left > .inner > .Heading.center .h3,
.Detail > .left > .inner > .Heading.center .Intro,
.Detail > .inner > .Heading.center .h4,
.Detail > .inner > .Heading.center .h2,
.Detail > .inner > .Heading.center .h3,
.Detail > .inner > .Heading.center .Intro {
  text-align: center;
}
.Overview > .Heading .h4,
.Overview > .left > .Heading .h4,
.Overview > .left > .inner > .Heading .h4,
.Overview > .inner > .Heading .h4, .Detail > .Heading .h4,
.Detail > .left > .Heading .h4,
.Detail > .left > .inner > .Heading .h4,
.Detail > .inner > .Heading .h4 {
  margin: 0;
  color: #394426;
}
.Overview > .Heading .h2,
.Overview > .left > .Heading .h2,
.Overview > .left > .inner > .Heading .h2,
.Overview > .inner > .Heading .h2, .Detail > .Heading .h2,
.Detail > .left > .Heading .h2,
.Detail > .left > .inner > .Heading .h2,
.Detail > .inner > .Heading .h2 {
  margin: 0;
  color: #394426;
  font-size: 3.625rem;
  line-height: 110%;
  font-weight: 600;
  letter-spacing: -1.74px;
}
@media (max-width: 768px) {
  .Overview > .Heading .h2,
  .Overview > .left > .Heading .h2,
  .Overview > .left > .inner > .Heading .h2,
  .Overview > .inner > .Heading .h2, .Detail > .Heading .h2,
  .Detail > .left > .Heading .h2,
  .Detail > .left > .inner > .Heading .h2,
  .Detail > .inner > .Heading .h2 {
    font-size: 2rem;
    line-height: 110%;
    font-weight: 600;
    letter-spacing: -0.96px;
  }
}
@media (max-width: 768px) {
  .Overview > .Heading .h2,
  .Overview > .left > .Heading .h2,
  .Overview > .left > .inner > .Heading .h2,
  .Overview > .inner > .Heading .h2, .Detail > .Heading .h2,
  .Detail > .left > .Heading .h2,
  .Detail > .left > .inner > .Heading .h2,
  .Detail > .inner > .Heading .h2 {
    font-size: 32px;
    letter-spacing: -0.96px;
  }
}
.Overview > .Heading .h3,
.Overview > .left > .Heading .h3,
.Overview > .left > .inner > .Heading .h3,
.Overview > .inner > .Heading .h3, .Detail > .Heading .h3,
.Detail > .left > .Heading .h3,
.Detail > .left > .inner > .Heading .h3,
.Detail > .inner > .Heading .h3 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0;
  color: #7AC041;
  padding: 0.3125rem 1.25rem 0.3125rem 1.25rem;
  border: 0.0625rem solid #7AC041;
  border-radius: 18.75rem;
  display: inline-block;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .Overview > .Heading .h3,
  .Overview > .left > .Heading .h3,
  .Overview > .left > .inner > .Heading .h3,
  .Overview > .inner > .Heading .h3, .Detail > .Heading .h3,
  .Detail > .left > .Heading .h3,
  .Detail > .left > .inner > .Heading .h3,
  .Detail > .inner > .Heading .h3 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.Overview > .Heading.flex,
.Overview > .left > .Heading.flex,
.Overview > .left > .inner > .Heading.flex,
.Overview > .inner > .Heading.flex, .Detail > .Heading.flex,
.Detail > .left > .Heading.flex,
.Detail > .left > .inner > .Heading.flex,
.Detail > .inner > .Heading.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Overview > .Heading.flex .h4, .Overview > .Heading.flex .h2, .Overview > .Heading.flex .h3,
.Overview > .left > .Heading.flex .h4,
.Overview > .left > .Heading.flex .h2,
.Overview > .left > .Heading.flex .h3,
.Overview > .left > .inner > .Heading.flex .h4,
.Overview > .left > .inner > .Heading.flex .h2,
.Overview > .left > .inner > .Heading.flex .h3,
.Overview > .inner > .Heading.flex .h4,
.Overview > .inner > .Heading.flex .h2,
.Overview > .inner > .Heading.flex .h3, .Detail > .Heading.flex .h4, .Detail > .Heading.flex .h2, .Detail > .Heading.flex .h3,
.Detail > .left > .Heading.flex .h4,
.Detail > .left > .Heading.flex .h2,
.Detail > .left > .Heading.flex .h3,
.Detail > .left > .inner > .Heading.flex .h4,
.Detail > .left > .inner > .Heading.flex .h2,
.Detail > .left > .inner > .Heading.flex .h3,
.Detail > .inner > .Heading.flex .h4,
.Detail > .inner > .Heading.flex .h2,
.Detail > .inner > .Heading.flex .h3 {
  text-align: left;
}
.Overview > .Heading.flex nav,
.Overview > .left > .Heading.flex nav,
.Overview > .left > .inner > .Heading.flex nav,
.Overview > .inner > .Heading.flex nav, .Detail > .Heading.flex nav,
.Detail > .left > .Heading.flex nav,
.Detail > .left > .inner > .Heading.flex nav,
.Detail > .inner > .Heading.flex nav {
  margin: 0;
}
@media (max-width: 768px) {
  .Overview > .Heading.flex,
  .Overview > .left > .Heading.flex,
  .Overview > .left > .inner > .Heading.flex,
  .Overview > .inner > .Heading.flex, .Detail > .Heading.flex,
  .Detail > .left > .Heading.flex,
  .Detail > .left > .inner > .Heading.flex,
  .Detail > .inner > .Heading.flex {
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .Overview > .Heading.flex .h4, .Overview > .Heading.flex .h2, .Overview > .Heading.flex .h3,
  .Overview > .left > .Heading.flex .h4,
  .Overview > .left > .Heading.flex .h2,
  .Overview > .left > .Heading.flex .h3,
  .Overview > .left > .inner > .Heading.flex .h4,
  .Overview > .left > .inner > .Heading.flex .h2,
  .Overview > .left > .inner > .Heading.flex .h3,
  .Overview > .inner > .Heading.flex .h4,
  .Overview > .inner > .Heading.flex .h2,
  .Overview > .inner > .Heading.flex .h3, .Detail > .Heading.flex .h4, .Detail > .Heading.flex .h2, .Detail > .Heading.flex .h3,
  .Detail > .left > .Heading.flex .h4,
  .Detail > .left > .Heading.flex .h2,
  .Detail > .left > .Heading.flex .h3,
  .Detail > .left > .inner > .Heading.flex .h4,
  .Detail > .left > .inner > .Heading.flex .h2,
  .Detail > .left > .inner > .Heading.flex .h3,
  .Detail > .inner > .Heading.flex .h4,
  .Detail > .inner > .Heading.flex .h2,
  .Detail > .inner > .Heading.flex .h3 {
    text-align: center;
  }
  .Overview > .Heading.flex > *,
  .Overview > .left > .Heading.flex > *,
  .Overview > .left > .inner > .Heading.flex > *,
  .Overview > .inner > .Heading.flex > *, .Detail > .Heading.flex > *,
  .Detail > .left > .Heading.flex > *,
  .Detail > .left > .inner > .Heading.flex > *,
  .Detail > .inner > .Heading.flex > * {
    width: 100%;
    text-align: center;
  }
  .Overview > .Heading.flex nav,
  .Overview > .left > .Heading.flex nav,
  .Overview > .left > .inner > .Heading.flex nav,
  .Overview > .inner > .Heading.flex nav, .Detail > .Heading.flex nav,
  .Detail > .left > .Heading.flex nav,
  .Detail > .left > .inner > .Heading.flex nav,
  .Detail > .inner > .Heading.flex nav {
    margin-top: 30px;
    flex-direction: column;
    width: 100%;
  }
  .Overview > .Heading.flex nav > .more,
  .Overview > .left > .Heading.flex nav > .more,
  .Overview > .left > .inner > .Heading.flex nav > .more,
  .Overview > .inner > .Heading.flex nav > .more, .Detail > .Heading.flex nav > .more,
  .Detail > .left > .Heading.flex nav > .more,
  .Detail > .left > .inner > .Heading.flex nav > .more,
  .Detail > .inner > .Heading.flex nav > .more {
    width: 100%;
  }
}
.Overview > .Heading .Intro,
.Overview > .left > .Heading .Intro,
.Overview > .left > .inner > .Heading .Intro,
.Overview > .inner > .Heading .Intro, .Detail > .Heading .Intro,
.Detail > .left > .Heading .Intro,
.Detail > .left > .inner > .Heading .Intro,
.Detail > .inner > .Heading .Intro {
  margin: 2.1875rem 0 2.5rem 0;
  font-size: 1.3125rem;
}
@media (max-width: 768px) {
  .Overview > .Heading .Intro,
  .Overview > .left > .Heading .Intro,
  .Overview > .left > .inner > .Heading .Intro,
  .Overview > .inner > .Heading .Intro, .Detail > .Heading .Intro,
  .Detail > .left > .Heading .Intro,
  .Detail > .left > .inner > .Heading .Intro,
  .Detail > .inner > .Heading .Intro {
    font-size: 17px;
    margin: 24px 0 30px 0;
  }
}
.Overview > .Heading .Intro + nav,
.Overview > .left > .Heading .Intro + nav,
.Overview > .left > .inner > .Heading .Intro + nav,
.Overview > .inner > .Heading .Intro + nav, .Detail > .Heading .Intro + nav,
.Detail > .left > .Heading .Intro + nav,
.Detail > .left > .inner > .Heading .Intro + nav,
.Detail > .inner > .Heading .Intro + nav {
  margin-top: 0;
}
@media (max-width: 768px) {
  .Overview > .Heading nav,
  .Overview > .left > .Heading nav,
  .Overview > .left > .inner > .Heading nav,
  .Overview > .inner > .Heading nav, .Detail > .Heading nav,
  .Detail > .left > .Heading nav,
  .Detail > .left > .inner > .Heading nav,
  .Detail > .inner > .Heading nav {
    flex-direction: column;
    width: 100%;
  }
  .Overview > .Heading nav > .more,
  .Overview > .left > .Heading nav > .more,
  .Overview > .left > .inner > .Heading nav > .more,
  .Overview > .inner > .Heading nav > .more, .Detail > .Heading nav > .more,
  .Detail > .left > .Heading nav > .more,
  .Detail > .left > .inner > .Heading nav > .more,
  .Detail > .inner > .Heading nav > .more {
    width: 100%;
  }
}
.Overview.dark, .Detail.dark {
  position: relative;
  margin: 0;
  padding: 7.5rem 0;
}
@media (max-width: 768px) {
  .Overview.dark, .Detail.dark {
    padding: 60px 0;
  }
}
.Overview.dark::before, .Detail.dark::before {
  content: "";
  left: 50%;
  max-width: 100.2vw;
  transform: var(--transform, translateX(-50%));
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 120rem;
  background: #394426;
}
@media (max-width: 768px) {
  .Overview.dark::before, .Detail.dark::before {
    max-width: 100vw;
  }
}
.Overview.dark > .Heading .h4, .Overview.dark > .Heading .h2, .Overview.dark > .Heading .Intro, .Detail.dark > .Heading .h4, .Detail.dark > .Heading .h2, .Detail.dark > .Heading .Intro {
  color: #EBF6DE;
}

.Intro, .Content {
  font-family: "Plus Jakarta Sans", helvetica, sans-serif;
  color: #394426;
  font-size: 1.0625rem;
  font-weight: 500;
}
.Intro ul, .Content ul {
  margin: 0;
  padding-left: 1rem;
}

.Intro a, .Content a, .answer a {
  color: #4180C0;
  text-decoration: none;
}

.Content.featured {
  position: relative;
  margin: 0;
  padding: 7.5rem 0;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .Content.featured {
    padding: 60px 0;
  }
}
.Content.featured::before {
  border-radius: 0.25rem;
  content: "";
  left: 50%;
  max-width: 100.2vw;
  transform: var(--transform, translateX(-50%));
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 120rem;
  background: rgba(206, 222, 171, 0.2);
}
@media (max-width: 768px) {
  .Content.featured::before {
    max-width: 100vw;
  }
}
.Content.featured > .inner {
  padding-left: 21.25rem;
}
@media (max-width: 768px) {
  .Content.featured > .inner {
    padding-left: 0;
  }
}
.Content.featured > .inner > .Content {
  font-size: 0.875rem;
  letter-spacing: 0;
}
.Content.featured > .inner > .Content h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 1.875rem;
}
.Content.featured > .inner > .Content h3:not(:first-of-type) {
  margin-top: 3rem;
}
.Content.featured + .Cta.Detail {
  margin-top: 1rem;
}

/* .site-main */
.site-main {
  margin-top: calc(6.5rem + 7.5rem);
  max-width: 118rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  /* Pagina main */
  /* Contact */
  /* 404 */
}
@media (max-width: 768px) {
  .site-main {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.site-main > #banner {
  margin-top: calc(-7.5rem + -6.5rem + -2.875rem);
}
.site-main .page.type-page .entry-content > p, .site-main .page.type-page .entry-content > ul, .site-main .type-product .entry-content > p, .site-main .type-product .entry-content > ul, .site-main .type-branche .entry-content > p, .site-main .type-branche .entry-content > ul, .site-main .type-water-kind .entry-content > p, .site-main .type-water-kind .entry-content > ul, .site-main .type-vacancy .entry-content > p, .site-main .type-vacancy .entry-content > ul {
  font-family: "Plus Jakarta Sans", helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #394426;
}
@media (max-width: 768px) {
  .site-main .page.type-page .entry-content > p, .site-main .page.type-page .entry-content > ul, .site-main .type-product .entry-content > p, .site-main .type-product .entry-content > ul, .site-main .type-branche .entry-content > p, .site-main .type-branche .entry-content > ul, .site-main .type-water-kind .entry-content > p, .site-main .type-water-kind .entry-content > ul, .site-main .type-vacancy .entry-content > p, .site-main .type-vacancy .entry-content > ul {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .site-main .page.type-page .entry-content > p, .site-main .page.type-page .entry-content > ul, .site-main .type-product .entry-content > p, .site-main .type-product .entry-content > ul, .site-main .type-branche .entry-content > p, .site-main .type-branche .entry-content > ul, .site-main .type-water-kind .entry-content > p, .site-main .type-water-kind .entry-content > ul, .site-main .type-vacancy .entry-content > p, .site-main .type-vacancy .entry-content > ul {
    max-width: 80%;
    margin-right: auto;
    margin-left: 0;
  }
}
.site-main .page.type-page .entry-content > p:first-of-type, .site-main .page.type-page .entry-content > ul:first-of-type, .site-main .type-product .entry-content > p:first-of-type, .site-main .type-product .entry-content > ul:first-of-type, .site-main .type-branche .entry-content > p:first-of-type, .site-main .type-branche .entry-content > ul:first-of-type, .site-main .type-water-kind .entry-content > p:first-of-type, .site-main .type-water-kind .entry-content > ul:first-of-type, .site-main .type-vacancy .entry-content > p:first-of-type, .site-main .type-vacancy .entry-content > ul:first-of-type {
  animation-delay: 0.8s;
}
.site-main .page.type-page .entry-content > div:last-child.Cta.Detail, .site-main .page.type-page .entry-content > div:last-child > .Cta.Detail, .site-main .type-product .entry-content > div:last-child.Cta.Detail, .site-main .type-product .entry-content > div:last-child > .Cta.Detail, .site-main .type-branche .entry-content > div:last-child.Cta.Detail, .site-main .type-branche .entry-content > div:last-child > .Cta.Detail, .site-main .type-water-kind .entry-content > div:last-child.Cta.Detail, .site-main .type-water-kind .entry-content > div:last-child > .Cta.Detail, .site-main .type-vacancy .entry-content > div:last-child.Cta.Detail, .site-main .type-vacancy .entry-content > div:last-child > .Cta.Detail {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .site-main .page.type-page .entry-content > div:last-child.Cta.Detail, .site-main .page.type-page .entry-content > div:last-child > .Cta.Detail, .site-main .type-product .entry-content > div:last-child.Cta.Detail, .site-main .type-product .entry-content > div:last-child > .Cta.Detail, .site-main .type-branche .entry-content > div:last-child.Cta.Detail, .site-main .type-branche .entry-content > div:last-child > .Cta.Detail, .site-main .type-water-kind .entry-content > div:last-child.Cta.Detail, .site-main .type-water-kind .entry-content > div:last-child > .Cta.Detail, .site-main .type-vacancy .entry-content > div:last-child.Cta.Detail, .site-main .type-vacancy .entry-content > div:last-child > .Cta.Detail {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  body:not(.home) .site-main .page.type-page .entry-content > .hasbg:first-child, body:not(.home) .site-main .type-product .entry-content > .hasbg:first-child, body:not(.home) .site-main .type-branche .entry-content > .hasbg:first-child, body:not(.home) .site-main .type-water-kind .entry-content > .hasbg:first-child, body:not(.home) .site-main .type-vacancy .entry-content > .hasbg:first-child {
    margin-top: -3.125rem;
    z-index: 8;
  }
}
.site-main .titlecolumn {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: -6.5rem;
  position: relative;
  padding-top: 3.5rem;
  padding-bottom: 7.5rem;
  color: white;
}
@media (max-width: 768px) {
  .site-main .titlecolumn {
    padding-bottom: 60px;
  }
}
.site-main .titlecolumn::before {
  content: "";
  left: 50%;
  max-width: 100.2vw;
  transform: var(--transform, translateX(-50%));
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 120rem;
  background: #394426;
  top: -1000%;
}
@media (max-width: 768px) {
  .site-main .titlecolumn::before {
    max-width: 100vw;
  }
}
.site-main .titlecolumn.content::before {
  background: #E5F1D4;
}
.site-main .titlecolumn .h1 {
  font-size: 3.625rem;
  line-height: 110%;
  font-weight: 600;
  letter-spacing: -1.74px;
}
@media (max-width: 768px) {
  .site-main .titlecolumn .h1 {
    font-size: 2rem;
    line-height: 110%;
    font-weight: 600;
    letter-spacing: -0.96px;
  }
}
@media (max-width: 768px) {
  .site-main .titlecolumn .h1 {
    font-size: 2.5rem;
    line-height: 110%;
    font-weight: 600;
    letter-spacing: -1.74px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .site-main .titlecolumn .h1 {
    font-size: 2rem;
    line-height: 110%;
    font-weight: 600;
    letter-spacing: -0.96px;
  }
}
.site-main .titlecolumn .entry-header {
  max-width: 49.5rem;
}
.site-main .titlecolumn .entry-header .Intro {
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 160%;
  color: #F8FCF5;
  text-align: left;
}
@media (max-width: 768px) {
  .site-main .titlecolumn .entry-header .Intro {
    font-size: 17px;
  }
}
.site-main .titlecolumn .entry-title, .site-main .titlecolumn .entry-content {
  text-align: left;
  color: white;
  margin-top: 0;
}
.site-main .titlecolumn .entry-title p, .site-main .titlecolumn .entry-content p {
  color: white;
  text-align: left;
  margin-left: 0;
}
.site-main .titlecolumn.center .entry-header {
  margin-left: auto;
  margin-right: auto;
}
.site-main .titlecolumn.center .entry-header .bcn-wrap {
  justify-content: center;
}
.site-main .titlecolumn.center .entry-header .Intro {
  text-align: center;
}
.site-main .titlecolumn.center .entry-header nav {
  justify-content: center;
}
.site-main .titlecolumn.center .entry-title, .site-main .titlecolumn.center .entry-content {
  text-align: center;
}
.site-main .titlecolumn.center .entry-title p, .site-main .titlecolumn.center .entry-content p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.site-main .entry-title.center {
  text-align: center;
}
@media (max-width: 768px) {
  .site-main.contact .type-page > .titlecolumn {
    padding-top: 0;
  }
}
.site-main.contact .type-page > .titlecolumn::before {
  background: #F4FAA2;
}
.site-main.contact .type-page > .titlecolumn > .inner > .Heading .h1 {
  margin: 0;
  color: #394426;
}
.site-main.contact .type-page > .titlecolumn > .inner > .top-cols {
  margin-top: 2.8125rem;
  display: flex;
  gap: 1rem;
}
@media (max-width: 768px) {
  .site-main.contact .type-page > .titlecolumn > .inner > .top-cols {
    flex-direction: column;
  }
}
.site-main.contact .type-page > .titlecolumn > .inner > .top-cols > .top-col {
  background: #fff;
  border-radius: 0.25rem;
  width: 33.33%;
}
@media (max-width: 768px) {
  .site-main.contact .type-page > .titlecolumn > .inner > .top-cols > .top-col {
    width: 100%;
  }
}
.site-main.contact .type-page > .titlecolumn > .inner > .top-cols > .top-col:first-child {
  border-bottom-left-radius: 2.5rem;
}
.site-main.contact .type-page > .titlecolumn > .inner > .top-cols > .top-col:last-child {
  border-top-right-radius: 2.5rem;
}
.site-main.contact .type-page > .titlecolumn > .inner > .top-cols > .top-col > .inner {
  padding: 2.5rem;
}
@media (max-width: 768px) {
  .site-main.contact .type-page > .titlecolumn > .inner > .top-cols > .top-col > .inner {
    padding: 24px;
  }
}
.site-main.contact .type-page > .titlecolumn > .inner > .top-cols > .top-col > .inner > .Heading {
  color: #394426;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.site-main.contact .type-page > .titlecolumn > .inner > .top-cols > .top-col > .inner > .Heading span.icon {
  font-size: 2.25rem;
}
.site-main.contact .type-page > .titlecolumn > .inner > .top-cols > .top-col > .inner > .Heading > .h3 {
  margin: 0;
  font-size: 2rem;
  letter-spacing: -0.96px;
}
@media (max-width: 768px) {
  .site-main.contact .type-page > .titlecolumn > .inner > .top-cols > .top-col > .inner > .Heading > .h3 {
    font-size: 22px;
    letter-spacing: -0.72px;
  }
}
.site-main.contact .type-page > .titlecolumn > .inner > .top-cols > .top-col > .inner > .Content {
  margin: 2.125rem 0 2.5rem 0;
  font-size: 1.3125rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .site-main.contact .type-page > .titlecolumn > .inner > .top-cols > .top-col > .inner > .Content {
    font-size: 17px;
    margin: 24px 0 30px 0;
  }
}
.site-main.contact .type-page > .titlecolumn > .inner > .top-cols > .top-col > .inner > nav {
  margin: 0;
}
@media (max-width: 768px) {
  .site-main.contact .type-page > .titlecolumn > .inner > .top-cols > .top-col > .inner > nav {
    flex-direction: column;
  }
  .site-main.contact .type-page > .titlecolumn > .inner > .top-cols > .top-col > .inner > nav .more {
    width: 100%;
  }
}
.site-main.simple .type-page > .titlecolumn {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -4.375rem;
}
@media (max-width: 768px) {
  .site-main.simple .type-page > .titlecolumn {
    padding-bottom: 0;
  }
}
.site-main.simple .type-page > .titlecolumn::before {
  background: #EBF6DE;
}
.site-main.simple .type-page > .titlecolumn > .entry-header .h1 {
  margin: 0;
  color: #394426;
}
.site-main.simple .type-page > .titlecolumn > .entry-header .Intro {
  color: #394426;
}
.site-main.simple .type-page > .titlecolumn.left .entry-header {
  max-width: 100%;
}
@media (min-width: 1024px) {
  .site-main.simple .type-page > .titlecolumn.left .header-wrap {
    margin-top: 3.75rem;
    display: flex;
    justify-content: space-between;
  }
  .site-main.simple .type-page > .titlecolumn.left .header-wrap .Intro {
    max-width: 41.0625rem;
    margin: 0;
  }
  .site-main.simple .type-page > .titlecolumn.left .header-wrap .Intro p {
    margin: 0;
  }
}
.site-main .error-404 {
  position: relative;
  margin-top: calc(-7.5rem + 2.875rem);
  padding: 0rem 0;
  min-height: calc(90vh - 6.5rem - 2.875rem);
  display: flex;
  align-items: center;
}
.site-main .error-404::before {
  content: "";
  left: 50%;
  max-width: 100.2vw;
  transform: var(--transform, translateX(-50%));
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 120rem;
  background: #F8FCF5;
  top: -100%;
}
@media (max-width: 768px) {
  .site-main .error-404::before {
    max-width: 100vw;
  }
}
.site-main .error-404 > .inner {
  position: relative;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
}
.site-main .error-404 > .inner > .Image {
  flex: 0 0 31.875rem;
  mix-blend-mode: multiply;
}
.site-main .error-404 > .inner > .Image > img {
  width: 31.875rem;
  height: 29.5625rem;
  object-fit: cover;
  display: block;
}
.site-main .error-404 > .inner > .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  max-width: 41.0625rem;
}
.site-main .error-404 > .inner > .content > .Heading {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.site-main .error-404 > .inner > .content > .Heading > .h3 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 140%;
  color: #7AC041;
  padding: 0.625rem 1.25rem;
  border: 1px solid #7AC041;
  border-radius: 18.75rem;
  display: inline-block;
  align-self: flex-start;
}
.site-main .error-404 > .inner > .content > .Heading > h1 {
  margin: 0;
  color: #394426;
}
.site-main .error-404 > .inner > .content > .Intro {
  font-size: 1rem;
  font-weight: 500;
  line-height: 160%;
  color: #394426;
  margin: 0;
}
.site-main .error-404 > .inner > .content > nav {
  margin: 0;
  gap: 1rem;
}
.site-main .error-404 > .inner > .content > nav .more {
  min-width: 10.3125rem;
}
@media (max-width: 1024px) {
  .site-main .error-404 {
    margin-top: -6.25rem;
    padding: 2.5rem 0;
    min-height: auto;
  }
  .site-main .error-404 > .inner {
    flex-direction: column;
    padding: 0 1.25rem;
    gap: 2.5rem;
  }
  .site-main .error-404 > .inner > .Image {
    flex: 0 0 auto;
    width: 100%;
  }
  .site-main .error-404 > .inner > .Image > img {
    width: 100%;
    height: 250px;
  }
  .site-main .error-404 > .inner > .Content {
    max-width: 100%;
  }
}

body.error404 .site-footer {
  display: none !important;
}

@media (max-width: 768px) {
  .page-content,
  .entry-content,
  .entry-summary {
    margin: 0;
  }
}
/* Popup */
.Snippet.Popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
.Snippet.Popup > .inner {
  position: relative;
  background: white;
  width: 46.6875rem;
  height: auto;
  min-height: 40.5rem;
  padding: 3.125rem;
  color: #505D38;
  border-radius: 0.25rem;
}
.Snippet.Popup > .inner > span.close {
  cursor: pointer;
  position: absolute;
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50%;
  background: #DE9833;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -3.75rem;
  right: -3.75rem;
}
.Snippet.Popup > .inner > span.close svg {
  width: 2.625rem;
  height: 2.625rem;
  transform: rotate(45deg);
  fill: white;
}
.Snippet.Popup > .inner > .Heading {
  text-align: center;
}
.Snippet.Popup > .inner > .Heading .h1 {
  font-size: 3.125rem;
  line-height: 110%;
  font-weight: 600;
  letter-spacing: -1.74px;
}
@media (max-width: 768px) {
  .Snippet.Popup > .inner > .Heading .h1 {
    font-size: 2rem;
    line-height: 110%;
    font-weight: 600;
    letter-spacing: -0.96px;
  }
}
.Snippet.Popup > .inner > .Heading .Intro {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.Snippet.Popup > .inner .Content {
  color: #F0F6E6;
  font-size: 1.0625rem;
}
.Snippet.Popup > .inner .Content h3 {
  color: #505D38;
}
.Snippet.Popup > .inner .Content ul {
  margin: 0;
  padding: 0 0 0 1.25em;
  line-height: 1.9;
  list-style: none;
}
.Snippet.Popup > .inner .Content ul li {
  position: relative;
}
.Snippet.Popup > .inner .Content ul li::before {
  content: "•";
  position: absolute;
  left: -1.25em;
}
.Snippet.Popup.hidden {
  display: none;
}
.Snippet.Popup.visible {
  display: flex;
}

.pagination {
  margin: 0.9375rem auto;
  padding-bottom: 1.25rem;
  display: flex;
  gap: 0.625rem;
  justify-content: center;
}

.page-numbers {
  color: white;
  font-family: "Plus Jakarta Sans", helvetica, sans-serif;
  font-size: 1.125rem;
  text-decoration: none;
  width: 2.8125rem;
  height: 2.8125rem;
  background: #ADACAB;
  border-radius: 0.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.45s ease-out;
}
.page-numbers:hover {
  background: #394426;
  color: white;
}
.page-numbers.current {
  background: #394426;
}

/* Search */
.search-form {
  text-align: center;
  padding: 3.125rem;
  background: #F8FCF5;
  border-radius: 0.25rem;
}
.search-form > label {
  width: 80%;
  display: inline-block;
}
.search-form input {
  width: 100%;
  margin-top: 0.9375rem;
  border: 0;
  padding: 0.9375rem 0.9375rem;
  border-radius: 0.9375rem;
}
.search-form input[type=submit] {
  width: auto;
  margin-top: 0.625rem;
  cursor: pointer;
  background: #505D38;
  color: white;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 0.9375rem 1.25rem;
  transition: all 0.3s ease-in-out;
}
.search-form input[type=submit]:hover {
  background: #394426;
}

div.search-item h2 {
  margin: 0.625rem 0;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #EBF6DE;
}
div.search-item h2 a {
  color: #394426;
  font-size: 1.5rem;
  text-decoration: none;
}

.horizontal_outer {
  margin: 0 -15px;
  padding: 0 0 0 15px;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  /* !important is needed sometimes */
  /* Track */
  /* Handle */
}
.horizontal_outer .horizontal_inner {
  width: 100%;
  flex-wrap: nowrap;
  gap: 0;
}
.horizontal_outer .horizontal_inner .horizontal_item {
  display: inline-flex;
  padding-right: 8px;
}
.horizontal_outer .horizontal_inner .horizontal_item article {
  clear: none;
  zoom: 1;
  display: inline;
  vertical-align: top;
  white-space: normal;
  max-width: 70vw;
  margin-bottom: 5px;
}
.horizontal_outer .horizontal_inner .horizontal_item:last-child {
  padding-right: 15px;
}
.horizontal_outer::-webkit-scrollbar {
  display: none !important;
}
.horizontal_outer::-webkit-scrollbar-track {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  background: #F0F6E6;
  margin-left: 15px;
  margin-right: 15px;
}
.horizontal_outer::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  background: #505D38 !important;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5) !important;
}
.horizontal_outer::-webkit-scrollbar-thumb:window-inactive {
  background: #F0F6E6 !important;
}