@keyframes rotate{0%{transform:rotate(0deg)}50%{transform:rotate(90deg)}to{transform:rotate(0deg)}}@keyframes rotateOnce{0%{transform:rotate(-90deg)}50%{transform:rotate(0deg)}to{transform:rotate(90deg)}}@keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes fadeInUpShort{0%{transform:translateY(40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInUpShort{0%{transform:translateY(40px)}to{opacity:1;transform:translate(0)}}@-webkit-keyframes fadeInDownShort{0%{transform:translateY(-40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInDownShort{0%{transform:translateY(-40px)}to{opacity:1;transform:translate(0)}}@keyframes blinker{50%{opacity:0}}@keyframes pulse{0%{transform:scale(.9)}70%{transform:scale(1.2)}to{transform:scale(.9)}}@keyframes moveAndZoom{0%{transform:translateX(0) scale(1)}25%{transform:translateX(-1%) scale(1.02)}50%{transform:translateX(1%) scale(1.03)}75%{transform:translateX(-.5%) scale(1.01)}to{transform:translateX(0) scale(1)}}.animateFadeInLeft{animation:fadeInLeft 1s forwards;opacity:0}.animateFadeInRight{animation:fadeInRight 1s forwards;opacity:0}.animateFadeInUp{animation:fadeInUp 1s forwards;opacity:0}.animateFadeInUpShort{animation:fadeInUpShort 1s forwards;opacity:0}.animateFadeInDownShort{animation:fadeInDownShort 1s forwards;opacity:0}section.articles-section .content-container{padding:var(--inner-padding-small) var(--inner-padding-small) 0}@media only screen and (min-width:1024px){section.articles-section .content-container{padding:var(--inner-padding-small) var(--content-vpadding) 0}}@media only screen and (min-width:1408px){section.articles-section .content-container{padding:0}}section.articles-section img{transition:var(--transition-short)}section.articles-section a:active .read-more,section.articles-section a:focus .read-more,section.articles-section a:hover .read-more{color:var(--color1);text-decoration:underline;text-decoration-color:var(--color1);text-decoration-thickness:2px;text-underline-offset:6px}section.articles-section a:active .read-more:active,section.articles-section a:active .read-more:focus,section.articles-section a:active .read-more:hover,section.articles-section a:focus .read-more:active,section.articles-section a:focus .read-more:focus,section.articles-section a:focus .read-more:hover,section.articles-section a:hover .read-more:active,section.articles-section a:hover .read-more:focus,section.articles-section a:hover .read-more:hover{color:var(--color1)}section.articles-section a:active svg,section.articles-section a:focus svg,section.articles-section a:hover svg{filter:var(--color-filter)}section.articles-section a:active img,section.articles-section a:focus img,section.articles-section a:hover img{transform:scale(1.1)}section.articles-section picture{border-radius:20px;margin-bottom:var(--v-space-xl);overflow:hidden}section.articles-section .article{margin-bottom:var(--v-space-s)}section.articles-section .article h2{font-size:clamp(1.625rem,2.3472222222rem + -3.2098765432vw,1.625rem);line-height:calc(clamp(1.625rem, 2.3472222222rem + -3.2098765432vw, 1.625rem)*1.3)}section.articles-section .read-more{display:inline-block;text-decoration:underline;text-decoration-color:var(--color1);text-decoration-thickness:2px;text-underline-offset:6px;transition:var(--transition-short)}section.articles-section .read-more:active,section.articles-section .read-more:focus,section.articles-section .read-more:hover{color:var(--color1)}section.articles-section .article-date{margin-bottom:var(--v-space-m)}section.articles-section .wrapper-right{margin-bottom:var(--v-space-xl)}section.articles-section .slick-arrow{align-items:center;bottom:-70px;display:flex;height:44px;justify-content:center;width:44px}@media only screen and (min-width:768px){section.articles-section .slick-arrow{height:57px;width:57px}}@media only screen and (min-width:1024px){section.articles-section .slick-arrow{bottom:unset}}section.articles-section .slick-arrow svg{fill:var(--color1);height:22px;margin:0;width:25px}section.articles-section .slick-prev{box-shadow:0 -3px 6px 0 rgba(0,0,0,.16);cursor:pointer;left:0;transform:scale(-1)}@media only screen and (min-width:1024px){section.articles-section .slick-prev{left:-70px;transform:translateY(-50%) scale(-1)}}@media only screen and (min-width:1920px){section.articles-section .slick-prev{left:-100px}}section.articles-section .slick-next{box-shadow:0 3px 6px 0 rgba(0,0,0,.16);cursor:pointer;right:0}@media only screen and (min-width:1024px){section.articles-section .slick-next{right:-70px}}@media only screen and (min-width:1920px){section.articles-section .slick-next{right:-100px}}section.articles-section .more-link{text-align:center}section.articles-section .more-link a{background-color:var(--color1);border:2px solid var(--color1);border-radius:15px;color:var(--fff);display:inline-block;font-family:var(--font-heading);line-height:1;padding:13px 28px;text-transform:unset}section.articles-section .more-link a:active,section.articles-section .more-link a:focus,section.articles-section .more-link a:hover{background-color:var(--hoverColor);border-color:var(--hoverColor);color:var(--fff);text-decoration:none}section.articles-section .more-link a:after{display:none}section.articles-section .article-content:has(.image-placeholder) .image-wrapper{align-items:center;aspect-ratio:1.27/1;background-color:var(--color2);border-radius:20px;display:flex;justify-content:center;margin-bottom:var(--v-space-xl)}section.articles-section .article-content:has(.image-placeholder) img{border-radius:0;width:200px}section.articles-section .article-content>.wrapper-left{margin-bottom:var(--v-space-xl)}section.articles-section.slider-large .content-container{padding:0}section.articles-section.slider-large .slick-next,section.articles-section.slider-large .slick-prev{bottom:-85px}@media only screen and (min-width:1024px){section.articles-section.slider-large .slick-next,section.articles-section.slider-large .slick-prev{bottom:unset}}section.articles-section.slider-large .slick-next{left:unset}section.articles-section.slider-large .intro-container h2{color:var(--color1);font-size:clamp(2rem,1.7222222222rem + 1.2345679012vw,2.625rem);line-height:calc(clamp(2rem, 1.7222222222rem + 1.2345679012vw, 2.625rem)*1.0833)}section.articles-section.slider-large h2{color:var(--text-color);font-family:var(--font-heading);font-size:clamp(2.25rem,1.4722222222rem + 3.4567901235vw,4rem);line-height:calc(clamp(2.25rem, 1.4722222222rem + 3.4567901235vw, 4rem)*1.0833)}section.articles-section.slider-large .read-more a{color:var(--text-color)}section.articles-section.slider-large .slider-image{align-items:center;display:flex;justify-content:center;padding:0}section.articles-section.slider-large picture{margin-bottom:0}