.acf-block-accordion .accordion__icon:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1.4rem;height:.8rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M14 1.20595L7 8L0 1.20594L1.2425 0L7 5.58811L12.7575 0L14 1.20595Z' fill='%23FFFFFF'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain}@media only screen and (max-width: 834px){.acf-block-accordion .accordion__icon:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M14 1.20595L7 8L0 1.20594L1.2425 0L7 5.58811L12.7575 0L14 1.20595Z' fill='%23000000'/%3E%3C/svg%3E")}}.acf-block-audio{padding-top:var(--padding-top);padding-bottom:var(--padding-bottom)}@media only screen and (max-width: 834px){.acf-block-audio{padding-top:var(--padding-top-mobile);padding-bottom:var(--padding-bottom-mobile)}}.acf-block-audio__wrapper{padding-top:14rem;padding-bottom:14rem;background-color:var(--background-color, #8DFDBA);border-radius:4rem}@media only screen and (max-width: 834px){.acf-block-audio__wrapper{padding-top:4rem;padding-bottom:4rem;border-radius:2rem}}.acf-block-audio__title{font-size:3.7rem;line-height:4.4rem;color:var(--title-color, #000);margin-bottom:4rem}@media only screen and (max-width: 834px){.acf-block-audio__title{font-size:2.4rem;line-height:2.9rem;margin-bottom:2rem}}.acf-block-audio__list{display:flex;flex-direction:column;gap:2rem}.acf-block-audio__player{border-radius:2rem;display:flex;padding:4rem;gap:4rem;align-items:center;position:relative;background-color:#fff}@media only screen and (max-width: 834px){.acf-block-audio__player{padding:2rem;gap:2rem}}.acf-block-audio__player.is-playing .acf-block-audio__player-btn{background:var(--title-color, #000)}.acf-block-audio__player.is-playing .acf-block-audio__player-mute svg{fill:var(--title-color, #000)}.acf-block-audio__player.is-playing .acf-block-audio__player-mute.is-muted svg{fill:#999}.acf-block-audio__player-audio{display:none}.acf-block-audio__player-cover{width:13rem;height:13rem;border-radius:1.5rem;object-fit:cover;flex-shrink:0;overflow:hidden}@media only screen and (max-width: 834px){.acf-block-audio__player-cover{width:8rem;height:8rem}}.acf-block-audio__player-equalizer{position:absolute;top:0;right:0;bottom:0;left:0;display:none;align-items:center;justify-content:center;gap:.4rem;background:#0006}.acf-block-audio__player-equalizer span{display:block;width:.3rem;border-radius:.15rem;background:#fff;transform-origin:center;animation:equalizer 1.2s ease-in-out infinite}.acf-block-audio__player-equalizer span:nth-child(1){height:.6rem;animation-delay:0s}.acf-block-audio__player-equalizer span:nth-child(2){height:1.2rem;animation-delay:.3s}.acf-block-audio__player-equalizer span:nth-child(3){height:1.8rem;animation-delay:.1s}.acf-block-audio__player-equalizer span:nth-child(4){height:2.6rem;animation-delay:.4s}.acf-block-audio__player-equalizer span:nth-child(5){height:2.6rem;animation-delay:.2s}.acf-block-audio__player-equalizer span:nth-child(6){height:1.8rem;animation-delay:.5s}.acf-block-audio__player-equalizer span:nth-child(7){height:1.2rem;animation-delay:.15s}.acf-block-audio__player-equalizer span:nth-child(8){height:.6rem;animation-delay:.35s}@keyframes equalizer{0%,to{transform:scaleY(1)}50%{transform:scaleY(.25)}}.acf-block-audio__player.is-playing .acf-block-audio__player-cover .acf-block-audio__player-equalizer{display:flex}.acf-block-audio__player-img{width:100%;height:100%;object-fit:cover;display:block}.acf-block-audio__player-info{width:100%;display:flex;flex-direction:column;justify-content:space-between;gap:1.2rem;align-self:stretch}@media only screen and (max-width: 834px){.acf-block-audio__player-info{justify-content:flex-start}}.acf-block-audio__player-meta{display:flex;align-items:center;justify-content:space-between;gap:0 2rem;flex-wrap:wrap}.acf-block-audio__player-title{font-family:Parkinsans,sans-serif;font-weight:500;font-size:2.4rem;line-height:2.8rem;color:var(--title-color, #000)}@media only screen and (max-width: 834px){.acf-block-audio__player-title{font-size:1.4rem;line-height:1.6rem}}.acf-block-audio__player-artist{color:var(--title-color, #000)}@media only screen and (max-width: 834px){.acf-block-audio__player-artist{font-size:1rem;line-height:1.5rem}}.acf-block-audio__player-controls{display:flex;align-items:center;gap:1.2rem;margin-bottom:4rem}@media only screen and (max-width: 834px){.acf-block-audio__player-controls{margin-bottom:0}}.acf-block-audio__player-btn{background:#999;color:#fff;border:none;border-radius:50%;width:4rem;height:4rem;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:.3s ease}@media only screen and (max-width: 834px){.acf-block-audio__player-btn{width:3rem;height:3rem}}.acf-block-audio__player-btn:hover{background:#000}.acf-block-audio__player-btn-icon{fill:#fff;width:2.4rem;height:2.4rem;flex-shrink:0}@media only screen and (max-width: 834px){.acf-block-audio__player-btn-icon{width:1.8rem;height:1.8rem}}.acf-block-audio__player-btn-icon--pause,.acf-block-audio__player.is-playing .acf-block-audio__player-btn-icon--play{display:none}.acf-block-audio__player.is-playing .acf-block-audio__player-btn-icon--pause{display:block}.acf-block-audio__player-progress{flex:1;height:.4rem;background:#0003;border-radius:.2rem;cursor:pointer;position:relative}.acf-block-audio__player-bar{height:100%;width:0;background:var(--title-color, #000);border-radius:.2rem;position:relative;transition:width .1s linear}.acf-block-audio__player-bar:after{content:"";position:absolute;right:-.6rem;top:50%;transform:translateY(-50%);width:1.2rem;height:1.2rem;background:var(--title-color, #000);border-radius:50%}.acf-block-audio__player-additional{position:absolute;display:flex;right:0;bottom:-3rem;gap:2rem}@media only screen and (max-width: 834px){.acf-block-audio__player-additional{bottom:-1rem}}.acf-block-audio__player-time{font-weight:700;white-space:nowrap;color:var(--title-color, #999)}.acf-block-audio__player-time--playing{color:#000}@media only screen and (max-width: 834px){.acf-block-audio__player-time{font-size:.8rem}}.acf-block-audio__player-mute{background:none;border:none;cursor:pointer;font-size:1.6rem;line-height:1;padding:0;flex-shrink:0}.acf-block-audio__player-mute svg{fill:var(--title-color, #999)}.acf-block-audio__player-mute.is-muted svg{fill:#000}.card-section{position:relative;width:100%;background:transparent}.card-section.is-cards-pinned .card-copy:before,.card-section.is-cards-pinned .card-copy:after{opacity:1}.card-shell{width:100%;padding-inline:0;box-sizing:border-box;transform:translateZ(0);backface-visibility:hidden}.card-copy{position:relative;display:flex;flex-direction:column;justify-content:space-between;width:100%;padding-block:10rem;overflow:hidden;box-sizing:border-box;transform:translateZ(0);backface-visibility:hidden}.card-copy:before,.card-copy:after{content:"";position:absolute;left:0;right:0;height:5rem;z-index:200;pointer-events:none;opacity:0;transition:opacity 1.5s linear}.card-copy:before{top:0;background:linear-gradient(to bottom,#fff,#fff0)}.card-copy:after{bottom:0;background:linear-gradient(to top,#fff,#fff0)}@media only screen and (max-width: 834px){.card-copy{gap:0;padding-block:10rem}}.card-copy__main{display:flex;align-items:center;justify-content:center;gap:8rem;z-index:2}@media only screen and (max-width: 1100px){.card-copy__main{flex-direction:column;gap:4rem}}.card-container{position:relative;width:57.4rem;height:34.6rem;transform:translateZ(0);backface-visibility:hidden}@media only screen and (max-width: 834px){.card-container{width:30rem;height:17.5rem}}.card-copy__left,.card-copy__right{font-family:Parkinsans,sans-serif;font-size:5rem;font-weight:500;line-height:1;color:var(--title-color, #000);visibility:visible;will-change:transform;transform:translateZ(0);backface-visibility:hidden}@media only screen and (max-width: 834px){.card-copy__left,.card-copy__right{font-size:2.9rem}}.card{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;width:100%;height:100%;overflow:hidden;border-radius:2rem;padding:4rem;display:flex;align-items:center;justify-content:flex-start;background:var(--card-background-color, #FF7979);will-change:transform,opacity;backface-visibility:hidden}@media only screen and (max-width: 834px){.card{padding-inline:3rem;padding-block:2rem;border-radius:1rem}}.content{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:100%;height:100%}.content h3{font-size:16rem;font-weight:500;line-height:1;color:var(--title-color, #000);margin:0}@media only screen and (max-width: 834px){.content h3{font-size:6.4rem}}.content p{font-size:2rem;font-weight:400;line-height:1.4;color:var(--description-color, #000);margin:0}@media only screen and (max-width: 834px){.content p{font-size:1.1rem;width:100%;max-width:18rem}}.card-section__button{margin:4rem auto 0;color:var(--button-color, #fff);background-color:var(--button-background-color, #000)}@media only screen and (max-width: 834px){.card-section__button{min-width:28rem;margin:2.5rem auto 0}}.card-section__button:hover{opacity:.8}.case-item__player-cover:after{z-index:3;content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);display:block;width:100%;aspect-ratio:5/3;mix-blend-mode:screen;background:transparent url(../../images/audio.gif) center/contain no-repeat;opacity:0;transition:.3s ease}.cases-slider,.cases-slider__stack{position:relative}@media only screen and (max-width: 1024px){.cases-slider__stack{display:contents}}@media only screen and (max-width: 1024px){.cases-slider{padding-top:var(--padding-top, 5rem);padding-bottom:var(--padding-bottom);margin:0;gap:2rem;display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;padding-right:2rem;scroll-padding-left:2rem}.cases-slider:before{content:"";flex:0 0 .01rem}.cases-slider::-webkit-scrollbar{display:none}.cases-slider .pin-spacer{display:contents!important}}@media only screen and (max-width: 834px){.cases-slider{padding-top:var(--padding-top-mobile, 10rem);padding-bottom:var(--padding-bottom-mobile)}}.cases-slider .cases{position:sticky;top:0;transform-origin:top center;will-change:auto;max-width:162.8rem;background-color:var(--case-background, #FF7979);border-radius:4rem;padding:min(5rem,(100svh - 50rem) / 2) 0;margin:0 auto;height:calc(100vh - 100px);display:grid;align-items:center;overflow:hidden}@media only screen and (max-width: 1024px){.cases-slider .cases{padding:8rem 5rem;height:fit-content;margin:0;position:static;transform:none!important;will-change:auto;flex:0 0 calc(100vw - 25rem)}}@media only screen and (max-width: 576px){.cases-slider .cases{border-radius:2rem;padding:2rem 2rem 4rem;flex:0 0 calc(100vw - 6rem)}}@media only screen and (max-width: 1024px){.cases-slider .cases__list{height:100%}}.cases-slider .cases__card{max-width:158.8rem;padding:0 3rem;width:100%;margin:0 auto;position:relative;display:flex;align-items:center;justify-content:center;gap:12.4rem}@media only screen and (max-width: 1024px){.cases-slider .cases__card{gap:6rem;padding:0;display:grid;grid-template-columns:1fr 1fr}}@media only screen and (max-width: 834px){.cases-slider .cases__card{gap:2rem;grid-template-columns:1fr}}.cases-slider .cases__card-media{position:relative;flex:1 1 60rem;max-width:60rem;height:60rem}@media only screen and (max-width: 1024px){.cases-slider .cases__card-media{order:2;width:100%;height:23rem;flex:initial;margin-top:1rem}}@media only screen and (max-width: 576px){.cases-slider .cases__card-media{height:16rem}}.cases-slider .cases__card-media img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;border-radius:2rem}@media only screen and (max-width: 1024px){.cases-slider .cases__card-media img{border-radius:1rem}}.cases-slider .cases__card-label{color:var(--label-color, #000);transform:rotate(-5deg);padding:1.5rem;background-color:var(--label-background, #fff);border-radius:1rem;display:block;max-width:fit-content;right:4rem;top:-2rem}@media only screen and (max-width: 1024px){.cases-slider .cases__card-label{right:1rem;padding:1rem}}.cases-slider .cases__card-content{flex:1;max-width:56.4rem}@media only screen and (max-width: 1024px){.cases-slider .cases__card-content{order:1}}.cases-slider .cases__card-from{color:var(--text-color, #000)}.cases-slider .cases__card-title{color:var(--text-color, #000);margin-bottom:2rem}@media only screen and (max-width: 1024px){.cases-slider .cases__card-title{font-size:3.5rem}}.cases-slider .cases__card-tags{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:4rem}@media only screen and (max-width: 1024px){.cases-slider .cases__card-tags{gap:.5rem;margin-bottom:2rem}}.cases-slider .cases__card-tag{font-size:1.2rem;letter-spacing:-.02rem;color:var(--tags-color, #000);border:.1rem solid var(--tags-color, #000);background:var(--background-tags-color, transparent);padding:.5rem 1rem;border-radius:2rem}@media only screen and (max-width: 1024px){.cases-slider .cases__card-tag{font-size:1rem;line-height:150%;padding:.5rem 1rem}}.cases-slider .cases__card-stats{display:flex;gap:4rem;margin-bottom:2rem}@media only screen and (max-width: 1024px){.cases-slider .cases__card-stats{gap:1.3rem}}.cases-slider .cases__card-stat{display:flex;flex-direction:column;gap:.5rem}.cases-slider .cases__card-stat-number{color:var(--text-color, #000)}@media only screen and (max-width: 1024px){.cases-slider .cases__card-stat-number{font-size:4.1rem}}.cases-slider .cases__card-stat-label{color:var(--text-color, #000)}.cases-slider .cases__card-description{color:var(--text-color, #000);margin-bottom:4rem}@media only screen and (max-width: 834px){.cases-slider .cases__card-description{margin-bottom:0}}.cases-slider .cases .cases__card-btn{color:var(--button-color, #fff);background-color:var(--button-background, #000);max-width:56.4rem;width:100%}.cases-slider .cases .cases__card-btn:hover{opacity:.8}@media only screen and (max-width: 834px){.cases-slider .cases .cases__card-btn{display:none}}.cases-slider .cases .cases__card-btn--mobile{display:none}@media only screen and (max-width: 834px){.cases-slider .cases .cases__card-btn--mobile{order:3;width:100%;display:inline-flex}}@media only screen and (min-width: 1025px){.cases-slider.is-cases-stacked .cases-slider__stack{height:100vh;overflow:hidden;width:100%;position:relative}.cases-slider.is-cases-stacked .cases{position:absolute!important;top:5rem;left:0;right:0;width:100%;height:calc(100vh - 10rem);margin:0 auto;padding:0;transform-origin:unset!important}}.case-item{background-color:var(--case-background, #FF7979);color:var(--text-color, #000);display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;overflow-x:auto;-webkit-overflow-scrolling:touch}.case-item::-webkit-scrollbar{display:none}.case-item.is-open{display:block;animation:case-popup-in .45s cubic-bezier(.22,1,.36,1) backwards}@media only screen and (max-width: 576px){.case-item.is-open{animation:case-popup-fade-in .35s ease both}}.case-item.is-static{display:block;position:relative;min-height:100vh;z-index:1}.case-item.is-static.is-open{animation:none}.case-item.is-closing{display:block;animation:case-popup-out .35s cubic-bezier(.22,1,.36,1) forwards}@media only screen and (max-width: 576px){.case-item.is-closing{animation:case-popup-fade-out .3s ease forwards}}@keyframes case-popup-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes case-popup-out{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes case-popup-fade-in{0%{opacity:0}to{opacity:1}}@keyframes case-popup-fade-out{0%{opacity:1}to{opacity:0}}.case-item__close{position:fixed;top:0;right:0;z-index:1001;padding:2rem 2rem 2rem 3rem;display:flex;align-items:center;justify-content:center;gap:1rem;border:none;border-bottom-left-radius:2rem;cursor:pointer;background-color:#fff;color:#000;transition:.3s ease}.case-item__close:hover,.case-item__close:focus{opacity:.8}@media only screen and (max-width: 834px){.case-item__close{top:2rem;right:2rem;border-radius:3.25rem;padding:1rem}}.case-item__close svg{width:3.4rem;height:3.4rem;flex-shrink:0;color:inherit}@media only screen and (max-width: 834px){.case-item__close svg{width:2rem;height:2rem}}.case-item__close__text{color:inherit}@media only screen and (max-width: 834px){.case-item__close__text{display:none}}.case-item__track{display:flex;align-items:stretch;height:auto;padding:0 3rem 0 20rem}@media only screen and (max-width: 1024px){.case-item__track{padding-left:10rem}}@media only screen and (max-width: 834px){.case-item__track{align-items:flex-start;padding:15rem 2rem 2rem}}.case-item__wrapper{display:flex;align-items:stretch;min-width:max-content;height:100vh}@media only screen and (max-width: 834px){.case-item__wrapper{flex-direction:column;min-width:unset;width:100%}}.case-item__vars{display:flex;align-items:center;padding-right:20rem}@media only screen and (max-width: 1024px){.case-item__vars{padding-right:10rem}}@media only screen and (max-width: 834px){.case-item__vars{padding-right:0;padding-bottom:5rem}}.case-item__vars--contact,.case-item__vars:last-child{padding-right:0}@media only screen and (max-width: 1024px){.case-item__vars--contact,.case-item__vars:last-child{padding-right:0;padding-bottom:0}}.case-item__panel{flex-shrink:0;padding:3rem 0;max-height:803px;height:100%;overflow-y:auto}.case-item__panel--contact{padding:0;flex-shrink:unset}.case-item__panel--photo{overflow-y:unset}.case-item__panel::-webkit-scrollbar{width:.6rem;height:.6rem}.case-item__panel::-webkit-scrollbar-track{background:transparent}.case-item__panel::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb-color, #000);border-radius:0}.case-item__panel::-webkit-scrollbar-corner{background:transparent}@media only screen and (max-width: 834px){.case-item__panel{padding:0;width:100%;max-height:fit-content;height:fit-content}}.case-item__social-handle{display:inline-flex;align-items:center;gap:.6rem;text-decoration:none;color:inherit;font-size:1.4rem}.case-item__social-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.case-item__social-img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:1.2rem}.case-item__heading{font-family:Parkinsans,sans-serif;font-weight:500;font-size:3.7rem;line-height:4.4rem;color:#000}@media only screen and (max-width: 834px){.case-item__heading{font-size:2.4rem;line-height:2.9rem}}.case-item__text{color:#000}.case-item__scrollbar{position:fixed;bottom:0;left:0;width:100%;height:1rem;background-color:transparent;z-index:1002;cursor:grab}@media only screen and (max-width: 834px){.case-item__scrollbar{display:none}}@media only screen and (max-width: 576px){.case-item__scrollbar{display:block;cursor:default;background:transparent;height:.5rem}.case-item__scrollbar:active{cursor:default}}.case-item__scrollbar:active{cursor:grabbing}.case-item__scrollbar-thumb{display:block;height:100%;width:0;background-color:var(--scrollbar-thumb-color, #000);border-radius:0;transition:width .05s linear;cursor:grab}.case-item__scrollbar-thumb:active{cursor:grabbing}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox input:after{background-color:#000;width:1.3rem;height:1rem;top:50%;left:50%;transform:translate(-50%) scale(0);transition:transform ease-in-out .2s;background:none;background-image:url(../../images/icons/check.svg);border:none}.acf-block-video{padding-top:var(--padding-top, 20rem);padding-bottom:var(--padding-bottom, 20rem)}@media only screen and (max-width: 834px){.acf-block-video{padding-top:var(--padding-top-mobile, 10rem);padding-bottom:var(--padding-bottom-mobile, 10rem)}}.acf-block-video__title{font-family:Parkinsans,sans-serif;font-style:normal;font-weight:500;font-size:3.7rem;line-height:4.4rem;color:var(--title-color, #000);margin-bottom:4rem}@media only screen and (max-width: 834px){.acf-block-video__title{font-size:2.4rem;line-height:2.9rem;margin-bottom:2rem}}.acf-block-video .video-container{max-width:156.8rem;margin:0 auto}.acf-block-video__grid{display:flex;gap:2rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;padding-right:2rem;scroll-padding-left:2rem;cursor:grab;-webkit-user-select:none;user-select:none}.acf-block-video__grid:before{content:"";flex:0 0 .01rem}.acf-block-video__grid::-webkit-scrollbar{display:none}.acf-block-video__item{flex-shrink:0;display:flex;flex-direction:column;gap:1.5rem}.acf-block-video__item:not(:last-child){margin-right:2rem}@media only screen and (max-width: 834px){.acf-block-video__item:not(:last-child){margin-right:0}}.acf-block-video__media{position:relative;width:35.2rem;aspect-ratio:9/16;border-radius:2rem;overflow:hidden;background-color:#00000014;cursor:auto}@media only screen and (max-width: 834px){.acf-block-video__media{width:32rem}}.acf-block-video__yt-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;background:none;border:none;cursor:pointer}.acf-block-video__yt-placeholder img{display:block;width:100%;height:100%;object-fit:cover}.acf-block-video__link{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background-color:#00000014;text-decoration:none}.acf-block-video__file-wrapper{position:absolute;top:0;right:0;bottom:0;left:0}.acf-block-video__file{display:block;width:100%;height:100%;object-fit:cover}.acf-block-video__file-play{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:none;border:none;padding:0;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.acf-block-video__play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.acf-block-video__play svg{width:5rem;height:5rem;filter:drop-shadow(0 2px 8px rgba(0,0,0,.4));transition:transform .2s ease}.acf-block-video__yt-placeholder:hover .acf-block-video__play svg,.acf-block-video__file-play:hover .acf-block-video__play svg{transform:scale(1.1)}.acf-block-video__yt-preview{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:none;pointer-events:none}.acf-block-video__info{display:flex;flex-direction:column;gap:.4rem}.acf-block-video__item-title{font-family:Parkinsans,sans-serif;font-style:normal;font-weight:500;font-size:1.8rem;line-height:2.2rem;color:var(--title-color, #000)}.acf-block-video__subtitle{font-family:Manrope,sans-serif;font-style:normal;font-weight:400;font-size:1.4rem;line-height:2rem;color:var(--title-color, #000);opacity:.7}.case-item__player-cover:after{z-index:3;content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);display:block;width:100%;aspect-ratio:5/3;mix-blend-mode:screen;background:transparent url(../../images/audio.gif) center/contain no-repeat;opacity:0;transition:.3s ease}.case-item__panel--article{max-width:80rem}@media (min-width: 1440px) and (min-height: 1000px){.case-item__panel--article{margin-top:0}}@media only screen and (max-width: 834px){.case-item__panel--article{max-width:100%}}@media only screen and (max-width: 834px){.case-item__panel--article-scroll{height:auto}}.case-item__article-media{position:relative;width:38rem;height:38rem;border-radius:2rem;overflow:hidden;margin-bottom:4rem}@media only screen and (max-width: 834px){.case-item__article-media{width:35rem;height:35rem;max-width:100%}}@media only screen and (max-width: 576px){.case-item__article-media{width:100%}}.case-item__article-img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}.case-item__article-heading{font-size:3.7rem;line-height:4.4rem;color:var(--text-color, #000);margin-bottom:2rem}@media only screen and (max-width: 834px){.case-item__article-heading{font-size:2.4rem;line-height:2.9rem}}.case-item__article-text,.case-item__article-text p{color:var(--text-color, #000)}.case-item__vars:has(.case-item__panel--contact){padding:0;width:80rem;border-right:.1rem solid var(--text-color, #000)!important;border-left:.1rem solid var(--text-color, #000)!important}@media only screen and (max-width: 1024px){.case-item__vars:has(.case-item__panel--contact){width:60rem}}@media only screen and (max-width: 834px){.case-item__vars:has(.case-item__panel--contact){width:calc(100% + 40px);margin-left:-20px;margin-right:-20px;border-right:0!important;border-left:0!important;border-top:.1rem solid var(--text-color, #000)!important;border-bottom:.1rem solid var(--text-color, #000)!important}}.case-item__panel--contact.case-item__panel{max-height:unset}.case-item__contact-inner{display:grid;grid-template-rows:repeat(2,1fr);height:100%;align-self:center;flex-direction:column}.case-item__contact{border-bottom:1px solid var(--text-color, #000)}.case-item__contact,.case-item__company{padding:5rem 20rem;height:100%;display:flex;flex-direction:column;justify-content:center}@media only screen and (max-width: 1024px){.case-item__contact,.case-item__company{padding:5rem 10rem}}@media only screen and (max-width: 834px){.case-item__contact,.case-item__company{padding:6rem 2rem}}.case-item__contact h1,.case-item__contact h2,.case-item__contact h3,.case-item__contact h4,.case-item__contact h5,.case-item__contact p,.case-item__contact span,.case-item__contact a,.case-item__contact li,.case-item__contact ul,.case-item__company h1,.case-item__company h2,.case-item__company h3,.case-item__company h4,.case-item__company h5,.case-item__company p,.case-item__company span,.case-item__company a,.case-item__company li,.case-item__company ul{color:var(--text-color, #000);margin-bottom:1rem}.case-item__contact h1:last-child,.case-item__contact h2:last-child,.case-item__contact h3:last-child,.case-item__contact h4:last-child,.case-item__contact h5:last-child,.case-item__contact p:last-child,.case-item__contact span:last-child,.case-item__contact a:last-child,.case-item__contact li:last-child,.case-item__contact ul:last-child,.case-item__company h1:last-child,.case-item__company h2:last-child,.case-item__company h3:last-child,.case-item__company h4:last-child,.case-item__company h5:last-child,.case-item__company p:last-child,.case-item__company span:last-child,.case-item__company a:last-child,.case-item__company li:last-child,.case-item__company ul:last-child{margin-bottom:0}.case-item__contact h1,.case-item__contact h2,.case-item__contact h3,.case-item__contact h4,.case-item__contact h5,.case-item__company h1,.case-item__company h2,.case-item__company h3,.case-item__company h4,.case-item__company h5{margin-bottom:2rem}.case-item__contact a,.case-item__company a{font-weight:inherit}.case-item__panel--intro{max-width:80rem}@media only screen and (max-width: 834px){.case-item__panel--intro{max-width:100%}}@media (min-width: 1440px) and (min-height: 1000px){.case-item__panel--intro-scroll{display:flex;flex-direction:column;justify-content:center}}@media only screen and (max-width: 834px){.case-item__panel--intro-scroll{height:auto}}.case-item__label{color:var(--text-color, #000)}.case-item__title{font-size:6.7rem;line-height:8rem;color:var(--text-color, #000);margin-bottom:2rem}@media only screen and (max-width: 834px){.case-item__title{font-size:3.5rem;line-height:4.2rem}}.case-item__tags{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:6rem}@media only screen and (max-width: 834px){.case-item__tags{margin-bottom:3rem}}.case-item__tag{font-size:1.2rem;display:flex;align-items:center;text-align:center;letter-spacing:-.024rem;color:var(--tags-color, #000);padding:.8rem 1rem;border:1px solid var(--tags-color, #000);background:var(--background-tags-color, transparent);border-radius:2rem}.case-item__description{font-family:Parkinsans,sans-serif;font-weight:500;font-size:3.7rem;line-height:4.4rem;color:var(--text-color, #000);margin-bottom:2rem}@media only screen and (max-width: 834px){.case-item__description{font-size:2.4rem;line-height:2.9rem;margin-bottom:5rem}}.case-item__small{color:var(--text-color, #000);margin-bottom:4.4rem}@media only screen and (max-width: 834px){.case-item__small{margin-bottom:5rem}}.case-item__stats{gap:4rem;display:flex;flex-wrap:wrap}@media only screen and (max-width: 834px){.case-item__stats{gap:2rem}}.case-item__stat{display:flex;flex-direction:column;max-width:25rem}@media only screen and (max-width: 834px){.case-item__stat{align-items:flex-start;max-width:10rem}}.case-item__stat-number{font-family:Parkinsans,sans-serif;font-size:9.6rem;line-height:9.6rem;letter-spacing:-.02rem;font-weight:500;color:var(--stats-color, #000)}@media only screen and (max-width: 834px){.case-item__stat-number{font-size:4.1rem;line-height:4.9rem}}.case-item__stat-label{line-height:2.4rem;color:var(--text-color, #000)}@media only screen and (max-width: 834px){.case-item__stat-label{text-align:start}}.case-item__vars:has(.case-item__panel--logo){padding:0 10rem}@media only screen and (max-width: 834px){.case-item__vars:has(.case-item__panel--logo){padding:2rem 0}}.case-item__panel--logo{max-height:90.8rem;display:flex;align-items:center}@media only screen and (max-width: 834px){.case-item__panel--logo{padding:0;width:100%}}.case-item__panel--logo .case-item__logo{height:100%}@media only screen and (max-width: 834px){.case-item__panel--logo .case-item__logo{display:none}}.case-item__panel--logo .case-item__logo img{width:auto;height:100%}.case-item__panel--logo .case-item__logo--mobile{display:none}@media only screen and (max-width: 834px){.case-item__panel--logo .case-item__logo--mobile{display:block;width:100%}.case-item__panel--logo .case-item__logo--mobile img{width:100%}}.case-item__panel--numbers{max-width:20rem}@media only screen and (max-width: 834px){.case-item__panel--numbers{max-width:100%;width:100%}}.case-item__numbers{text-align:center;display:flex;flex-direction:column;align-items:center;gap:4rem}@media only screen and (max-width: 834px){.case-item__numbers{gap:2rem;flex-direction:row;align-items:flex-start;flex-wrap:wrap}}.case-item__numbers .case-item__stat-number{color:var(--stats-color, #000)}.case-item__numbers .case-item__stat-label{color:var(--text-color, #000)}.case-item__panel--partnership{max-width:80rem}@media only screen and (max-width: 834px){.case-item__panel--partnership{max-width:100%}}.case-item__partnership-heading{font-size:3.7rem;line-height:4.4rem;color:var(--text-color, #000);margin-bottom:2rem}@media only screen and (max-width: 834px){.case-item__partnership-heading{font-size:2.4rem;line-height:2.9rem}}.case-item__partnership-text,.case-item__partnership-text p{color:var(--text-color, #000)}.case-item__partnership-text{display:flex;flex-direction:column;gap:2rem}.case-item__player{border-radius:2rem;border:.1rem solid var(--text-color, #000);display:flex;padding:3.8rem 4rem;gap:4rem;position:relative;margin-bottom:4rem}@media only screen and (max-width: 834px){.case-item__player{margin-bottom:5rem;padding:2rem;gap:1rem;align-items:flex-start;border-radius:1rem}}.case-item__player-audio{display:none}.case-item__player-meta{display:flex;align-items:center;justify-content:space-between;gap:0 2rem;flex-wrap:wrap;margin-bottom:2rem}@media only screen and (max-width: 834px){.case-item__player-meta{flex-direction:column;align-items:flex-start;gap:0;margin-bottom:.7rem}}.case-item__player-title{font-family:Parkinsans,sans-serif;font-style:normal;font-weight:500;font-size:2.4rem;line-height:2.8rem;color:var(--text-color, #000)}@media only screen and (max-width: 834px){.case-item__player-title{font-size:1.4rem;line-height:1.6rem}}.case-item__player-example{font-family:Manrope,sans-serif;font-size:1.6rem;color:var(--text-color, #000);opacity:.7}@media only screen and (max-width: 834px){.case-item__player-example{font-size:1rem}}.case-item__player-btn-icon{width:2.4rem;height:2.4rem;flex-shrink:0;fill:var(--text-color, #000);filter:invert(100%)}@media only screen and (max-width: 834px){.case-item__player-btn-icon{width:1.8rem;height:1.8rem}}.case-item__player-btn-icon--pause,.case-item__player.is-playing .case-item__player-btn-icon--play{display:none}.case-item__player.is-playing .case-item__player-btn-icon--pause{display:block}.case-item__player.is-playing .case-item__player-cover:after,.case-item__player.is-playing .case-item__player-cover:before{opacity:1}.case-item__player-controls{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}@media only screen and (max-width: 834px){.case-item__player-controls{gap:.5rem 1rem}}.case-item__player-cover{width:13rem;height:13rem;border-radius:1.5rem;object-fit:cover;flex-shrink:0;overflow:hidden}@media only screen and (max-width: 834px){.case-item__player-cover{width:8rem;height:8rem}}.case-item__player-cover:before{z-index:2;content:"";position:absolute;top:0;right:0;bottom:0;left:0;display:block;background:#0003;opacity:0;transition:.3s ease}.case-item__player-cover:after{z-index:3;content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);display:block;width:100%;aspect-ratio:5/3;mix-blend-mode:screen;background:transparent url(../../images/audio.gif) center/contain no-repeat;opacity:0;transition:.3s ease}.case-item__player-img{position:absolute;left:0;right:0;height:100%;width:100%;object-fit:cover}@media only screen and (max-width: 576px){.case-item__player-img{position:absolute;left:0;right:0;height:100%;width:100%;object-fit:cover}}.case-item__player-info{width:100%;padding-top:.7rem}@media only screen and (max-width: 834px){.case-item__player-info{padding-top:0}}.case-item__player-additional{display:flex;gap:1rem;width:100%;justify-content:flex-end}@media only screen and (max-width: 834px){.case-item__player-additional{gap:.5rem}}.case-item__player-btn{background:var(--text-color, #000);border:none;border-radius:50%;width:4rem;height:4rem;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media only screen and (max-width: 834px){.case-item__player-btn{width:3rem;height:3rem}}.case-item__player-progress{flex:1;height:.5rem;background:color-mix(in srgb,var(--text-color, #000) 20%,transparent);border-radius:.2rem;cursor:pointer;position:relative}@media only screen and (max-width: 834px){.case-item__player-progress{height:.3rem}}.case-item__player-bar{height:100%;width:0;background:var(--text-color, #000);border-radius:.2rem;position:relative;transition:width .1s linear}.case-item__player-bar:after{content:"";position:absolute;right:-.6rem;top:50%;transform:translateY(-50%);width:1.3rem;height:1.3rem;background:var(--text-color, #000);border-radius:50%}@media only screen and (max-width: 834px){.case-item__player-bar:after{width:1.1rem;height:1.1rem}}.case-item__player-time{white-space:nowrap;color:var(--text-color, #000)}.case-item__player-time span{color:inherit}.case-item__player-time .-all{opacity:40%}@media only screen and (max-width: 834px){.case-item__player-time,.case-item__player-time span{font-size:.8rem}}.case-item__player-mute{background:none;border:none;cursor:pointer;line-height:1;padding:0;flex-shrink:0}.case-item__player-mute svg{fill:var(--text-color, #000);width:1.4rem;height:1.4rem}@media only screen and (max-width: 834px){.case-item__player-mute svg{width:1.2rem;height:1.2rem}}.case-item__panel--photo{max-width:120rem}@media (min-width: 1440px) and (min-height: 1000px){.case-item__panel--photo{height:100vh;display:flex;margin:0}}@media only screen and (max-width: 834px){.case-item__panel--photo{width:100%;max-width:100%}}.case-item__photo-card{position:relative;width:80vw;max-width:120rem;height:100%;max-height:67.5rem}@media only screen and (max-width: 834px){.case-item__photo-card{height:30rem;max-height:30rem;max-width:100%;width:100%}}@media only screen and (max-width: 576px){.case-item__photo-card{height:19.7rem;max-height:19.7rem}}.case-item__photo-img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;border-radius:4rem}@media only screen and (max-width: 834px){.case-item__photo-img{position:static;display:block;border-radius:2rem}}.case-item__yt-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer}.case-item__yt-placeholder img{width:100%;height:100%;object-fit:cover}.case-item__yt-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:none;border:none;cursor:pointer;padding:0;transition:transform .2s ease}.case-item__yt-play:hover{transform:translate(-50%,-50%) scale(1.1)}.case-item__photo-label{font-family:Parkinsans,sans-serif;font-weight:500;font-size:2.8rem;line-height:3.9rem;max-width:fit-content;color:var(--label-color, #000);transform:rotate(-5deg);padding:1.5rem;position:absolute;top:-1rem;left:-4rem;z-index:20;background:var(--label-background, #fff);border-radius:1rem}@media only screen and (max-width: 834px){.case-item__photo-label{font-size:1.6rem;line-height:1.9rem;padding:1rem;left:-1rem;position:absolute}}@media only screen and (max-width: 576px){.case-item__vars:has(.case-item__panel--video){margin-left:-20px;margin-right:-20px}}.case-item__panel--video{max-width:80rem}@media only screen and (max-width: 834px){.case-item__panel--video{width:100%;max-width:100%}}.case-item__video-heading{color:var(--text-color, #000);margin-bottom:2rem}@media only screen and (max-width: 576px){.case-item__video-heading{padding-right:2rem;padding-left:2rem}}.case-item__video-text{color:var(--text-color, #000);margin-bottom:4rem}@media only screen and (max-width: 834px){.case-item__video-text{margin-bottom:4.5rem}}@media only screen and (max-width: 576px){.case-item__video-text{padding-right:2rem;padding-left:2rem}}.case-item__video-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2.5rem}@media only screen and (max-width: 576px){.case-item__video-grid{gap:2rem;display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;padding-right:2rem;scroll-padding-left:2rem}.case-item__video-grid:before{content:"";flex:0 0 .01rem}.case-item__video-grid::-webkit-scrollbar{display:none!important}}.case-item__video-card{position:relative;border-radius:2rem;overflow:hidden;aspect-ratio:255/444;background-color:#00000014}@media only screen and (max-width: 576px){.case-item__video-card{aspect-ratio:320/568}}.case-item__video-card--container{cursor:pointer}@media only screen and (max-width: 576px){.case-item__video-card--container{scroll-snap-align:start;flex:0 0 calc(100% - 5rem);width:calc(100% - 5rem)}}.case-item__video-card--title,.case-item__video-card--subtitle{display:none}@media only screen and (max-width: 576px){.case-item__video-card--title,.case-item__video-card--subtitle{display:block}}.case-item__video-card--title{margin-top:1rem}.case-item__video-card--file{cursor:default}.case-item__video-card--file video,.case-item__video-card--file .case-item__video-file-play{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.case-item__video-card--file video{display:block;object-fit:cover}.case-item__video-card--link .case-item__video-yt,.case-item__video-card--link iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.case-item__video-card--link iframe{border:none}.case-item__video-img{display:block;width:100%;height:100%;object-fit:cover}.case-item__video-file-play,.case-item__video-yt{padding:0;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.case-item__video-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:5rem;height:5rem;border-radius:50%;background-color:#ffffffe6;pointer-events:none}.case-item__video-overlay:after{content:"";position:absolute;top:50%;left:54%;transform:translate(-50%,-50%);border-style:solid;border-width:1rem 0 1rem 1.6rem;border-color:transparent transparent transparent #000}@font-face{font-display:swap;font-family:Parkinsans;font-style:normal;font-weight:400;src:url(../../fonts/parkinsans-regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Parkinsans;font-style:normal;font-weight:500;src:url(../../fonts/parkinsans-medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Parkinsans;font-style:normal;font-weight:700;src:url(../../fonts/parkinsans-bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:300;src:url(../../fonts/Manrope-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:400;src:url(../../fonts/Manrope-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:500;src:url(../../fonts/Manrope-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:600;src:url(../../fonts/Manrope-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:700;src:url(../../fonts/Manrope-Bold.woff2) format("woff2")}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;outline:none;font-family:Manrope,sans-serif}*,:after,:before{box-sizing:border-box}*{-webkit-tap-highlight-color:transparent}a:-moz-focusring{color:transparent;text-shadow:0 0 0 #000}::-moz-focus-inner{border:0;outline:0}*{position:relative}html{font-size:10px;height:100%;overflow-x:clip;scrollbar-gutter:stable;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000}body.scroll-disable{height:100vh;overflow:hidden}main{position:relative;z-index:1;background-color:#fff}main:has(.data-item.is-open),main:has(.influencer-item.is-open){z-index:20}main:has(.podcast-popup__wrapper.open){z-index:11}.front-page:after,.front-page:before,.page-default:after,.page-default:before{content:"";width:4rem;height:4rem;position:absolute;display:block;top:0;z-index:999}@media only screen and (max-width: 834px){.front-page:after,.front-page:before,.page-default:after,.page-default:before{width:2rem;height:2rem}}.front-page:after,.page-default:after{left:0;top:-4rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath d='M 0 0 L 0 40 L 40 40 A 40 40 0 0 1 0 0 Z' fill='white'/%3E%3C/svg%3E")}@media only screen and (max-width: 834px){.front-page:after,.page-default:after{top:-2rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M 0 0 L 0 20 L 20 20 A 20 20 0 0 1 0 0 Z' fill='white'/%3E%3C/svg%3E")}}.front-page:before,.page-default:before{right:0;top:-4rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath d='M 40 0 L 40 40 L 0 40 A 40 40 0 0 0 40 0 Z' fill='white'/%3E%3C/svg%3E")}@media only screen and (max-width: 834px){.front-page:before,.page-default:before{top:-2rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M 20 0 L 20 20 L 0 20 A 20 20 0 0 0 20 0 Z' fill='white'/%3E%3C/svg%3E")}}img{max-width:100%;height:auto}picture{line-height:0;display:block}button{background:transparent;border:none;display:flex;align-items:center}.max-width-full{max-width:150rem}.container-fluid-full{width:100%;margin-right:auto;margin-left:auto}.container-fluid{width:100%;margin-right:auto;margin-left:auto;padding:0 1.5rem}.d-none{display:none}.block{padding:11rem 0}@media only screen and (max-width: 1600px){.block{padding-top:88px;padding-bottom:88px}}@media only screen and (max-width: 1600px) and (max-width: 1568px){.block{padding-top:calc(40px + 48 * (100vw - 390px) / 1178)}}@media only screen and (max-width: 1600px) and (max-width: 1568px){.block{padding-bottom:calc(40px + 48 * (100vw - 390px) / 1178)}}@media only screen and (max-width: 1900px){.block{padding:10rem 0}}.container,[class*=__container]{margin:0 auto;width:100%;max-width:156.8rem;padding:0 2rem}.container-fluid{margin:0 auto;width:100%;max-width:160.8rem;padding:0 2rem}.container-small{margin:0 auto;width:100%;max-width:73.6rem;padding:0 2rem}.tac{text-align:center;margin:0 auto}.hidden{display:none!important;visibility:hidden!important}.custom-loader{width:4.2rem;height:4.2rem;border:.4rem solid #d3d3d3;border-top-color:#8f8f8f;border-radius:50%;animation:custom-loader-spin .8s linear infinite;margin:1rem auto}@keyframes custom-loader-spin{to{transform:rotate(360deg)}}h1,h2,h3,h4,h5,p,span,div,a,li,textarea,input,button,input::placeholder,textarea::placeholder{font-size:1.6rem;font-style:normal;line-height:120%;color:#000}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,.button,.hs-button{font-family:Parkinsans,sans-serif}a{color:inherit;text-decoration:none}ul{margin:0;padding:0;list-style:none}button,a{cursor:pointer}.h1,h1{font-weight:500;line-height:1.2;font-size:90px}@media (max-width: 1568px){.h1,h1{font-size:calc(41px + 49 * (100vw - 390px) / 1178)}}.h2,h2{font-weight:500;line-height:1.2;font-size:67px}@media (max-width: 1568px){.h2,h2{font-size:calc(35px + 32 * (100vw - 390px) / 1178)}}@media only screen and (max-width: 576px){.h2,h2{font-size:3.5rem}}.h3,h3{font-weight:500;line-height:1.2;font-size:50px}@media (max-width: 1568px){.h3,h3{font-size:calc(29px + 21 * (100vw - 390px) / 1178)}}.h4,h4{font-weight:500;line-height:1.2;font-size:37px}@media (max-width: 1568px){.h4,h4{font-size:calc(24px + 13 * (100vw - 390px) / 1178)}}.h5,h5{font-weight:500;line-height:1.2;font-size:28px}@media (max-width: 1568px){.h5,h5{font-size:calc(20px + 8 * (100vw - 390px) / 1178)}}.h6,h6{font-weight:500;line-height:1.2;font-size:21px}@media (max-width: 1568px){.h6,h6{font-size:calc(16px + 5 * (100vw - 390px) / 1178)}}p,.p,a{font-size:1.6rem;font-weight:400;line-height:1.5}@media only screen and (max-width: 1024px){p,.p,a{font-size:1.4rem;font-weight:300}}.p-large{font-size:2rem}@media only screen and (max-width: 1024px){.p-large{font-size:1.8rem}}.p-small{font-size:1.2rem}@media only screen and (max-width: 1024px){.p-small{font-size:1.1rem}}.semi-bold{font-weight:600}.bold,strong{font-weight:700}.uppercase{text-transform:uppercase}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus{-webkit-text-fill-color:#000;-webkit-box-shadow:0 0 0 1000px #666 inset;transition:background-color 5000s ease-in-out 0s}.main__title{font-family:Parkinsans,sans-serif;color:#000;font-weight:500;line-height:1.2;font-size:90px}@media (max-width: 1568px){.main__title{font-size:calc(41px + 49 * (100vw - 390px) / 1178)}}.main__title-medium{font-size:50px}@media (max-width: 1568px){.main__title-medium{font-size:calc(29px + 21 * (100vw - 390px) / 1178)}}.main__subtitle{font-weight:400;line-height:1.5;color:#000;font-size:1.6rem}@media only screen and (max-width: 1024px){.main__subtitle{font-size:1.4rem;font-weight:300}}.block__title{font-family:Parkinsans,sans-serif;font-weight:500;line-height:1.2;font-size:67px}@media (max-width: 1568px){.block__title{font-size:calc(35px + 32 * (100vw - 390px) / 1178)}}.block__title span,.block__title p,.block__title a{font-size:inherit;line-height:inherit}.block__title-medium{font-family:Parkinsans,sans-serif;font-weight:500;line-height:1.2;font-size:50px}@media (max-width: 1568px){.block__title-medium{font-size:calc(29px + 21 * (100vw - 390px) / 1178)}}.block__title-small{font-family:Parkinsans,sans-serif;font-weight:500;line-height:1.2;font-size:37px}@media (max-width: 1568px){.block__title-small{font-size:calc(24px + 13 * (100vw - 390px) / 1178)}}.block__subtitle{font-weight:400;line-height:1.5;color:#000;font-size:1.6rem}@media only screen and (max-width: 1024px){.block__subtitle{font-size:1.4rem;font-weight:300}}.text-block h1:not(:last-child),.text-block h2:not(:last-child),.text-block h3:not(:last-child),.text-block h4:not(:last-child),.text-block h5:not(:last-child),.text-block p:not(:last-child),.text-block span:not(:last-child),.text-block div:not(:last-child),.text-block a:not(:last-child),.text-block li:not(:last-child),.text-block ul:not(:last-child){margin-bottom:2.2rem}.text-block a{font-weight:inherit}form input,form textarea,form select{width:100%;background:transparent;border:.1rem solid #000;color:#000;border-radius:.3rem;padding:1.6rem;font-size:inherit;transition:border ease-in-out .3s}form input::-webkit-input-placeholder,form textarea::-webkit-input-placeholder,form select::-webkit-input-placeholder{color:#666;transition:all .3s}form input::-moz-placeholder,form textarea::-moz-placeholder,form select::-moz-placeholder{color:#666;transition:all .3s}form input:-ms-input-placeholder,form textarea:-ms-input-placeholder,form select:-ms-input-placeholder{color:#666;transition:all .3s}form input:focus::-webkit-input-placeholder,form input.active:focus::-webkit-input-placeholder,form textarea:focus::-webkit-input-placeholder,form textarea.active:focus::-webkit-input-placeholder,form select:focus::-webkit-input-placeholder,form select.active:focus::-webkit-input-placeholder{color:transparent}form input:focus::-moz-placeholder,form input.active:focus::-moz-placeholder,form textarea:focus::-moz-placeholder,form textarea.active:focus::-moz-placeholder,form select:focus::-moz-placeholder,form select.active:focus::-moz-placeholder{color:transparent}form input:focus:-ms-input-placeholder,form input.active:focus:-ms-input-placeholder,form textarea:focus:-ms-input-placeholder,form textarea.active:focus:-ms-input-placeholder,form select:focus:-ms-input-placeholder,form select.active:focus:-ms-input-placeholder{color:transparent}form label{font-weight:500;font-size:1.4rem;line-height:1.4;color:#000;text-align:left}form textarea{border:none;width:100%!important;resize:none}form button,form input[type=submit]:not(.hs-button){-webkit-appearance:none;outline:none;display:inline-flex;align-items:center;justify-content:center;width:fit-content;background:#000;border:.1rem solid #000;border-radius:.3rem;padding:1.7rem 1.6rem;font-weight:400;font-size:1.6rem;color:#fff;text-decoration:none;line-height:normal;cursor:pointer;transition:.3s ease}form button:hover,form button:focus,form input[type=submit]:not(.hs-button):hover,form input[type=submit]:not(.hs-button):focus{background-color:#000c}form fieldset{max-width:unset}form label{display:block;margin-bottom:1rem}form label span{font-size:1.6rem;font-weight:600;line-height:normal}.button,.hs-button{text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:1rem;width:fit-content;color:#fff;background-color:#000;padding:1.8rem 3rem;border-radius:5rem;font-size:1.6rem;text-align:center;font-weight:500;line-height:1;letter-spacing:-.032rem;border:none;cursor:pointer;transition:.3s ease}.button svg,.button img,.hs-button svg,.hs-button img{flex-shrink:0;width:1.4rem;height:1.4rem;transition:.3s ease;fill:#fff}@media screen and (max-width: 834px){.button,.hs-button{padding:1.3rem 2rem;font-size:1.4rem;letter-spacing:-.028rem;min-width:13.4rem}}.button:hover,.button:focus,.hs-button:hover,.hs-button:focus{background-color:#000c}.button-pink:hover,.button-pink:focus{background-color:#ffafec}.button[disabled]{opacity:.7;cursor:default}.button--red{background-color:#000}.button-loading,.wpcf7 .wpcf7-form.submitting .wpcf7-submit{background-image:url(../img/general/spinner.svg);background-repeat:no-repeat!important;background-position:center!important;text-shadow:none;color:transparent}.button--small{padding:1rem 2rem;border-radius:1.2rem}.button--big{font-size:1.8rem;padding:2.4rem 4rem;border-radius:2.2rem}.header{position:fixed;top:0;width:39rem;padding:2.6rem 3.4rem 2.4rem 2.5rem;background-color:#fff;transition:.3s linear;z-index:10;border-bottom-right-radius:2rem}@media only screen and (max-width: 834px){.header{padding:1.7rem 0}}@media only screen and (max-width: 576px){.header{width:100%;padding:7rem 0 1.7rem;border-bottom-left-radius:2rem}}.header--hide{transform:translateY(-100%)}.header .container{display:flex;align-items:center;justify-content:space-between;padding:0 0 0 1.5rem;height:3rem}@media only screen and (max-width: 834px){.header .container{padding:0 2rem}}.header__logo{position:relative;z-index:101;width:16.4rem}@media only screen and (max-width: 834px){.header__logo{width:18rem}}.header__logo a{display:block;width:100%;line-height:1}.header__logo a img{display:block;width:100%}.header__burger{display:block;width:3rem;height:3rem;position:relative;cursor:pointer;z-index:200}@media only screen and (max-width: 834px){.header__burger{width:2.4rem;height:2.4rem}}.header__burger:before,.header__burger:after,.header__burger span{position:absolute;width:100%;height:.2rem;left:50%;background-color:#000;transform:translate(-50%,-50%);transition:top .15s linear .15s,transform .15s linear,opacity .15s linear,background .3s linear}.header__burger:before,.header__burger:after{content:""}.header__burger:before{top:calc(50% - .6rem)}.header__burger span{top:50%}.header__burger:after{top:calc(50% + .6rem)}.header__menu{position:fixed;top:0;left:0;width:39rem;height:100vh;background-color:#fff;z-index:100;transform:translate(-100%);visibility:hidden;transition:transform .3s linear,visibility 0s linear .3s;padding-top:12.3rem;overflow:hidden}@media only screen and (max-width: 834px){.header__menu{padding-top:13.6rem}}@media only screen and (max-width: 576px){.header__menu{width:100%;padding-top:13.9rem}}.header__menu-scroll{height:100%;overflow-y:auto;padding:0 4rem 2.4rem 2rem;display:flex;flex-direction:column;justify-content:space-between}@media only screen and (max-width: 834px){.header__menu-scroll{padding:0 .5rem 4rem}}.header__menu-footer{display:flex;flex-direction:column;gap:1rem;padding:2rem 1.5rem}@media only screen and (max-width: 834px){.header__menu-footer{padding:2rem 0}}.header__menu-footer p,.header__menu-footer a{text-decoration:none;font-family:Parkinsans,sans-serif;font-weight:400;font-size:1.6rem;line-height:3rem;color:#000}.header__menu-footer a:hover{opacity:.5}.header__menu-footer a strong{font-weight:700}.header__menu-footer .header__menu-company{font-weight:700;margin-bottom:.4rem}.header ul{list-style-type:none}.header ul .menu-item a{display:block;text-decoration:none;color:#000;padding:2rem 1.5rem;font-family:Parkinsans,sans-serif;font-style:normal;font-weight:500;font-size:3.1rem;line-height:100%;transition:color .2s linear,background-color .2s linear;max-width:max-content;border-radius:1rem}@media only screen and (max-width: 834px){.header ul .menu-item a{font-size:2.4rem;padding:1.5rem}}.header ul .menu-item a:hover{background-color:var(--color-hover, #00A1FF)}body.menu-open .header__menu{transform:translate(0);visibility:visible;transition:transform .3s linear,visibility 0s linear 0s}body.menu-open .header__burger:before,body.menu-open .header__burger:after{width:2.6rem;transition:top .15s linear,transform .15s linear .15s,background .3s linear}@media only screen and (max-width: 834px){body.menu-open .header__burger:before,body.menu-open .header__burger:after{width:2rem}}body.menu-open .header__burger:before{top:50%;transform:translate(-50%,-50%) rotate(45deg)}body.menu-open .header__burger span{opacity:0}body.menu-open .header__burger:after{top:50%;transform:translate(-50%,-50%) rotate(-45deg)}html:has(body.single-case),html:has(body.single-influencer){scrollbar-width:none}html:has(body.single-case)::-webkit-scrollbar,html:has(body.single-influencer)::-webkit-scrollbar{width:0;height:0}html:has(body.single-case) .header,html:has(body.single-influencer) .header{z-index:101}body.entity-single-header-enabled .header{transform:translateY(calc(-100% - 1rem));opacity:0;pointer-events:none}body.entity-single-header-enabled .header.header--entity-single-visible,body.entity-single-header-enabled.menu-open .header{transform:translate(0);opacity:1;pointer-events:auto}body.entity-single-header-enabled .header__hover-hotspot{position:fixed;top:0;left:0;width:16rem;height:12rem;z-index:100;background:transparent}@media only screen and (min-width: 1025px) and (max-height: 959px){body.single-case .header,body.single-influencer .header{transform:translateY(calc(-100% - 1rem));opacity:0;pointer-events:none}body.single-case .header.header--entity-single-visible,body.single-case.menu-open .header,body.single-influencer .header.header--entity-single-visible,body.single-influencer.menu-open .header{transform:translate(0);opacity:1;pointer-events:auto}}.site-footer{background-color:#fff;z-index:1}.site-footer__wrapper{background-color:#000;color:#fff;padding-top:var(--padding-top, 10rem);padding-bottom:var(--padding-bottom, 8.8rem);overflow:hidden;border-top-left-radius:4rem;border-top-right-radius:4rem}@media only screen and (max-width: 834px){.site-footer__wrapper{border-top-left-radius:2rem;border-top-right-radius:2rem;padding-top:var(--padding-top-mobile, 10rem);padding-bottom:var(--padding-bottom-mobile, 10.4rem)}}.site-footer a{color:inherit;text-decoration:none}.site-footer__top{display:flex;gap:20rem;margin-bottom:12.7rem}@media only screen and (max-width: 834px){.site-footer__top{flex-direction:column;gap:6rem;margin-bottom:6rem}}.site-footer__logo{display:inline-block;margin-bottom:2rem}@media only screen and (max-width: 834px){.site-footer__logo{margin-bottom:.5rem}}.site-footer__logo img{display:block;max-width:56.4rem;width:100%;height:auto}@media only screen and (max-width: 834px){.site-footer__logo img{max-width:18rem}}.site-footer__subtitle{color:#8dfdba;font-family:Parkinsans,sans-serif;font-size:3.2rem;font-weight:700;margin-bottom:2rem;line-height:5rem;letter-spacing:.02rem}@media only screen and (max-width: 834px){.site-footer__subtitle{font-size:2rem}}.site-footer__description{max-width:56.7rem;font-size:1.6rem;font-family:Manrope,sans-serif;font-weight:300;margin-bottom:3rem;color:#fff;line-height:2.6rem;letter-spacing:-.02rem}@media only screen and (max-width: 834px){.site-footer__description{font-size:1.4rem;line-height:150%}}.site-footer__contacts{display:flex;flex-direction:column;font-size:1.6rem}.site-footer__contacts a{color:#fff;text-decoration:none}.site-footer__contacts a:hover{opacity:.7}.site-footer__contacts a:first-of-type{margin-bottom:1.6rem}.site-footer__company{color:#fff;font-family:Parkinsans,sans-serif;font-weight:500;margin-bottom:.8rem}.site-footer__address{color:#fff;font-family:Manrope,sans-serif;line-height:1.8;margin-bottom:1.6rem;font-size:1.6rem}@media only screen and (max-width: 834px){.site-footer__address{margin-bottom:3rem}}.site-footer__nav{padding-top:0}@media only screen and (min-width: 1024px){.site-footer__nav{padding-top:19.5rem}}.site-footer__menu{display:flex;flex-direction:column;gap:1.6rem;list-style:none;padding:0;margin:0}.site-footer__menu a{font-family:Parkinsans,sans-serif;font-weight:500;color:#fff;font-size:2.8rem;padding:1rem 0}@media only screen and (max-width: 834px){.site-footer__menu a{font-size:2rem}}.site-footer__menu a:hover{opacity:.7}.site-footer__bottom{display:flex;flex-direction:column;gap:3rem}.site-footer__meta{display:flex;justify-content:space-between;align-items:flex-end;gap:2.4rem}@media only screen and (max-width: 834px){.site-footer__meta{flex-direction:column;gap:6rem;align-items:flex-start}}.site-footer__socials{display:flex;align-items:center;gap:1.2rem}.site-footer__socials a{width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff}@media only screen and (max-width: 834px){.site-footer__socials a{width:3rem;height:3rem}}.site-footer__socials a img{width:4rem;height:4rem}.site-footer__legal{display:flex;flex-wrap:wrap;gap:1.6rem;list-style:none;padding:0;margin:0}@media only screen and (max-width: 834px){.site-footer__legal{flex-direction:column;gap:2rem}}.site-footer__legal a,.site-footer__copyright{font-size:1.2rem;font-family:Parkinsans,sans-serif;font-weight:400;color:#fff}.error-page .acf-block-hero{margin-bottom:10rem}.error-page .acf-block-hero .hero__description{max-width:98.8rem}.custom-video-player{position:relative;isolation:isolate}.custom-video-player__media{display:block;width:100%;height:100%;object-fit:cover}.custom-video-player__media:fullscreen,.custom-video-player__media:-webkit-full-screen{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;background:#000}.custom-video-player__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;transition:opacity .2s ease}.custom-video-player__controls{position:absolute;right:1.2rem;bottom:1.2rem;left:1.2rem;z-index:4;display:grid;grid-template-columns:auto minmax(0,1fr) auto auto auto;align-items:center;gap:.5rem;padding:1rem 1.2rem;border-radius:999px;background:#111111b8;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);opacity:0;pointer-events:none;transition:opacity .2s ease}@media only screen and (max-width: 834px){.custom-video-player__controls{right:.8rem;bottom:.8rem;left:.8rem;gap:.6rem;padding:.8rem 1rem}}@media only screen and (max-width: 576px){.custom-video-player__controls{right:.5rem;bottom:.5rem;left:.5rem;gap:.2rem;padding:.5rem .6rem}}.custom-video-player.is-started .custom-video-player__controls{opacity:1;pointer-events:auto}.custom-video-player.is-started .custom-video-player__overlay{opacity:0;pointer-events:none}.custom-video-player.is-native-fullscreen .custom-video-player__controls,.custom-video-player.is-native-fullscreen .custom-video-player__overlay{display:none!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}.custom-video-player__control{width:3.2rem;height:3.2rem;border:0;border-radius:50%;padding:0;background:#ffffff24;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:background-color .2s ease,opacity .2s ease}@media only screen and (max-width: 834px){.custom-video-player__control{width:2.8rem;height:2.8rem}}.custom-video-player__control:hover{background:#ffffff38}.custom-video-player__control:disabled{opacity:.35;cursor:default;background:#ffffff14}.custom-video-player__progress{position:relative;width:100%;height:2rem;display:flex;align-items:center;min-width:0;flex:1 1 auto;cursor:pointer}.custom-video-player__progress-track{position:relative;width:100%;height:.4rem;border-radius:999px;background:#fff9;overflow:hidden;cursor:pointer}.custom-video-player__progress-fill{display:block;width:0;height:100%;border-radius:inherit;background:#fff}.custom-video-player__progress-thumb{position:absolute;top:50%;left:0;width:1.2rem;height:1.2rem;border:0;border-radius:50%;background:#fff;box-shadow:none;transform:translate(-50%,-50%);pointer-events:none}.custom-video-player__time{color:#fff;font-size:1.2rem;line-height:1;white-space:nowrap;min-width:7.4rem;text-align:center}@media only screen and (max-width: 834px){.custom-video-player__time{font-size:1rem;min-width:6.2rem}}.custom-video-player__icon{display:block;width:1.6rem;height:1.6rem;color:currentColor}.custom-video-player__icon svg{display:block;width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.custom-video-player__icon--pause,.custom-video-player__icon--muted,.custom-video-player.is-playing .custom-video-player__icon--play{display:none}.custom-video-player.is-playing .custom-video-player__icon--pause{display:block}.custom-video-player.is-playing .custom-video-player__control--play{color:#fff}.custom-video-player.is-muted .custom-video-player__icon--volume{display:none}.custom-video-player.is-muted .custom-video-player__icon--muted{display:block}.acf-block-hero{padding-top:var(--padding-top);padding-bottom:var(--padding-bottom)}@media only screen and (max-width: 834px){.acf-block-hero{padding-top:var(--padding-top-mobile);padding-bottom:var(--padding-bottom-mobile)}}.hero{height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;position:sticky;top:0;z-index:0;overflow:hidden;background-color:var(--background-color);background-image:var(--background-image);border-bottom-left-radius:4rem;border-bottom-right-radius:4rem}@media only screen and (max-width: 834px){.hero{border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;height:100svh}}.hero .container{display:flex;flex-direction:column;align-items:var(--align-text);gap:2rem;position:relative}.hero__bg-image,.hero__bg-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}@media only screen and (max-width: 576px){.hero__logo{padding-top:10rem}}.hero__title{color:var(--title-color, #000000);text-align:var(--align-text, left)}@media only screen and (max-width: 834px){.hero__title br{display:none}}.hero__description{font-weight:400;font-size:1.6rem;line-height:150%;color:var(--description-color, #000000);text-align:var(--align-text, left)}@media only screen and (max-width: 834px){.hero__description br{display:none}}@media only screen and (max-width: 834px){.hero__description{font-size:1.8rem}}.hero__label-container{width:100%;max-width:162.8rem;position:absolute;bottom:0}.hero__label{color:var(--label-color, #000000);transform:rotate(-5deg);position:absolute;bottom:12rem;left:5rem;background:var(--label-background, #FFFFFF);border-radius:1rem;padding:1.5rem;z-index:2;line-height:1.4}@media only screen and (max-width: 1024px){.hero__label{bottom:7rem}}@media only screen and (max-width: 834px){.hero__label{padding:1rem;left:4rem;line-height:1.2}}@media only screen and (max-width: 576px){.hero__label{bottom:4.5rem;left:2.5rem}}.hero__sub-logo{position:absolute;bottom:-.5rem;width:100%}.hero__sub-logo img,.hero__sub-logo svg{max-width:100%;margin-top:-.4rem;width:100%}@media only screen and (max-width: 576px){.hero__sub-logo img,.hero__sub-logo svg{margin-top:2rem}}.content-data-item{background-color:var(--background-color, #000)!important}.content-data-item::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb-color, #fff)!important;border-radius:0}@media only screen and (max-width: 834px){.content-data-item .data-item__track{padding-top:13rem}}.content-data-item .data-item__mobile-scrollbar-thumb{background:var(--scrollbar-thumb-color, #fff)}.content-data-item .data-item__close{background:#fff;color:#000}.content-data-item .data-item__close:hover,.content-data-item .data-item__close:focus{background:#fffc}.content-data-item .data-item__vars{border:none!important}.content-data-item .data-item__vars:not(:first-child){padding-left:0}.content-data-item .data-item__vars:has(.data-item__panel--contact){border-right:1px solid #666!important;border-left:1px solid #666!important}@media only screen and (max-width: 834px){.content-data-item .data-item__vars:has(.data-item__panel--contact){padding:0!important;margin-top:2.5rem;border-right:0!important;border-left:0!important;border-top:.1rem solid #666!important;border-bottom:.1rem solid #666!important}}.content-data-item .data-item__vars:has(.data-item__panel--logo){padding-left:10rem;padding-right:11rem}@media only screen and (max-width: 834px){.content-data-item .data-item__vars:has(.data-item__panel--logo){padding:2rem!important}}@media only screen and (max-width: 834px){.content-data-item .data-item__vars{padding:2.5rem 2rem!important}}.content-data-item .data-item__panel::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb-color, #fff)}.content-data-item .data-item__panel--data-intro{max-width:80rem;display:flex;flex-direction:column}.content-data-item .data-item__panel--data-intro .data-item__label,.content-data-item .data-item__panel--data-intro .data-item__title,.content-data-item .data-item__panel--data-intro .data-item__description,.content-data-item .data-item__panel--data-intro .data-item__stat-label{color:var(--text-color, #fff)}.content-data-item .data-item__panel--data-intro .data-item__title{max-width:53.5rem;margin-bottom:6rem}@media only screen and (max-width: 834px){.content-data-item .data-item__panel--data-intro .data-item__title{margin-bottom:3rem}}.content-data-item .data-item__panel--data-intro .data-item__description{margin-bottom:5rem}.content-data-item .data-item__panel--data-intro .data-item__stats{margin-bottom:0}.content-data-item .data-item__panel--data-intro .data-item__stat{gap:0}.content-data-item .data-item__panel--data-intro .data-item__stat-number{color:var(--stats-color, #D7FF85);font-size:9.6rem;font-weight:500;line-height:100%;letter-spacing:-.192rem}@media only screen and (max-width: 834px){.content-data-item .data-item__panel--data-intro .data-item__stat-number{font-size:4.1rem;font-weight:500;line-height:120%;letter-spacing:unset}}.content-data-item .data-item__panel--data-text{max-width:80rem;color:var(--text-color, #fff)}.content-data-item .data-item__panel--data-text .data-item__article-title{margin-bottom:2rem;color:var(--text-color, #fff)}.content-data-item .data-item__panel--data-text .data-item__data-subtitle,.content-data-item .data-item__panel--data-text .data-item__article-text{margin-bottom:5rem}.content-data-item .data-item__panel--data-text .data-item__data-subtitle h1,.content-data-item .data-item__panel--data-text .data-item__data-subtitle h2,.content-data-item .data-item__panel--data-text .data-item__data-subtitle h3,.content-data-item .data-item__panel--data-text .data-item__data-subtitle h4,.content-data-item .data-item__panel--data-text .data-item__data-subtitle h5,.content-data-item .data-item__panel--data-text .data-item__data-subtitle p,.content-data-item .data-item__panel--data-text .data-item__data-subtitle span,.content-data-item .data-item__panel--data-text .data-item__data-subtitle a,.content-data-item .data-item__panel--data-text .data-item__data-subtitle li,.content-data-item .data-item__panel--data-text .data-item__data-subtitle ul,.content-data-item .data-item__panel--data-text .data-item__article-text h1,.content-data-item .data-item__panel--data-text .data-item__article-text h2,.content-data-item .data-item__panel--data-text .data-item__article-text h3,.content-data-item .data-item__panel--data-text .data-item__article-text h4,.content-data-item .data-item__panel--data-text .data-item__article-text h5,.content-data-item .data-item__panel--data-text .data-item__article-text p,.content-data-item .data-item__panel--data-text .data-item__article-text span,.content-data-item .data-item__panel--data-text .data-item__article-text a,.content-data-item .data-item__panel--data-text .data-item__article-text li,.content-data-item .data-item__panel--data-text .data-item__article-text ul{color:var(--text-color, #fff)}.content-data-item .data-item__panel--data-text .data-item__data-subtitle a,.content-data-item .data-item__panel--data-text .data-item__article-text a{font-weight:inherit}.content-data-item .data-item__panel--data-text .data-item__stats:last-child,.content-data-item .data-item__panel--data-text .data-item__article-text:last-child{margin-bottom:0}.content-data-item .data-item__panel--data-text .data-item__stat{gap:0}.content-data-item .data-item__panel--data-text .data-item__stat-number{color:var(--stats-color, #D7FF85);font-size:9.6rem;font-weight:500;line-height:100%;letter-spacing:-.192rem}@media only screen and (max-width: 834px){.content-data-item .data-item__panel--data-text .data-item__stat-number{font-size:4.1rem;font-weight:500;line-height:120%;letter-spacing:unset}}.content-data-item .data-item__panel--data-text .data-item__stat-label{color:var(--text-color, #fff)}.content-data-item .data-item__panel--three-columns-stats{max-width:80rem}.content-data-item .data-item__panel--three-columns-stats .data-item__three-columns-stats-list{display:flex;align-items:flex-start;gap:4rem;flex-wrap:wrap;margin-bottom:2rem}@media only screen and (max-width: 834px){.content-data-item .data-item__panel--three-columns-stats .data-item__three-columns-stats-list{margin-bottom:4rem}}.content-data-item .data-item__panel--three-columns-stats .data-item__three-columns-stats-list:last-child{margin-bottom:0}.content-data-item .data-item__panel--three-columns-stats .data-item__three-columns-stat{display:flex;flex-direction:column;width:22.4rem;gap:0}@media only screen and (max-width: 834px){.content-data-item .data-item__panel--three-columns-stats .data-item__three-columns-stat{width:15.5rem}}.content-data-item .data-item__panel--three-columns-stats .data-item__three-columns-stats-item:not(:last-child){margin-bottom:4rem}.content-data-item .data-item__panel--three-columns-stats .data-item__three-columns-stats-item.is-odd .data-item__three-columns-stat-number{color:var(--odd-row-number-color, var(--stats-color, #8DFDBA))}.content-data-item .data-item__panel--three-columns-stats .data-item__three-columns-stats-item.is-even .data-item__three-columns-stat-number{color:var(--even-row-number-color, var(--stats-color, #D7FF85))}.content-data-item .data-item__panel--three-columns-stats .data-item__three-columns-stat-title{color:var(--text-color, #fff)}.content-data-item .data-item__panel--three-columns-stats .data-item__three-columns-stats-text{margin-bottom:5rem}.content-data-item .data-item__panel--three-columns-stats .data-item__three-columns-stats-text h1,.content-data-item .data-item__panel--three-columns-stats .data-item__three-columns-stats-text h2,.content-data-item .data-item__panel--three-columns-stats .data-item__three-columns-stats-text h3,.content-data-item .data-item__panel--three-columns-stats .data-item__three-columns-stats-text h4,.content-data-item .data-item__panel--three-columns-stats .data-item__three-columns-stats-text h5,.content-data-item .data-item__panel--three-columns-stats .data-item__three-columns-stats-text p,.content-data-item .data-item__panel--three-columns-stats .data-item__three-columns-stats-text span,.content-data-item .data-item__panel--three-columns-stats .data-item__three-columns-stats-text a,.content-data-item .data-item__panel--three-columns-stats .data-item__three-columns-stats-text li,.content-data-item .data-item__panel--three-columns-stats .data-item__three-columns-stats-text ul{color:var(--text-color, #fff)}.content-data-item .data-item__panel--three-columns-stats .data-item__three-columns-stats-text:last-child{margin-bottom:0}@media only screen and (max-width: 834px){.content-data-item .data-item__panel--contact{width:100%}}.content-data-item .data-item__panel--contact .data-item__contact{border-bottom:.1rem solid #666}.content-data-item .data-item__panel--contact h1,.content-data-item .data-item__panel--contact h2,.content-data-item .data-item__panel--contact h3,.content-data-item .data-item__panel--contact h4,.content-data-item .data-item__panel--contact h5,.content-data-item .data-item__panel--contact p,.content-data-item .data-item__panel--contact span,.content-data-item .data-item__panel--contact a,.content-data-item .data-item__panel--contact li,.content-data-item .data-item__panel--contact ul{color:var(--text-color, #fff)}.content-data-item .data-item__panel--logo{max-height:88.8rem;display:flex;align-items:center}@media only screen and (max-width: 834px){.content-data-item .data-item__panel--logo{width:100%}}.content-data-item .data-item__panel--logo .data-item__logo{height:100%}.content-data-item .data-item__panel--logo .data-item__logo img{height:100%;width:auto}.acf-block-textimage{padding-top:var(--padding-top);padding-bottom:var(--padding-bottom)}@media only screen and (max-width: 834px){.acf-block-textimage{padding-top:var(--padding-top-mobile);padding-bottom:var(--padding-bottom-mobile)}}.acf-block-textimage.reverse .textimage__content{order:2}@media only screen and (max-width: 576px){.acf-block-textimage.reverse .textimage__content{order:unset}}.acf-block-textimage .textimage__grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;background:var(--background-color, #00A1FF);border-radius:4rem;overflow:hidden;height:80rem}@media only screen and (max-width: 1400px){.acf-block-textimage .textimage__grid{height:50rem}}@media only screen and (max-width: 834px){.acf-block-textimage .textimage__grid{border-radius:2rem;height:unset}}@media only screen and (max-width: 576px){.acf-block-textimage .textimage__grid{grid-template-columns:1fr}.acf-block-textimage .textimage__grid:has(.has-data-popup){background:transparent}.acf-block-textimage .textimage__grid:has(.has-data-popup) .textimage__content{padding:0 2rem}.acf-block-textimage .textimage__grid:has(.has-data-popup) .textimage__content__button{width:100%}}.acf-block-textimage .textimage__content{height:100%;padding:15rem;display:flex;flex-direction:column;justify-content:center;gap:2rem}@media only screen and (max-width: 1400px){.acf-block-textimage .textimage__content{padding:8rem 5rem 6rem}}@media only screen and (max-width: 834px){.acf-block-textimage .textimage__content{padding:10rem 2rem 6rem}}.acf-block-textimage .textimage__content h2,.acf-block-textimage .textimage__content p{color:var(--text-color, #000)}.acf-block-textimage .textimage__content__button{color:var(--button-color, #fff);background-color:var(--button-background-color, #000)}.acf-block-textimage .textimage__content__button:hover,.acf-block-textimage .textimage__content__button:focus{color:var(--button-hover-color, #fff);background-color:var(--button-hover-background-color, rgba(0, 0, 0, .8))}.acf-block-textimage .textimage__media{height:100%;background-color:var(--statistic-background-color, #000);display:flex;align-items:center;justify-content:center}.acf-block-textimage .textimage__media.has-data-popup{padding:15rem}@media only screen and (max-width: 1400px){.acf-block-textimage .textimage__media.has-data-popup{padding:8rem 5rem 6rem}}@media only screen and (max-width: 834px){.acf-block-textimage .textimage__media.has-data-popup{padding:8rem 2rem 6rem}}@media only screen and (max-width: 576px){.acf-block-textimage .textimage__media.has-data-popup{display:none}}.acf-block-textimage .textimage__media.has-data-popup:has(img),.acf-block-textimage .textimage__media.has-data-popup:has(video){padding:0}.acf-block-textimage .textimage__media img,.acf-block-textimage .textimage__media video{width:100%;height:100%;object-fit:cover}@media only screen and (max-width: 576px){.acf-block-textimage .textimage__media img,.acf-block-textimage .textimage__media video{max-height:36rem}}.acf-block-textimage .textimage__media .custom-video-player{width:100%;height:100%}.acf-block-textimage .textimage__media__video,.acf-block-textimage .textimage__media__embed{width:100%;height:80rem!important;align-self:stretch;overflow:hidden}@media only screen and (max-width: 1400px){.acf-block-textimage .textimage__media__video,.acf-block-textimage .textimage__media__embed{height:50rem!important}}@media only screen and (max-width: 834px){.acf-block-textimage .textimage__media__video,.acf-block-textimage .textimage__media__embed{height:36rem!important}}.acf-block-textimage .textimage__media__video .custom-video-player__media{width:100%;height:100%;object-fit:cover}.acf-block-textimage .textimage__media__embed{position:relative}.acf-block-textimage .textimage__media__embed iframe{display:block;width:100%;height:100%;border:0}.acf-block-textimage .textimage__media__statistic{max-width:50rem;height:100%;display:grid;grid-template-columns:1fr 1fr;align-items:center;align-content:center;column-gap:4rem;row-gap:8rem}@media only screen and (max-width: 1400px){.acf-block-textimage .textimage__media__statistic{row-gap:4rem}}@media only screen and (max-width: 576px){.acf-block-textimage .textimage__media__statistic{padding:6rem 2rem}}.acf-block-textimage .textimage__media__statistic--item{height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.acf-block-textimage .textimage__media__statistic--number{font-family:Parkinsans,sans-serif;color:var(--statistic-numbers-color, #8DFDBA)}.acf-block-textimage .textimage__media__statistic--text{color:var(--statistic-text-color, #fff)}.acf-block-form{padding-top:var(--padding-top, 7.2rem);padding-bottom:var(--padding-bottom, 7.2rem);background:var(--background-color, transparent)}@media only screen and (max-width: 834px){.acf-block-form{padding-top:var(--padding-top-mobile, 3.2rem);padding-bottom:var(--padding-bottom-mobile, 3.2rem)}}.acf-block-form__wrapper{max-width:101.8rem}.acf-block-form__title{margin-bottom:0;font-size:50px;font-style:normal;font-weight:500;line-height:120%}@media only screen and (max-width: 1024px){.acf-block-form__title{font-size:29px;font-style:normal;font-weight:500;line-height:120%}}.acf-block-form__subtitle{font-family:Manrope;font-size:16px;font-style:normal;font-weight:400;line-height:150%;margin-bottom:3rem;max-width:80rem}@media only screen and (max-width: 1024px){.acf-block-form__subtitle{font-size:16px}}.acf-block-form__content{margin-bottom:4rem}.acf-block-form .wpforms-container .wpforms-field,.acf-block-form .wp-core-ui div.wpforms-container .wpforms-field{padding:0}.acf-block-form div.wpforms-container-full .wpforms-field-label{margin-bottom:0;font-family:Parkinsans,serif;font-size:1.6rem;font-style:normal;font-weight:500;line-height:2.2rem;height:4rem;color:#000}@media only screen and (max-width: 576px){.acf-block-form div.wpforms-container-full .wpforms-field-label{font-size:1.4rem;height:2.2rem}}.acf-block-form div.wpforms-container-full .radio-btn .wpforms-field-label{font-family:Parkinsans,serif;font-size:2.1rem;font-style:normal;font-weight:500;line-height:140%;margin-bottom:0;height:auto}@media only screen and (max-width: 576px){.acf-block-form div.wpforms-container-full .radio-btn .wpforms-field-label{font-size:1.6rem;line-height:1.2;margin-bottom:1rem}}.acf-block-form div.wpforms-container-full .wpforms-field-likert_scale table.modern tbody tr td input[type=radio],.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field-likert_scale table.modern tbody tr td input[type=checkbox]{width:1.6rem;height:1.6rem}.acf-block-form div.wpforms-container-full:not(:empty){margin:0}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field{margin-bottom:0}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field em.wpforms-error{position:absolute;top:100%;margin-top:0;padding:0;font-size:1.2rem;color:#ff7979;font-family:Manrope,serif;font-weight:600;line-height:2.6rem}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field em.wpforms-error:before{display:none}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field:not(:last-child){padding:0 0 3rem}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field:not(:last-child) em.wpforms-error{top:calc(100% - 3rem)}@media only screen and (max-width: 1024px){.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field{padding-top:0;padding-bottom:0}}@media only screen and (max-width: 1024px){.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-textarea{margin-bottom:.7rem}}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field-layout{margin-bottom:0}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field-layout .wpforms-field-layout-columns{gap:4rem;margin:0}@media only screen and (max-width: 576px){.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field-layout .wpforms-field-layout-columns{gap:3rem}}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field-layout .wpforms-layout-column{padding:0}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field-layout .wpforms-layout-row{margin-bottom:0}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field input{height:4rem}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field input[type=text],.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field input[type=email],.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field input[type=tel]{color:#000}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field input,.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field textarea{border:0;font-family:Manrope,serif;font-size:1.6rem;font-style:normal;font-weight:600;line-height:2.6rem;padding-left:0;-webkit-appearance:none;border:none!important;border-bottom:solid .1rem #000!important;border-radius:0}@media only screen and (max-width: 576px){.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field input,.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field textarea{font-size:1.4rem;line-height:2.6rem}}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field input:focus,.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field textarea:focus{outline:none;box-shadow:none;border-bottom:solid .1rem #333}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field input::-webkit-input-placeholder,.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field textarea::-webkit-input-placeholder{font-family:Manrope,serif;color:#666;font-size:1.6rem;font-weight:400;line-height:2.6rem}@media only screen and (max-width: 576px){.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field input::-webkit-input-placeholder,.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field textarea::-webkit-input-placeholder{font-size:1.4rem;line-height:2.6rem}}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field input::placeholder,.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field textarea::placeholder{font-family:Manrope,serif;color:#666;font-size:1.6rem;font-weight:400;line-height:2.6rem}@media only screen and (max-width: 576px){.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field input::placeholder,.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field textarea::placeholder{font-size:1.4rem;line-height:2.6rem}}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field input:focus:invalid,.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field textarea:focus:invalid{outline:none;box-shadow:none;border:none;border-bottom:solid .1rem #333}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error,.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error{color:#ff7979;border:none;border-bottom:solid .1rem #333}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error::-webkit-input-placeholder,.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error::-webkit-input-placeholder{color:#ff7979}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error::placeholder,.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error::placeholder{color:#ff7979}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error:focus,.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error:focus-visible,.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error:focus-within,.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error:hover,.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error:focus:invalid,.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error:focus,.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error:focus-visible,.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error:focus-within,.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error:hover,.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error:focus:invalid{outline:none;box-shadow:none;border:none;border-bottom:solid .1rem #333}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field input[type=radio],.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field input[type=checkbox],.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field textarea[type=radio],.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field textarea[type=checkbox]{border:none!important}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field.flex-radio-buttons fieldset{display:flex;align-items:center;gap:1rem}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field.flex-radio-buttons .wpforms-field-description{margin-top:0}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field .wpforms-field-description{color:#000;font-size:1.2rem}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-radio{margin-bottom:1rem}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-radio ul{display:flex;align-items:center;gap:0}@media only screen and (max-width: 576px){.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-radio ul{flex-direction:column;align-items:flex-start;gap:1rem}}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-radio ul li{padding:0;align-items:center}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-radio ul li input{padding-left:2.25rem;height:2.25rem;width:2.25rem;z-index:1;margin:0}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-radio ul li input:before{border-color:#000;box-shadow:0 0 0 .1rem #000,0 .1rem .2rem #00000026;width:2.25rem;height:2.25rem;top:50%;left:50%;transform:translate(-50%,-50%);box-sizing:border-box}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-radio ul li input:after{border:1px solid transparent;border-radius:50%;background-color:#000;width:1rem;height:1rem;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);transition:transform ease-in-out .2s}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-radio ul li input:checked:after{transform:translate(-50%,-50%) scale(1)}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-radio ul li input+label{display:flex;align-items:center;justify-content:center;padding:1rem 2.3rem .8rem .8rem;border-radius:.4rem;background-color:#fff;color:#000;font-family:Parkinsans,serif;font-size:1.6rem;font-weight:500;line-height:1.2;transition:all ease-in-out .35s}@media only screen and (max-width: 576px){.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-radio ul li input+label{padding:.45rem 2.3rem .45rem .8rem;font-size:14px}}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox li{display:flex;flex-direction:row;align-items:center}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox input{padding-left:2rem;height:2rem;width:2rem;z-index:1;margin:0}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox input:before{background-color:#dadada;border:1px solid #DADADA;width:2rem;height:2rem;top:50%;left:50%;transform:translate(-50%,-50%);box-sizing:border-box;border-radius:.6rem;transition:all ease-in-out .2s;box-shadow:none!important}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox input:after{background-color:#000;width:1.3rem;height:1rem;top:50%;left:50%;transform:translate(-50%) scale(0);transition:transform ease-in-out .2s;background:none;background-image:url(../../images/icons/check.svg);border:none}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox input:checked:before{background-color:#000;border-color:#000}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox input:checked:after{transform:translate(-50%,-50%) scale(1)}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox input+label{padding:0 0 0 1rem;color:#000000a6;font-family:Manrope;font-size:1rem;font-style:normal;font-weight:400;line-height:1rem;transition:all ease-in-out .35s}@media only screen and (max-width: 834px){.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox input+label{line-height:1.4rem}}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox input+label a{text-decoration:underline}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox input+label a:hover{color:#000}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-content{margin-top:1.6rem;margin-bottom:0;padding-top:0}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-content h4{font-size:2.2rem!important;line-height:1.36}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-content.fieldset-title .wpforms-field-row h4{margin-top:7rem;margin-bottom:.9rem}@media only screen and (max-width: 576px){.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-content.fieldset-title .wpforms-field-row h4{margin-top:3.2rem;padding-top:3rem;border-top:.1rem solid rgba(0,0,0,.4)}}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-content .wpforms-field-row h2,.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-content .wpforms-field-row h3,.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-content .wpforms-field-row h4,.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-content .wpforms-field-row h5{margin-bottom:1.2rem}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-content .wpforms-field-row h2:last-child,.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-content .wpforms-field-row h3:last-child,.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-content .wpforms-field-row h4:last-child,.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-content .wpforms-field-row h5:last-child{margin-bottom:0}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-content .wpforms-field-row p{margin-bottom:2.4rem}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-content .wpforms-field-row p:last-of-type{margin-bottom:0}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-field-address-address1+.wpforms-field-sublabel{display:none}@media only screen and (max-width: 576px){.acf-block-form div.wpforms-container-full .wpforms-form .email-fieldset .wpforms-field-row{display:flex;flex-direction:column}}.acf-block-form div.wpforms-container-full .wpforms-form .email-fieldset .wpforms-field-row .wpforms-field-row-block{position:relative}@media only screen and (max-width: 576px){.acf-block-form div.wpforms-container-full .wpforms-form .email-fieldset .wpforms-field-row .wpforms-field-row-block{padding:0;width:100%}.acf-block-form div.wpforms-container-full .wpforms-form .email-fieldset .wpforms-field-row .wpforms-field-row-block:last-of-type{margin-bottom:0}}@media only screen and (max-width: 576px){.acf-block-form div.wpforms-container-full .wpforms-form .email-fieldset .wpforms-field-row .wpforms-field-row-block:not(.wpforms-first){display:flex;flex-direction:column-reverse}}.acf-block-form div.wpforms-container-full .wpforms-form .email-fieldset .wpforms-field-sublabel{margin:0;position:absolute;top:-2.3rem;font-family:Parkinsans,serif;font-size:1.2rem;font-weight:700;line-height:1.33;color:#000}@media only screen and (max-width: 576px){.acf-block-form div.wpforms-container-full .wpforms-form .email-fieldset .wpforms-field-sublabel{margin-bottom:.7rem;position:static}}.acf-block-form div.wpforms-container-full .wpforms-form .email-fieldset .wpforms-first .wpforms-field-sublabel,.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-required-label{display:none}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-recaptcha-container{display:flex;flex-direction:column;align-items:flex-end;min-height:8.8rem}@media only screen and (max-width: 1024px){.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-recaptcha-container{padding-top:0;padding-bottom:0;justify-content:center}}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-submit-container{margin-top:6.5rem}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-submit-spinner{position:absolute;top:-50%;left:50%;transform:translate(-50%,-50%);margin:0}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-submit-container button[type=submit]{font-family:Parkinsans,serif;width:100%;height:5.1rem;border-radius:5rem;font-size:1.6rem;font-weight:500;line-height:1;color:#fff;transition:all ease-in-out .35s}@media only screen and (max-width: 1024px){.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-submit-container button[type=submit]{max-width:100%}}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-submit-container button[type=submit]:not(:hover):not(:active){background:#000}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-submit-container button[type=submit]:hover,.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-submit-container button[type=submit]:active{background:#000c}.acf-block-form div.wpforms-container-full .wpforms-form .wpforms-submit-container button[type=submit]:focus:after{display:none}.acf-block-form div.wpforms-container-full .wpforms-form .iti__country-name{font-family:Manrope,serif}.acf-block-form div.wpforms-container-full .wpforms-form .iti--allow-dropdown .iti__country-container .iti__selected-country{border-width:0!important;box-shadow:none!important;outline:none!important}.acf-block-form__modal{border:none;width:100rem;max-width:calc(100% - 4rem);position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:4rem}@media only screen and (max-width: 834px){.acf-block-form__modal{border-radius:3rem}}.acf-block-form__modal::backdrop{-webkit-backdrop-filter:blur(.2rem);backdrop-filter:blur(.2rem)}.acf-block-form__modal-content{padding:10rem;position:relative;display:flex;font-weight:400}@media only screen and (max-width: 834px){.acf-block-form__modal-content{padding:6rem 4rem;border-radius:.8rem}}.acf-block-form__modal-content p{font-weight:400}.acf-block-form__modal-content .close-modal{height:2rem;width:2rem;top:3rem;right:3rem;padding:0;display:flex;justify-content:center;align-items:center;position:absolute;transition:.3s ease-out transform}@media only screen and (max-width: 834px){.acf-block-form__modal-content .close-modal{top:2rem;right:2rem}}.acf-block-form__modal-content .close-modal:hover{transform:scale(1.05)}.acf-block-form__modal-content h1,.acf-block-form__modal-content h2,.acf-block-form__modal-content h3,.acf-block-form__modal-content h4,.acf-block-form__modal-content h5,.acf-block-form__modal-content h6{margin-bottom:0}.acf-block-form__modal-body{display:flex;flex-direction:column;align-items:flex-start;gap:0;width:100%;max-width:100rem}.acf-block-form__modal-title{font-family:Parkinsans;font-size:5rem;font-style:normal;font-weight:500;line-height:120%;margin-bottom:0}@media only screen and (max-width: 834px){.acf-block-form__modal-title{font-size:2.9rem}}.acf-block-form__modal-text{width:100%;font-family:Manrope}.acf-block-form__modal-text p{font-size:16px;font-style:normal;font-weight:400;line-height:150%}@media only screen and (max-width: 834px){.acf-block-form__modal-text p{font-size:1.4rem}}.acf-block-form__modal-button{margin-top:2rem;padding:2rem 3rem}@media only screen and (max-width: 834px){.acf-block-form__modal-button{font-size:1.4rem;padding:1.5rem 2rem}}@media only screen and (max-width: 600px){div.wpforms-container .wpforms-form .wpforms-field:not(.wpforms-field-phone):not(.wpforms-field-select-style-modern):not(.wpforms-field-radio):not(.wpforms-field-checkbox):not(.wpforms-field-layout):not(.wpforms-field-repeater){overflow-x:initial!important}}.acf-block-numbers{padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);background:var(--background-color, transparent);border-radius:4rem;overflow:hidden}@media only screen and (max-width: 834px){.acf-block-numbers{padding-top:var(--padding-top-mobile);padding-bottom:var(--padding-bottom-mobile);border-radius:2rem}}.acf-block-numbers__grid{height:100%;display:flex;align-items:flex-start;justify-content:space-between;column-gap:5rem;row-gap:4rem}@media only screen and (max-width: 1400px){.acf-block-numbers__grid{display:grid;grid-template-columns:repeat(4,1fr)}}@media only screen and (max-width: 834px){.acf-block-numbers__grid{grid-template-columns:1fr 1fr}}.acf-block-numbers__grid--item{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;max-width:28.6rem}@media only screen and (max-width: 834px){.acf-block-numbers__grid--item{gap:1rem}}.acf-block-numbers__grid--number{font-family:Parkinsans,sans-serif;color:var(--statistic-numbers-color, #000)}.acf-block-numbers__grid--text{color:var(--statistic-text-color, #000)}.acf-block-text{padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);background:var(--background-color, transparent);border-radius:4rem;overflow:hidden}@media only screen and (max-width: 834px){.acf-block-text{padding-top:var(--padding-top-mobile);padding-bottom:var(--padding-bottom-mobile);border-radius:2rem}}.acf-block-text .text__content{display:flex;flex-direction:column;gap:2rem}.acf-block-text .text__content h2,.acf-block-text .text__content p{color:var(--text-color, #000)}.acf-block-text .text__content__copy{max-width:80rem}.acf-block-text .text__content__button{color:var(--button-color, #fff);background-color:var(--button-background-color, #000)}@media only screen and (max-width: 576px){.acf-block-text .text__content__button{width:100%}}.acf-block-text .text__content__button:hover,.acf-block-text .text__content__button:focus{color:var(--button-hover-color, #fff);background-color:var(--button-hover-background-color, rgba(0, 0, 0, .8))}.acf-block-accordion{padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);background:var(--background-color, transparent)}@media only screen and (max-width: 834px){.acf-block-accordion{padding-top:var(--padding-top-mobile);padding-bottom:var(--padding-bottom-mobile)}}.acf-block-accordion__layout{display:grid;grid-template-columns:minmax(0,1fr);align-items:start;gap:2rem}@media only screen and (max-width: 834px){.acf-block-accordion__layout{gap:1.3rem}}.acf-block-accordion__intro{max-width:72rem}.acf-block-accordion__title{color:var(--text-color, #000)}.acf-block-accordion__panel{border:.1rem solid #000;border-radius:4rem;overflow:hidden;padding:0 4rem;background:#fff}@media only screen and (max-width: 834px){.acf-block-accordion__panel{padding:0 2rem;border-radius:2rem}}.acf-block-accordion__list{display:flex;flex-direction:column}.acf-block-accordion .accordion__item{border-bottom:.1rem solid #000;transition:background-color .3s ease,border-color .3s ease}.acf-block-accordion .accordion__item:last-child{border-bottom:none}.acf-block-accordion .accordion__item.is-open .accordion__icon{transform:rotate(180deg)}.acf-block-accordion .accordion__trigger{width:100%;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;padding:4rem 0;border:none;background:transparent;color:var(--text-color, #000);text-align:left;cursor:pointer;transition:color .3s ease,opacity .3s ease}@media only screen and (max-width: 834px){.acf-block-accordion .accordion__trigger{padding:2rem 0}}.acf-block-accordion .accordion__trigger:hover,.acf-block-accordion .accordion__trigger:focus-visible{color:var(--text-color, #000)}.acf-block-accordion .accordion__index{min-width:3.9rem;font-family:Parkinsans,sans-serif;font-size:2.8rem;font-weight:500;font-style:normal;line-height:1.4;color:var(--text-color, #000);padding-right:1rem}@media only screen and (max-width: 834px){.acf-block-accordion .accordion__index{min-width:3.8rem;font-size:1.6rem;line-height:1.2;min-width:2rem}}.acf-block-accordion .accordion__trigger-main{min-width:0;display:flex;align-items:center;min-height:7rem}@media only screen and (max-width: 834px){.acf-block-accordion .accordion__trigger-main{min-height:auto}}.acf-block-accordion .accordion__trigger-text{font-family:Parkinsans,sans-serif;font-size:2.8rem;font-style:normal;font-weight:500;line-height:1.4;color:var(--text-color, #000)}@media only screen and (max-width: 834px){.acf-block-accordion .accordion__trigger-text{min-width:3.8rem;font-size:1.6rem;line-height:1.2}}.acf-block-accordion .accordion__icon{position:relative;flex-shrink:0;width:4rem;height:4rem;background:#000;border-radius:50%;transition:transform .3s ease;color:#fff}@media only screen and (max-width: 834px){.acf-block-accordion .accordion__icon{width:2rem;height:2rem;background:none;color:#000}}.acf-block-accordion .accordion__icon:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1.4rem;height:.8rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M14 1.20595L7 8L0 1.20594L1.2425 0L7 5.58811L12.7575 0L14 1.20595Z' fill='%23FFFFFF'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain}@media only screen and (max-width: 834px){.acf-block-accordion .accordion__icon:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M14 1.20595L7 8L0 1.20594L1.2425 0L7 5.58811L12.7575 0L14 1.20595Z' fill='%23000000'/%3E%3C/svg%3E")}}.acf-block-accordion .accordion__content{overflow:hidden}@media only screen and (max-width: 834px){.acf-block-accordion .accordion__content{padding-bottom:0}}.acf-block-accordion .accordion__content-inner{display:flex;flex-direction:column;gap:4rem;padding:4rem 0}@media only screen and (max-width: 834px){.acf-block-accordion .accordion__content-inner{gap:2rem;padding:2rem 0}}.acf-block-accordion .accordion__content-copy{max-width:80rem;color:var(--text-color, #000);padding:0}@media only screen and (max-width: 834px){.acf-block-accordion .accordion__content-copy{padding:0}}.acf-block-accordion .accordion__content-copy *{color:var(--text-color, #000)}.acf-block-accordion .accordion__content-media{width:100%;display:flex;flex-direction:column;gap:4.1rem}@media only screen and (max-width: 834px){.acf-block-accordion .accordion__content-media{gap:.1rem}}.acf-block-accordion .accordion__content-media .acf-block-audio__player{padding:4rem 0;background:transparent;color:var(--text-color, #000)}@media only screen and (max-width: 834px){.acf-block-accordion .accordion__content-media .acf-block-audio__player{padding:2rem}}.acf-block-accordion .accordion__content-media .acf-block-audio__player-title,.acf-block-accordion .accordion__content-media .acf-block-audio__player-artist{color:var(--text-color, #000)}.acf-block-accordion .accordion__content-media .acf-block-audio__player:not(:last-child):before{content:"";position:absolute;top:calc(100% + 2.1rem);left:0;width:100%;height:1px;background:#000}@media only screen and (max-width: 834px){.acf-block-accordion .accordion__content-media .acf-block-audio__player:not(:last-child):before{top:100%}}.acf-block-team{padding-top:var(--padding-top);padding-bottom:var(--padding-bottom)}@media only screen and (max-width: 834px){.acf-block-team{padding-top:var(--padding-top-mobile);padding-bottom:var(--padding-bottom-mobile)}}.acf-block-team__title{margin-bottom:4rem}@media only screen and (max-width: 834px){.acf-block-team__title{margin-bottom:2rem}}.acf-block-team__grid{display:grid;grid-template-columns:repeat(3,1fr);align-items:flex-start;column-gap:4.3rem;row-gap:6rem}@media only screen and (max-width: 1024px){.acf-block-team__grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width: 834px){.acf-block-team__grid{row-gap:4rem}}@media only screen and (max-width: 576px){.acf-block-team__grid{grid-template-columns:1fr}}.acf-block-team__grid--item{display:flex;align-items:flex-start;justify-content:flex-start;gap:2rem}@media only screen and (max-width: 834px){.acf-block-team__grid--item{gap:1rem}}.acf-block-team__grid--item .team-item__image{width:6rem;height:6rem;border-radius:3rem;overflow:hidden;flex-shrink:0}@media only screen and (max-width: 834px){.acf-block-team__grid--item .team-item__image{width:4rem;height:4rem}}.acf-block-team__grid--item .team-item__image img{width:100%;height:100%;object-fit:cover}.acf-block-team__grid--item .team-item__details a{display:block}.influencer-item__panel--intro,.data-item__panel--intro{max-width:50rem;display:flex;flex-direction:column;justify-content:space-between;height:100%;gap:2rem}@media only screen and (max-width: 834px){.influencer-item__panel--intro,.data-item__panel--intro{max-height:fit-content;max-width:100%}}.influencer-item__title,.data-item__title{margin-bottom:2rem}@media only screen and (max-width: 834px){.influencer-item__title,.data-item__title{font-size:3.5rem;line-height:120%}}.influencer-item__tags,.data-item__tags{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:4rem}.influencer-item__tag,.data-item__tag{font-family:Manrope,sans-serif;display:flex;padding:.8rem 1rem;justify-content:center;align-items:center;border-radius:2rem;text-align:center;font-size:1.2rem;line-height:1;letter-spacing:-.024rem;transition:.3s ease;color:var(--text-color, #000);border:.1rem solid var(--text-color, #000)}@media only screen and (max-width: 834px){.influencer-item__details,.data-item__details{display:none}}.influencer-item__details--mobile,.data-item__details--mobile{display:none}@media only screen and (max-width: 834px){.influencer-item__details--mobile,.data-item__details--mobile{display:block}}.influencer-item__stats,.data-item__stats{display:flex;flex-wrap:wrap;gap:1rem 4rem;margin-bottom:4rem}@media only screen and (max-width: 834px){.influencer-item__stats,.data-item__stats{margin-bottom:3rem}}.influencer-item__stat,.data-item__stat{display:flex;flex-direction:column;min-width:23rem;max-width:35rem;gap:1rem}@media only screen and (max-width: 834px){.influencer-item__stat,.data-item__stat{min-width:15.5rem;gap:0}}.influencer-item__stat-number,.data-item__stat-number{color:var(--stats-color, #000)}@media only screen and (max-width: 834px){.influencer-item__stat-number,.data-item__stat-number{font-size:3.5rem}}.influencer-item__stat-label,.data-item__stat-label{color:var(--text-color, #000)}.influencer-item__buttons,.data-item__buttons{display:flex;flex-wrap:wrap;gap:2rem}.influencer-item__button,.data-item__button{color:var(--button-color, #fff);background-color:var(--button-background-color, #000)}.influencer-item__button:hover,.influencer-item__button:focus,.data-item__button:hover,.data-item__button:focus{color:var(--button-hover-color, #fff);background-color:var(--button-hover-background-color, #FFAFEC)}.influencer-item__button:hover .influencer-item__button-icon--instagram,.influencer-item__button:focus .influencer-item__button-icon--instagram,.data-item__button:hover .influencer-item__button-icon--instagram,.data-item__button:focus .influencer-item__button-icon--instagram{color:var(--button-hover-background-color, #FFAFEC)}.influencer-item__button-icon,.data-item__button-icon{display:inline-flex;flex-shrink:0}.influencer-item__button-icon--instagram,.data-item__button-icon--instagram{color:var(--button-background-color, #000);transition:.3s ease}.influencer-item,.data-item{background-color:var(--background-color, #fff);position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;cursor:auto;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility 0s linear 2s}@media only screen and (max-width: 834px){.influencer-item,.data-item{overflow-x:hidden;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;transition:opacity .3s ease,visibility 0s linear .3s}}.influencer-item::-webkit-scrollbar,.data-item::-webkit-scrollbar{width:1rem;height:1rem}.influencer-item::-webkit-scrollbar-track,.data-item::-webkit-scrollbar-track{background:transparent}.influencer-item::-webkit-scrollbar-thumb,.data-item::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb-color, #000);border-radius:0}.influencer-item::-webkit-scrollbar-corner,.data-item::-webkit-scrollbar-corner{background:transparent}.influencer-item.is-open,.data-item.is-open{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .3s ease,visibility 0s linear 0s}@media only screen and (max-width: 834px){.influencer-item.is-open,.data-item.is-open{transition:opacity .3s ease,visibility 0s linear 0s}}.influencer-item.is-static,.data-item.is-static{position:relative;min-height:100vh;height:auto;z-index:1;opacity:1;visibility:visible;pointer-events:auto;transition:none}.influencer-item.is-static .influencer-item__wrapper,.data-item.is-static .influencer-item__wrapper{height:calc(100vh - 1rem)}@media only screen and (max-width: 834px){.influencer-item.is-static,.data-item.is-static{overflow-y:auto}.influencer-item.is-static .influencer-item__wrapper,.data-item.is-static .influencer-item__wrapper{height:100vh}.influencer-item.is-static .influencer-item__track,.data-item.is-static .influencer-item__track{padding-top:10rem}}.influencer-item.is-static .influencer-item__track,.data-item.is-static .influencer-item__track{transform:none;transition:none}@media only screen and (min-width: 835px){.influencer-item,.data-item{cursor:grab}.influencer-item.is-dragging,.data-item.is-dragging{cursor:grabbing}}.influencer-item__close,.data-item__close{position:fixed;top:0;right:0;z-index:1001;padding:2rem 2rem 2rem 3rem;display:flex;align-items:center;justify-content:center;gap:1rem;border:none;border-bottom-left-radius:2rem;cursor:pointer;background:#000;color:#fff;transition:.3s ease}.influencer-item__close:hover,.influencer-item__close:focus,.data-item__close:hover,.data-item__close:focus{background:#0006}@media only screen and (max-width: 834px){.influencer-item__close,.data-item__close{top:2rem;right:2rem;border-radius:3.25rem;padding:1rem}}.influencer-item__close svg,.data-item__close svg{width:3.4rem;height:3.4rem;flex-shrink:0;color:inherit}@media only screen and (max-width: 834px){.influencer-item__close svg,.data-item__close svg{width:2rem;height:2rem}}.influencer-item__close__text,.data-item__close__text{color:inherit}@media only screen and (max-width: 834px){.influencer-item__close__text,.data-item__close__text{display:none}}.influencer-item__track,.data-item__track{display:flex;align-items:stretch;height:auto;transform:translate3d(0,100vh,0);transition:transform .4s ease}@media only screen and (max-width: 834px){.influencer-item__track,.data-item__track{align-items:flex-start;padding:5rem 0 0;transform:none;transition:none}}.influencer-item.is-open .influencer-item__track,.influencer-item.is-open .data-item__track,.data-item.is-open .influencer-item__track,.data-item.is-open .data-item__track{transform:translateZ(0)}.influencer-item__wrapper,.data-item__wrapper{display:flex;min-width:max-content;height:100vh}@media only screen and (max-width: 834px){.influencer-item__wrapper,.data-item__wrapper{flex-direction:column;min-width:unset;width:100%}}.influencer-item__vars,.data-item__vars{display:flex;align-items:center;gap:10rem;padding-right:20rem;padding-left:20rem;height:100%}.influencer-item__vars:not(:last-child),.data-item__vars:not(:last-child){border-right:.1rem solid var(--text-color, #000)}@media only screen and (max-width: 1024px){.influencer-item__vars,.data-item__vars{padding-right:10rem;padding-left:10rem}}@media only screen and (max-width: 834px){.influencer-item__vars,.data-item__vars{flex-direction:column;gap:4.5rem;padding:5rem 2rem;height:auto}.influencer-item__vars:not(:last-child),.data-item__vars:not(:last-child){border:none;border-bottom:.1rem solid var(--text-color, #000)}}.influencer-item__panel,.data-item__panel{padding-top:2rem;padding-bottom:2rem;max-height:740px;height:100%;overflow-y:auto}.influencer-item__panel::-webkit-scrollbar,.data-item__panel::-webkit-scrollbar{width:.6rem;height:.6rem}.influencer-item__panel::-webkit-scrollbar-track,.data-item__panel::-webkit-scrollbar-track{background:transparent}.influencer-item__panel::-webkit-scrollbar-thumb,.data-item__panel::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb-color, #000);border-radius:0}.influencer-item__panel::-webkit-scrollbar-corner,.data-item__panel::-webkit-scrollbar-corner{background:transparent}.influencer-item__panel--contact,.data-item__panel--contact{padding-top:0;padding-bottom:0}@media only screen and (max-width: 834px){.influencer-item__panel,.data-item__panel{padding-top:0;padding-bottom:0;max-height:fit-content;height:fit-content}}@media only screen and (max-width: 834px){.influencer-item.has-mobile-scrollbar .influencer-item__track,.data-item.has-mobile-scrollbar .influencer-item__track{padding-bottom:4.8rem}}.influencer-item__mobile-scrollbar,.data-item__mobile-scrollbar{display:none}@media only screen and (max-width: 834px){.influencer-item__mobile-scrollbar,.data-item__mobile-scrollbar{position:fixed;left:0;right:0;bottom:0;z-index:1002;opacity:0;pointer-events:none;transition:opacity .2s ease;display:block}}@media only screen and (max-width: 834px){.influencer-item__mobile-scrollbar.is-visible,.data-item__mobile-scrollbar.is-visible{opacity:1;pointer-events:auto}}.influencer-item__mobile-scrollbar-track,.data-item__mobile-scrollbar-track{height:.4rem;background:transparent;overflow:hidden}.influencer-item__mobile-scrollbar-thumb,.data-item__mobile-scrollbar-thumb{width:8.4rem;height:100%;background:var(--scrollbar-thumb-color, #000);will-change:transform,width}.influencer-item__vars:has(.influencer-item__logo),.data-item__vars:has(.influencer-item__logo){padding:2rem 10rem}@media only screen and (max-width: 834px){.influencer-item__vars:has(.influencer-item__logo),.data-item__vars:has(.influencer-item__logo){padding:5rem 2rem}}@media only screen and (max-width: 576px){.influencer-item__vars:has(.influencer-item__logo),.data-item__vars:has(.influencer-item__logo){padding:2rem}}.influencer-item__panel:has(.influencer-item__logo),.data-item__panel:has(.influencer-item__logo){display:flex;align-items:flex-end;max-height:unset;padding-top:8rem;padding-bottom:8rem}@media only screen and (max-width: 834px){.influencer-item__panel:has(.influencer-item__logo),.data-item__panel:has(.influencer-item__logo){padding:0;width:100%}}@media only screen and (max-width: 834px){.influencer-item__logo,.data-item__logo{display:none}}.influencer-item__logo img,.data-item__logo img{width:15.5rem;height:auto}.influencer-item__logo--mobile,.data-item__logo--mobile{display:none}@media only screen and (max-width: 834px){.influencer-item__logo--mobile,.data-item__logo--mobile{display:block;width:100%}}.influencer-item__collage{display:flex;align-items:stretch;height:100%;gap:2rem;pointer-events:none;max-width:142rem}@media only screen and (max-width: 834px){.influencer-item__collage{flex-direction:column;height:auto;margin-bottom:5rem}}.influencer-item__collage-column{display:flex;flex-direction:column;gap:2rem;min-width:0;height:100%}.influencer-item__collage-column--single{aspect-ratio:1}.influencer-item__collage-column--single .influencer-item__collage-cell{height:100%}.influencer-item__collage-column--double{aspect-ratio:17/35}.influencer-item__collage-column--double .influencer-item__collage-cell{height:calc((100% - 2rem)/2);aspect-ratio:1}@media only screen and (max-width: 834px){.influencer-item__collage-column--double{aspect-ratio:unset}.influencer-item__collage-column--single .influencer-item__collage-cell,.influencer-item__collage-column--double .influencer-item__collage-cell{min-height:0;aspect-ratio:1/1}.influencer-item__collage-column--double{flex-direction:row}.influencer-item__collage-column--double .influencer-item__collage-cell{width:calc((100% - 2rem)/2);height:auto}}.influencer-item__collage-cell{overflow:hidden;border-radius:4rem}@media only screen and (max-width: 834px){.influencer-item__collage-cell{border-radius:2rem}}.influencer-item__collage-img{width:100%;height:100%;object-fit:cover}.influencer-item__vars:has(.influencer-item__panel--contact),.influencer-item__vars:has(.data-item__panel--contact),.data-item__vars:has(.influencer-item__panel--contact),.data-item__vars:has(.data-item__panel--contact){padding:0;width:80rem}@media only screen and (max-width: 1024px){.influencer-item__vars:has(.influencer-item__panel--contact),.influencer-item__vars:has(.data-item__panel--contact),.data-item__vars:has(.influencer-item__panel--contact),.data-item__vars:has(.data-item__panel--contact){width:60rem}}@media only screen and (max-width: 834px){.influencer-item__vars:has(.influencer-item__panel--contact),.influencer-item__vars:has(.data-item__panel--contact),.data-item__vars:has(.influencer-item__panel--contact),.data-item__vars:has(.data-item__panel--contact){width:100%}}.influencer-item__panel--contact.influencer-item__panel,.influencer-item__panel--contact.data-item__panel,.data-item__panel--contact.influencer-item__panel,.data-item__panel--contact.data-item__panel{max-height:unset}.influencer-item__contact-inner,.data-item__contact-inner{display:grid;grid-template-rows:repeat(2,1fr);height:100%;align-self:center;flex-direction:column}.influencer-item__contact,.data-item__contact{border-bottom:.1rem solid var(--text-color, #000)}.influencer-item__contact,.influencer-item__company,.data-item__contact,.data-item__company{padding:5rem 20rem;height:100%;display:flex;flex-direction:column;justify-content:center}@media only screen and (max-width: 1024px){.influencer-item__contact,.influencer-item__company,.data-item__contact,.data-item__company{padding:5rem 10rem}}@media only screen and (max-width: 834px){.influencer-item__contact,.influencer-item__company,.data-item__contact,.data-item__company{padding:6rem 2rem}}.influencer-item__contact h1,.influencer-item__contact h2,.influencer-item__contact h3,.influencer-item__contact h4,.influencer-item__contact h5,.influencer-item__contact p,.influencer-item__contact span,.influencer-item__contact a,.influencer-item__contact li,.influencer-item__contact ul,.influencer-item__company h1,.influencer-item__company h2,.influencer-item__company h3,.influencer-item__company h4,.influencer-item__company h5,.influencer-item__company p,.influencer-item__company span,.influencer-item__company a,.influencer-item__company li,.influencer-item__company ul,.data-item__contact h1,.data-item__contact h2,.data-item__contact h3,.data-item__contact h4,.data-item__contact h5,.data-item__contact p,.data-item__contact span,.data-item__contact a,.data-item__contact li,.data-item__contact ul,.data-item__company h1,.data-item__company h2,.data-item__company h3,.data-item__company h4,.data-item__company h5,.data-item__company p,.data-item__company span,.data-item__company a,.data-item__company li,.data-item__company ul{color:var(--text-color, #000);margin-bottom:1rem}.influencer-item__contact h1:last-child,.influencer-item__contact h2:last-child,.influencer-item__contact h3:last-child,.influencer-item__contact h4:last-child,.influencer-item__contact h5:last-child,.influencer-item__contact p:last-child,.influencer-item__contact span:last-child,.influencer-item__contact a:last-child,.influencer-item__contact li:last-child,.influencer-item__contact ul:last-child,.influencer-item__company h1:last-child,.influencer-item__company h2:last-child,.influencer-item__company h3:last-child,.influencer-item__company h4:last-child,.influencer-item__company h5:last-child,.influencer-item__company p:last-child,.influencer-item__company span:last-child,.influencer-item__company a:last-child,.influencer-item__company li:last-child,.influencer-item__company ul:last-child,.data-item__contact h1:last-child,.data-item__contact h2:last-child,.data-item__contact h3:last-child,.data-item__contact h4:last-child,.data-item__contact h5:last-child,.data-item__contact p:last-child,.data-item__contact span:last-child,.data-item__contact a:last-child,.data-item__contact li:last-child,.data-item__contact ul:last-child,.data-item__company h1:last-child,.data-item__company h2:last-child,.data-item__company h3:last-child,.data-item__company h4:last-child,.data-item__company h5:last-child,.data-item__company p:last-child,.data-item__company span:last-child,.data-item__company a:last-child,.data-item__company li:last-child,.data-item__company ul:last-child{margin-bottom:0}.influencer-item__contact h1,.influencer-item__contact h2,.influencer-item__contact h3,.influencer-item__contact h4,.influencer-item__contact h5,.influencer-item__company h1,.influencer-item__company h2,.influencer-item__company h3,.influencer-item__company h4,.influencer-item__company h5,.data-item__contact h1,.data-item__contact h2,.data-item__contact h3,.data-item__contact h4,.data-item__contact h5,.data-item__company h1,.data-item__company h2,.data-item__company h3,.data-item__company h4,.data-item__company h5{margin-bottom:2rem}.influencer-item__contact a,.influencer-item__company a,.data-item__contact a,.data-item__company a{font-weight:inherit}.influencer-item__panel--article,.data-item__panel--article{max-width:80rem}.influencer-item__article-title,.data-item__article-title{color:var(--text-color, #000);margin-bottom:5rem}@media only screen and (max-width: 834px){.influencer-item__article-title,.data-item__article-title{margin-bottom:2rem}}.influencer-item__article-text h1,.influencer-item__article-text h2,.influencer-item__article-text h3,.influencer-item__article-text h4,.influencer-item__article-text h5,.influencer-item__article-text p,.influencer-item__article-text span,.influencer-item__article-text div,.influencer-item__article-text a,.influencer-item__article-text li,.influencer-item__article-text ul,.data-item__article-text h1,.data-item__article-text h2,.data-item__article-text h3,.data-item__article-text h4,.data-item__article-text h5,.data-item__article-text p,.data-item__article-text span,.data-item__article-text div,.data-item__article-text a,.data-item__article-text li,.data-item__article-text ul{color:var(--text-color, #000)}.influencer-item__panel--partners{max-width:80rem}.influencer-item__partners-heading,.influencer-item__partners-text{margin-bottom:4rem;color:var(--text-color, #000)}@media only screen and (max-width: 834px){.influencer-item__partners-heading,.influencer-item__partners-text{margin-bottom:2rem}}.influencer-item__partners-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media only screen and (max-width: 834px){.influencer-item__partners-grid{gap:1rem}}.influencer-item__partner{position:relative;display:flex;flex-direction:column;align-items:center;gap:1rem}@media only screen and (max-width: 834px){.influencer-item__partner{gap:.5rem}}.influencer-item__partner-logo{object-fit:cover;width:100%;aspect-ratio:1;border-radius:2rem}.influencer-item__partner-name{font-size:1.4rem;font-weight:700;text-align:center;color:var(--text-color, #000)}@media only screen and (max-width: 834px){.influencer-item__partner-name{font-size:.8rem}}.influencer-item__partner-toggle{display:flex;flex-direction:column;align-items:center;gap:8px;padding:0;background:none;border:none;cursor:pointer}.influencer-item__partner-toggle:disabled{cursor:default}.influencer-item__partner-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;display:none;align-items:center;justify-content:center;padding:0 5rem;background-color:#0006;overflow-y:auto;-webkit-overflow-scrolling:touch}@media only screen and (max-width: 1608px){.influencer-item__partner-popup{align-items:flex-start}}@media only screen and (max-width: 834px){.influencer-item__partner-popup{padding:0}}.influencer-item__partner-popup::-webkit-scrollbar{display:none}.influencer-item__partner-popup.is-open{display:flex}.influencer-item__partner-popup-modal{display:flex;width:120rem;padding:5rem 10rem 9rem;flex-direction:column;align-items:center;border-radius:4rem;background:#fff}@media only screen and (max-width: 834px){.influencer-item__partner-popup-modal{padding:8rem 2rem;border-radius:0}}.influencer-item__partner-popup-inner{margin:0 auto}@media only screen and (max-width: 834px){.influencer-item__partner-popup-inner{display:flex;flex-direction:column}}.influencer-item__partner-popup-title{color:var(--text-color, #000);margin-bottom:2rem}.influencer-item__partner-popup-close{position:absolute;top:3rem;right:3rem;z-index:2;width:3.4rem;height:3.4rem;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:#000}@media only screen and (max-width: 834px){.influencer-item__partner-popup-close{width:2.4rem;height:2.4rem}}.influencer-item__partner-popup-close svg{width:100%;flex-shrink:0}.influencer-item__partner-media{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem;margin-bottom:6rem}@media only screen and (max-width: 834px){.influencer-item__partner-media{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:5rem}}.influencer-item__partner-media-column{display:flex;flex-direction:column;gap:2rem;min-width:0}.influencer-item__partner-media-column--reversed{flex-direction:column-reverse}.influencer-item__partner-media-column--single .influencer-item__partner-media-item{height:100%;aspect-ratio:235/405}.influencer-item__partner-media-column--double .influencer-item__partner-media-item{aspect-ratio:235/150}.influencer-item__partner-media-column--double .influencer-item__partner-media-item.square{aspect-ratio:1}@media only screen and (max-width: 834px){.influencer-item__partner-media-column--mobile-horizontal{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;grid-column:span 2}.influencer-item__partner-media-column--mobile-horizontal.influencer-item__partner-media-column--reversed .influencer-item__partner-media-item:first-child{order:2}.influencer-item__partner-media-column--mobile-horizontal.influencer-item__partner-media-column--reversed .influencer-item__partner-media-item:last-child{order:1}}.influencer-item__partner-media-item{position:relative;border-radius:1.6rem;overflow:hidden}.influencer-item__partner-media-item img,.influencer-item__partner-media-item video,.influencer-item__partner-media-item iframe{display:block;width:100%;border:none}.influencer-item__partner-media-item--image img{height:100%;object-fit:cover}.influencer-item__partner-media-item--video{aspect-ratio:9/16}.influencer-item__partner-media-item--video img,.influencer-item__partner-media-item--video video,.influencer-item__partner-media-item--video iframe,.influencer-item__partner-media-item--video .influencer-item__partner-yt,.influencer-item__partner-media-item--video .influencer-item__partner-vid{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}@media only screen and (max-width: 834px){.influencer-item__partner-media-item,.influencer-item__partner-media-item--video{aspect-ratio:1/1}}.influencer-item__partner-yt,.influencer-item__partner-vid{padding:0;background:none;border:none;cursor:pointer}.influencer-item__partner-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:5rem;height:5rem;border-radius:50%;background-color:#ffffffe6;pointer-events:none}.influencer-item__partner-play:after{content:"";position:absolute;top:50%;left:54%;transform:translate(-50%,-50%);border-style:solid;border-width:1rem 0 1rem 1.6rem;border-color:transparent transparent transparent #000}.influencer-item__partner-stats{display:flex;flex-wrap:wrap;gap:2rem 10rem;margin-bottom:3rem;padding:0}@media only screen and (max-width: 834px){.influencer-item__partner-stats{gap:4rem;order:2;margin-bottom:0}}.influencer-item__partner-stat{display:flex;flex-direction:column;max-width:17.1rem}.influencer-item__partner-stat-title{color:var(--text-color, #000)}.influencer-item__partner-stat-number{font-size:2.8rem;color:var(--stats-color, #000)}.influencer-item__partner-desc{color:var(--text-color, #000)}@media only screen and (max-width: 834px){.influencer-item__partner-desc{margin-bottom:5rem}}@media only screen and (max-width: 576px){.influencer-item__vars:has(.influencer-item__panel--video){padding-right:0;padding-left:0}}.influencer-item__panel--video{max-width:80rem}@media only screen and (max-width: 834px){.influencer-item__panel--video{width:100%;max-width:100%}}.influencer-item__video-heading{color:var(--text-color, #000);margin-bottom:2rem}@media only screen and (max-width: 576px){.influencer-item__video-heading{padding-right:2rem;padding-left:2rem}}.influencer-item__video-text{color:var(--text-color, #000);margin-bottom:4rem}@media only screen and (max-width: 834px){.influencer-item__video-text{margin-bottom:4.5rem}}@media only screen and (max-width: 576px){.influencer-item__video-text{padding-right:2rem;padding-left:2rem}}.influencer-item__video-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2.5rem}@media only screen and (max-width: 576px){.influencer-item__video-grid{gap:2rem;display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;padding-right:2rem;scroll-padding-left:2rem}.influencer-item__video-grid:before{content:"";flex:0 0 .01rem}.influencer-item__video-grid::-webkit-scrollbar{display:none!important}}.influencer-item__video-card{position:relative;border-radius:2rem;overflow:hidden;aspect-ratio:255/444;background-color:#00000014}@media only screen and (max-width: 576px){.influencer-item__video-card{aspect-ratio:320/568}}.influencer-item__video-card--container{cursor:pointer}@media only screen and (max-width: 576px){.influencer-item__video-card--container{scroll-snap-align:start;flex:0 0 calc(100% - 5rem);width:calc(100% - 5rem)}}.influencer-item__video-card--title,.influencer-item__video-card--subtitle{display:none}@media only screen and (max-width: 576px){.influencer-item__video-card--title,.influencer-item__video-card--subtitle{display:block}}.influencer-item__video-card--title{margin-top:1rem}.influencer-item__video-card--file{cursor:default}.influencer-item__video-card--file video,.influencer-item__video-card--file .influencer-item__video-file-play{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.influencer-item__video-card--file video{display:block;object-fit:cover}.influencer-item__video-card--link .influencer-item__video-yt,.influencer-item__video-card--link iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.influencer-item__video-card--link iframe{border:none}.influencer-item__video-img{display:block;width:100%;height:100%;object-fit:cover}.influencer-item__video-play{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center}.influencer-item__video-file-play{padding:0;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.influencer-item__video-yt{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.influencer-item__video-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:5rem;height:5rem;border-radius:50%;background-color:#ffffffe6;pointer-events:none}.influencer-item__video-overlay:after{content:"";position:absolute;top:50%;left:54%;transform:translate(-50%,-50%);border-style:solid;border-width:1rem 0 1rem 1.6rem;border-color:transparent transparent transparent #000}@media only screen and (max-width: 576px){.influencer-item__vars:has(.influencer-item__panel--social){padding-right:0;padding-left:0}}.influencer-item__panel--social{max-width:80rem}@media only screen and (max-width: 834px){.influencer-item__panel--social{max-width:unset}}.influencer-item__social-title{color:var(--text-color, #000);margin-bottom:2rem}@media only screen and (max-width: 576px){.influencer-item__social-title{padding-right:2rem;padding-left:2rem}}.influencer-item__social-desc{color:var(--text-color, #000);margin-bottom:1.5rem}@media only screen and (max-width: 576px){.influencer-item__social-desc{padding-right:2rem;padding-left:2rem}}.influencer-item__social-link{display:flex;align-items:center;margin-bottom:1.5rem;gap:.5rem;font-size:1.6rem;font-weight:700;color:var(--text-color, #000)}@media only screen and (max-width: 834px){.influencer-item__social-link{margin-bottom:3.8rem}}@media only screen and (max-width: 576px){.influencer-item__social-link{padding-right:2rem;padding-left:2rem}}.influencer-item__social-link svg{width:2rem;height:2rem;flex-shrink:0}.influencer-item__social-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media only screen and (max-width: 576px){.influencer-item__social-grid{display:flex;gap:2rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;padding-right:2rem;scroll-padding-left:2rem}.influencer-item__social-grid:before{content:"";flex:0 0 .01rem}.influencer-item__social-grid::-webkit-scrollbar{display:none!important}}.influencer-item__social-item{display:block;position:relative;aspect-ratio:1/1;overflow:hidden;border-radius:2rem}@media only screen and (max-width: 576px){.influencer-item__social-item{flex:0 0 calc(100% - 18rem);width:calc(100% - 18rem);scroll-snap-align:start}}.influencer-item__social-img{width:100%;height:100%;object-fit:cover}.influencer-item__social-icon{position:absolute;top:1rem;right:1rem;z-index:2;display:flex;width:2rem;height:2rem;pointer-events:none}.influencer-item__social-icon svg{width:100%;height:100%}main:has(.influencer-item.is-open){z-index:100}.acf-block-influencers-matrix{padding-top:var(--padding-top);padding-bottom:var(--padding-bottom)}@media only screen and (max-width: 834px){.acf-block-influencers-matrix{padding-top:var(--padding-top-mobile);padding-bottom:var(--padding-bottom-mobile);border-bottom:.1rem solid #000}}.acf-block-influencers-matrix__title{margin-bottom:2rem}.acf-block-influencers-matrix__head{display:flex;justify-content:space-between;gap:2rem;margin-bottom:5rem}@media only screen and (max-width: 834px){.acf-block-influencers-matrix__head{margin-right:-2rem;flex-direction:column}}.acf-block-influencers-matrix__tags,.acf-block-influencers-matrix .influencer-card__tags{display:flex;align-items:flex-start;gap:1rem;flex-wrap:wrap;width:calc((100% - 3rem)/2)}.acf-block-influencers-matrix__tags li,.acf-block-influencers-matrix .influencer-card__tags li{flex-shrink:0}@media only screen and (max-width: 834px){.acf-block-influencers-matrix__tags,.acf-block-influencers-matrix .influencer-card__tags{width:100%;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap}}.acf-block-influencers-matrix__btn{display:flex;padding:.8rem 1rem;justify-content:center;align-items:center;border-radius:2rem;border:.1rem solid #000;text-align:center;font-size:1.2rem;line-height:1;letter-spacing:-.024rem;transition:.3s ease}.acf-block-influencers-matrix__tag.is-active,.acf-block-influencers-matrix__tag:hover{color:#fff;background-color:#000}.acf-block-influencers-matrix__grid{display:grid;grid-template-columns:repeat(3,1fr);column-gap:4rem;row-gap:6rem;list-style:none;margin:0;padding:0}@media only screen and (max-width: 834px){.acf-block-influencers-matrix__grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width: 576px){.acf-block-influencers-matrix__grid{grid-template-columns:1fr}}.acf-block-influencers-matrix__sentinel{width:100%;height:1px}.acf-block-influencers-matrix__loader-overlay{position:absolute;top:0;right:0;bottom:0;left:0;bottom:-6rem;display:flex;align-items:flex-end;justify-content:center;background:#fff6;z-index:5;pointer-events:auto}.acf-block-influencers-matrix__loader-overlay.is-hidden{display:none}.acf-block-influencers-matrix__popup-loader-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#fff6;z-index:1004;pointer-events:auto}.acf-block-influencers-matrix__popup-loader-overlay.is-hidden{display:none}.acf-block-influencers-matrix__item{list-style:none;display:flex;flex-direction:column;gap:2rem}.acf-block-influencers-matrix__item .influencer-card__image{border-radius:4rem;width:100%;aspect-ratio:1;overflow:hidden}@media only screen and (max-width: 834px){.acf-block-influencers-matrix__item .influencer-card__image{border-radius:2rem}}.acf-block-influencers-matrix__item .influencer-card__image:hover img,.acf-block-influencers-matrix__item .influencer-card__image:focus img{scale:1.05}.acf-block-influencers-matrix__item .influencer-card__image:hover .influencer-card__image__hover-image,.acf-block-influencers-matrix__item .influencer-card__image:focus .influencer-card__image__hover-image{opacity:1}.acf-block-influencers-matrix__item .influencer-card__image img{width:100%;height:100%;object-fit:cover;transition:.3s ease}.acf-block-influencers-matrix__item .influencer-card__image__hover-image{position:absolute;opacity:0;pointer-events:none}.acf-block-influencers-matrix__item .influencer-card__image svg{position:absolute;z-index:3;right:2rem;bottom:2rem;pointer-events:none;width:2.4rem;height:2.4rem}.acf-block-influencers-matrix__item .influencer-card__tags{width:100%}@media only screen and (max-width: 834px){.acf-block-influencers-matrix__item .influencer-card__tags{flex-wrap:wrap}}.acf-block-podcast-slider{padding-top:var(--padding-top);padding-bottom:var(--padding-bottom)}@media only screen and (max-width: 834px){.acf-block-podcast-slider{padding-top:var(--padding-top-mobile);padding-bottom:var(--padding-bottom-mobile)}}.acf-block-podcast-slider .podcast-slider__head{margin-bottom:8rem}@media only screen and (max-width: 834px){.acf-block-podcast-slider .podcast-slider__head{margin-bottom:4rem}}.acf-block-podcast-slider .podcast-slider__label{line-height:187.5%;margin-bottom:.6rem}@media only screen and (max-width: 834px){.acf-block-podcast-slider .podcast-slider__label{margin-bottom:2rem}}.acf-block-podcast-slider .podcast-slider__wrapper:not(:last-child){margin-bottom:11rem}@media only screen and (max-width: 834px){.acf-block-podcast-slider .podcast-slider__wrapper:not(:last-child){margin-bottom:4rem}}.acf-block-podcast-slider .podcast-splide{overflow:hidden;max-height:440px}@media only screen and (max-width: 834px){.acf-block-podcast-slider .podcast-splide{max-height:295px}}.acf-block-podcast-slider .splide__list{display:flex}.acf-block-podcast-slider .splide .podcast-slide{flex-shrink:0;cursor:pointer}.acf-block-podcast-slider .splide .podcast-slide a{cursor:auto}.acf-block-podcast-slider .splide .podcast-slide img{margin-bottom:1rem;object-fit:cover;cursor:pointer;width:100%;max-height:40rem;border-radius:2rem}@media only screen and (max-width: 834px){.acf-block-podcast-slider .splide .podcast-slide img{height:20rem}}.acf-block-podcast-slider .podcast-slide-popup-content{display:none}.acf-block-podcast-slider .podcast-popup{max-width:100rem;height:fit-content;max-height:100vh;width:100%;display:flex;justify-content:space-between;position:relative;border-radius:4rem;background:#fff;overflow-x:hidden}@media only screen and (max-width: 834px){.acf-block-podcast-slider .podcast-popup{border-radius:0;height:100%}}.acf-block-podcast-slider .podcast-popup__wrapper{display:none;position:fixed;top:0;left:0;bottom:0;right:0;width:100%;height:100%;padding:0 5rem;pointer-events:none;z-index:10;background-color:#0006}@media (max-width: 980px){.acf-block-podcast-slider .podcast-popup__wrapper{overflow:auto;padding:2rem 3.5rem}}@media only screen and (max-width: 834px){.acf-block-podcast-slider .podcast-popup__wrapper{padding:0}}.acf-block-podcast-slider .podcast-popup__wrapper.open{z-index:1000;pointer-events:all}.acf-block-podcast-slider .podcast-popup__inner{margin:auto;height:95%;display:flex;justify-content:center;align-items:center;top:50%;transform:translateY(-50%)}@media only screen and (max-width: 834px){.acf-block-podcast-slider .podcast-popup__inner{height:100%}}.acf-block-podcast-slider .podcast-popup__border{padding:10rem 0;width:100%;overflow:hidden}@media only screen and (max-height: 800px){.acf-block-podcast-slider .podcast-popup__border{height:100%}}@media only screen and (max-width: 834px){.acf-block-podcast-slider .podcast-popup__border{border-radius:0;overflow-y:scroll}}.acf-block-podcast-slider .podcast-popup__content{position:relative;z-index:2}.acf-block-podcast-slider .podcast-popup__body{display:flex;gap:4rem;padding:0 10rem 8rem;border-bottom:.1rem solid #000}@media only screen and (max-width: 834px){.acf-block-podcast-slider .podcast-popup__body{flex-direction:column;padding:0 2rem 4rem}}.acf-block-podcast-slider .podcast-popup__image{flex-shrink:0}@media only screen and (max-width: 834px){.acf-block-podcast-slider .podcast-popup__image{display:flex;gap:2rem}}.acf-block-podcast-slider .podcast-popup__image img{width:30rem;overflow:hidden;aspect-ratio:1/1;border-radius:2rem}@media only screen and (max-width: 834px){.acf-block-podcast-slider .podcast-popup__image img{width:18rem}}.acf-block-podcast-slider .podcast-popup__image__stats{display:none}@media only screen and (max-width: 834px){.acf-block-podcast-slider .podcast-popup__image__stats{display:flex;flex-direction:column}.acf-block-podcast-slider .podcast-popup__image__stats--item:not(:last-child){margin-bottom:1.8rem}}.acf-block-podcast-slider .podcast-popup__title{margin-bottom:1.2rem}.acf-block-podcast-slider .podcast-popup__footer{display:flex;justify-content:space-between;gap:4rem;align-items:flex-end;padding:4rem 10rem 0}@media only screen and (max-width: 834px){.acf-block-podcast-slider .podcast-popup__footer{padding:4rem 2rem 0}}.acf-block-podcast-slider .podcast-popup__stats{display:flex;gap:1.8rem}.acf-block-podcast-slider .podcast-popup__stats--item{min-width:12rem}@media only screen and (max-width: 834px){.acf-block-podcast-slider .podcast-popup__stats{display:none}}.acf-block-podcast-slider .podcast-popup__buttons{display:flex;align-items:center;gap:1.5rem}@media only screen and (max-width: 834px){.acf-block-podcast-slider .podcast-popup__buttons{flex-direction:column;align-items:flex-start}}.acf-block-podcast-slider .podcast-popup__links{display:flex;align-items:center;gap:1.5rem}.acf-block-podcast-slider .popup-close{display:flex;align-items:center;justify-content:center;position:absolute;top:3rem;right:3rem;width:3.4rem;height:3.4rem;cursor:pointer;z-index:3}@media only screen and (max-width: 834px){.acf-block-podcast-slider .popup-close{width:2.4rem;height:2.4rem}}.acf-block-testimonials{padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);overflow:hidden}@media only screen and (max-width: 834px){.acf-block-testimonials{padding-top:var(--padding-top-mobile);padding-bottom:var(--padding-bottom-mobile)}}.acf-block-testimonials__label{margin-bottom:2rem}@media only screen and (max-width: 834px){.acf-block-testimonials__label{margin-bottom:1.3rem}}.acf-block-testimonials .splide__track{overflow:visible}.acf-block-testimonials .slider__item{display:flex;padding:6rem 6rem 8rem;align-items:flex-start;gap:6rem;height:fit-content;background-color:var(--background-color, #E6D2AF);border-radius:4rem;cursor:grab}@media only screen and (max-width: 834px){.acf-block-testimonials .slider__item{padding:4rem 4rem 6rem;flex-direction:column;gap:2rem;border-radius:2rem}}.acf-block-testimonials .slider__item--image{width:18rem;aspect-ratio:1;flex-shrink:0;border-radius:2rem;overflow:hidden}@media only screen and (max-width: 834px){.acf-block-testimonials .slider__item--image{width:12rem}}.acf-block-testimonials .slider__item--image img{width:100%;height:100%;object-fit:cover}.acf-block-testimonials .slider__item p{color:var(--text-color, #000)}.acf-block-testimonials .slider__item--number,.acf-block-testimonials .slider__item--title{margin-bottom:2rem}@media only screen and (max-width: 834px){.acf-block-testimonials .slider__item--title{margin-bottom:1rem}}.acf-block-testimonials .slider__item--text{margin-bottom:1rem}.acf-block-cases_v2{padding-top:var(--padding-top);padding-bottom:var(--padding-bottom)}@media only screen and (max-width: 834px){.acf-block-cases_v2{padding-top:var(--padding-top-mobile);padding-bottom:var(--padding-bottom-mobile)}}.acf-block-cases_v2__title{margin-bottom:2rem}.acf-block-cases_v2__head{display:flex;justify-content:space-between;gap:2rem;margin-bottom:5rem}@media only screen and (max-width: 834px){.acf-block-cases_v2__head{margin-right:-2rem;flex-direction:column}}.acf-block-cases_v2__tags{display:flex;align-items:flex-start;gap:1rem;flex-wrap:wrap;width:calc((100% - 3rem)/2)}.acf-block-cases_v2__tags li{flex-shrink:0}@media only screen and (max-width: 834px){.acf-block-cases_v2__tags{width:100%;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap}}.acf-block-cases_v2__btn{display:flex;padding:.8rem 1rem;justify-content:center;align-items:center;border-radius:2rem;border:.1rem solid #000;text-align:center;font-size:1.2rem;line-height:1;letter-spacing:-.024rem;transition:.3s ease}.acf-block-cases_v2__tag.is-active,.acf-block-cases_v2__tag:hover{color:#fff;background-color:#000}@media only screen and (max-width: 834px){.acf-block-cases_v2__sort{margin-right:2rem}}.acf-block-cases_v2__sort-label{display:none}.acf-block-cases_v2__sort .select{position:relative;width:39rem;display:flex;cursor:pointer}@media only screen and (max-width: 834px){.acf-block-cases_v2__sort .select{width:100%}}.acf-block-cases_v2__sort .select.is-open .select__options{opacity:1;pointer-events:all}.acf-block-cases_v2__sort .select.is-open .select__trigger{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.acf-block-cases_v2__sort .select.is-open .select__caret{transform:rotate(-180deg)}.acf-block-cases_v2__sort .select__trigger{display:flex;width:100%;padding:1.5rem 2rem;align-items:center;justify-content:space-between;gap:1rem;border-radius:3rem;border:.1rem solid #000;background:#fff}@media only screen and (max-width: 834px){.acf-block-cases_v2__sort .select__trigger{padding:.7rem 1.5rem;border-radius:2rem}}.acf-block-cases_v2__sort .select__trigger__title{display:flex;align-items:center;gap:.5rem}.acf-block-cases_v2__sort .select__trigger__title svg{width:2.4rem;height:2.4rem;flex-shrink:0}.acf-block-cases_v2__sort .select__caret{pointer-events:none;transition:.35s ease}.acf-block-cases_v2__sort .select__caret svg{flex-shrink:0;width:1.2rem;height:.7rem}.acf-block-cases_v2__sort .select__options{position:absolute;z-index:2;top:98%;left:0;right:0;overflow:hidden;padding-bottom:1rem;border:.1rem solid #000;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;border-top:none;background:#fff;opacity:0;pointer-events:none;transition:.3s ease}@media only screen and (max-width: 834px){.acf-block-cases_v2__sort .select__options{padding-top:1rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem}}.acf-block-cases_v2__sort .select__options li{padding:.6rem 2rem}@media only screen and (max-width: 834px){.acf-block-cases_v2__sort .select__options li{padding:.5rem 1.5rem}}.acf-block-cases_v2__sort .select__options li:hover,.acf-block-cases_v2__sort .select__options li:focus{background:#f0f0f0}.acf-block-cases_v2__list{display:flex;flex-direction:column;gap:5rem}@media only screen and (max-width: 834px){.acf-block-cases_v2__list{gap:2rem}}.acf-block-cases_v2__loader-overlay{position:absolute;top:0;right:0;bottom:0;left:0;bottom:-6rem;display:flex;align-items:flex-end;justify-content:center;background:#fff6;z-index:5;pointer-events:auto}.acf-block-cases_v2__loader-overlay.is-hidden{display:none}.acf-block-cases_v2__item{display:flex;padding:5rem;align-items:center;gap:4rem;border-radius:4rem;border:.1rem solid #000;transition:.3s ease}.acf-block-cases_v2__item:hover,.acf-block-cases_v2__item:focus{border-color:var(--case-background, #000);background-color:var(--case-background, #fff)}.acf-block-cases_v2__item:hover .item__content__label,.acf-block-cases_v2__item:focus .item__content__label{color:var(--text-color, #000)}.acf-block-cases_v2__item:hover .item__content__title,.acf-block-cases_v2__item:focus .item__content__title{color:var(--text-color, #000)}.acf-block-cases_v2__item:hover .item__content__tag,.acf-block-cases_v2__item:focus .item__content__tag{color:var(--text-color, #000);border-color:var(--text-color, #000)}.acf-block-cases_v2__item:hover .item__content__stat-number,.acf-block-cases_v2__item:focus .item__content__stat-number{color:var(--text-color, #000)}.acf-block-cases_v2__item:hover .item__content__stat-label,.acf-block-cases_v2__item:focus .item__content__stat-label{color:var(--text-color, #000)}.acf-block-cases_v2__item:hover .item__content__description,.acf-block-cases_v2__item:focus .item__content__description{color:var(--text-color, #000)}.acf-block-cases_v2__item:hover .item__content__button,.acf-block-cases_v2__item:focus .item__content__button{color:var(--button-color, #fff);background-color:var(--button-background, #000)}.acf-block-cases_v2__item:hover .item__content__button:hover,.acf-block-cases_v2__item:hover .item__content__button:focus,.acf-block-cases_v2__item:focus .item__content__button:hover,.acf-block-cases_v2__item:focus .item__content__button:focus{opacity:80%}@media only screen and (max-width: 1024px){.acf-block-cases_v2__item{flex-wrap:wrap}}@media only screen and (max-width: 834px){.acf-block-cases_v2__item{padding:4rem 2rem 6rem;border-radius:2rem}}@media only screen and (max-width: 576px){.acf-block-cases_v2__item{flex-direction:column;justify-content:center;align-items:flex-start}}.acf-block-cases_v2__item .item__img{width:30rem;aspect-ratio:1;border-radius:2rem;overflow:hidden;flex-shrink:0}@media only screen and (max-width: 834px){.acf-block-cases_v2__item .item__img{width:calc((100% - 4rem)/2)}}@media only screen and (max-width: 576px){.acf-block-cases_v2__item .item__img{display:none}}.acf-block-cases_v2__item .item__img--mob{display:none}@media only screen and (max-width: 576px){.acf-block-cases_v2__item .item__img--mob{display:flex;width:15rem;height:15rem;border-radius:2rem;overflow:hidden}.acf-block-cases_v2__item .item__img--mob img{width:100%;height:100%;object-fit:cover}}.acf-block-cases_v2__item .item__img img{width:100%;height:100%;object-fit:cover}.acf-block-cases_v2__item .item__content{display:flex;gap:8rem;align-items:center}@media only screen and (max-width: 1400px){.acf-block-cases_v2__item .item__content{gap:4rem;display:contents}}@media only screen and (max-width: 576px){.acf-block-cases_v2__item .item__content{flex-direction:column;align-items:flex-start}}.acf-block-cases_v2__item .item__content__label,.acf-block-cases_v2__item .item__content__title,.acf-block-cases_v2__item .item__content__tag,.acf-block-cases_v2__item .item__content__stat-number,.acf-block-cases_v2__item .item__content__stat-label,.acf-block-cases_v2__item .item__content__description{transition:.3s ease}.acf-block-cases_v2__item .item__content__details{width:30rem;flex-shrink:0}@media only screen and (max-width: 1024px){.acf-block-cases_v2__item .item__content__details{width:calc(100% - 34rem)}}@media only screen and (max-width: 834px){.acf-block-cases_v2__item .item__content__details{width:calc((100% - 4rem)/2)}}@media only screen and (max-width: 576px){.acf-block-cases_v2__item .item__content__details{width:100%}}.acf-block-cases_v2__item .item__content__title{margin-bottom:2rem}.acf-block-cases_v2__item .item__content__tags{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}@media only screen and (max-width: 834px){.acf-block-cases_v2__item .item__content__tags{margin-bottom:4rem}}.acf-block-cases_v2__item .item__content__flex{margin-bottom:3.2rem}@media only screen and (max-width: 576px){.acf-block-cases_v2__item .item__content__flex{display:flex;gap:2rem;margin-bottom:4rem}}.acf-block-cases_v2__item .item__content__stats{display:flex;gap:4rem}@media only screen and (max-width: 576px){.acf-block-cases_v2__item .item__content__stats{flex-direction:column}}.acf-block-cases_v2__item .item__content__stat{min-width:12.7rem}@media only screen and (max-width: 576px){.acf-block-cases_v2__item .item__content__stat{min-width:fit-content}}.acf-block-cases_v2__item .item__content__button{width:100%;max-width:unset}@media only screen and (max-width: 1400px){.acf-block-cases_v2__item .item__content__description{width:100%}}.acf-block-links{padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);overflow:hidden}@media only screen and (max-width: 834px){.acf-block-links{padding-top:var(--padding-top-mobile);padding-bottom:var(--padding-bottom-mobile)}}.acf-block-links__title{margin-bottom:6rem}@media only screen and (max-width: 834px){.acf-block-links__title{margin-bottom:2rem}}.acf-block-links__list{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:4rem}@media only screen and (max-width: 834px){.acf-block-links__list{gap:2rem}}.acf-block-links__list .links__item{display:flex;align-items:center;border-left:.1rem solid #000}.acf-block-links__list .links__item:hover .links__item--title,.acf-block-links__list .links__item:hover .links__item--button,.acf-block-links__list .links__item:focus .links__item--title,.acf-block-links__list .links__item:focus .links__item--button{color:#0006}@media only screen and (max-width: 834px){.acf-block-links__list .links__item{border-color:#dadada}}.acf-block-links__list .links__item--image{display:flex;align-items:center;justify-content:center;padding:1.4rem 2.8rem;width:20rem;flex-shrink:0}@media only screen and (max-width: 834px){.acf-block-links__list .links__item--image{width:8rem;padding:2rem}}.acf-block-links__list .links__item--image img{object-fit:contain;max-height:6rem}@media only screen and (max-width: 834px){.acf-block-links__list .links__item--image img{max-height:4rem}}.acf-block-links__list .links__item__content{display:flex;padding-left:4rem;flex-direction:column;align-items:flex-start;gap:1.2rem;border-left:.1rem solid #000}@media only screen and (max-width: 834px){.acf-block-links__list .links__item__content{padding-left:2rem;gap:1.2rem;border-color:#dadada}}.acf-block-links__list .links__item--title{transition:.3s ease}.acf-block-links__list .links__item--button{cursor:pointer;transition:.3s ease}.acf-block-3_column_text{padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);overflow:hidden}@media only screen and (max-width: 834px){.acf-block-3_column_text{padding-top:var(--padding-top-mobile);padding-bottom:var(--padding-bottom-mobile);border-radius:2rem}}.acf-block-3_column_text .columns__content{background:var(--background-color, #D7FF85);border-radius:4rem;padding:11rem 0 15.8rem}@media only screen and (max-width: 1024px){.acf-block-3_column_text .columns__content{padding:6rem 0 10rem}}@media only screen and (max-width: 834px){.acf-block-3_column_text .columns__content{border-radius:2rem}}.acf-block-3_column_text .columns__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10.2rem}@media only screen and (max-width: 1024px){.acf-block-3_column_text .columns__grid{gap:6rem}}@media only screen and (max-width: 834px){.acf-block-3_column_text .columns__grid{grid-template-columns:1fr;gap:4rem}}.acf-block-3_column_text .columns__grid__title{margin-bottom:1rem;color:var(--text-color, #000)}.acf-block-3_column_text .columns__grid__text{max-width:80rem;color:var(--text-color, #000)}.acf-block-instagram{padding-top:var(--padding-top);padding-bottom:var(--padding-bottom)}@media only screen and (max-width: 834px){.acf-block-instagram{padding-top:var(--padding-top-mobile);padding-bottom:var(--padding-bottom-mobile)}}.acf-block-instagram__wrapper{border-radius:4rem;background-color:var(--background-color, #FF7979);overflow:hidden;padding-top:14rem}@media only screen and (max-width: 834px){.acf-block-instagram__wrapper{padding-top:7.4rem;border-radius:2rem}}.acf-block-instagram__header{margin-bottom:4rem}@media only screen and (max-width: 834px){.acf-block-instagram__header{margin-bottom:2.4rem}}.acf-block-instagram__title{font-size:5rem;line-height:6rem;text-align:center;color:var(--title-color, #000);margin-bottom:1.5rem}@media only screen and (max-width: 834px){.acf-block-instagram__title{font-size:2.9rem;line-height:3.5rem;margin-bottom:1rem}}.acf-block-instagram__subtitle{text-align:center;color:var(--subtitle-color, #000);max-width:100rem;margin:0 auto;margin-bottom:1.5rem}@media only screen and (max-width: 834px){.acf-block-instagram__subtitle{margin-bottom:1rem}}.acf-block-instagram__handle{display:flex;align-items:center;text-align:center;justify-content:center;gap:.6rem;font-weight:700;color:var(--instagram-name-color, #000);margin-bottom:4.4rem}@media only screen and (max-width: 834px){.acf-block-instagram__handle{margin-bottom:6rem}}.acf-block-instagram__grid{display:flex;gap:3.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;cursor:grab;-webkit-user-select:none;user-select:none;padding-left:max(2rem,(100% - 156.8rem) / 2 + 2rem);margin-bottom:0}@media only screen and (max-width: 834px){.acf-block-instagram__grid{gap:2rem;padding-left:2rem}}.acf-block-instagram__grid::-webkit-scrollbar{display:none}.acf-block-instagram__item{display:block;flex:0 0 auto;aspect-ratio:1/1;overflow:hidden;border-radius:1.2rem;position:relative;width:30rem;height:30rem}@media only screen and (max-width: 834px){.acf-block-instagram__item{width:20rem;height:20rem}}.acf-block-instagram__play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.acf-block-instagram__play svg{width:4.8rem;height:4.8rem}.acf-block-instagram__icon{position:absolute;top:1rem;right:1rem;width:2rem;height:2rem;flex-shrink:0}.acf-block-instagram__logo{display:flex;justify-content:center;margin-top:10.4rem}@media only screen and (max-width: 834px){.acf-block-instagram__logo{margin-top:13rem}}.acf-block-instagram__logo img{width:100%}.acf-block-instagram__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.acf-block-fullwidth{padding-top:var(--padding-top);padding-bottom:var(--padding-bottom)}@media only screen and (max-width: 834px){.acf-block-fullwidth{padding-top:var(--padding-top-mobile);padding-bottom:var(--padding-bottom-mobile)}}.acf-block-fullwidth .fullwidth__wrapper{padding:14rem 2rem;border-radius:4rem;background:var(--background-color, #D7FF85)}@media only screen and (max-width: 1024px){.acf-block-fullwidth .fullwidth__wrapper{padding:8rem 2rem}}@media only screen and (max-width: 834px){.acf-block-fullwidth .fullwidth__wrapper{border-radius:2rem;padding:6rem 0}}.acf-block-fullwidth .fullwidth__content{margin:0 auto;max-width:128.8rem;aspect-ratio:1200/675}@media only screen and (max-width: 834px){.acf-block-fullwidth .fullwidth__content{aspect-ratio:350/197}}.acf-block-fullwidth .fullwidth__label{position:absolute;z-index:1;top:-2.1rem;left:-3.8rem;display:block;max-width:fit-content;padding:1.5rem;background-color:var(--label-background, #fff);color:var(--label-color, #000);border-radius:1rem;transform:rotate(-5deg)}@media only screen and (max-width: 1024px){.acf-block-fullwidth .fullwidth__label{top:-1.1rem;left:-1rem;padding:1rem}}.acf-block-fullwidth .fullwidth__media{height:100%;border-radius:2rem;overflow:hidden}@media only screen and (max-width: 834px){.acf-block-fullwidth .fullwidth__media{border-radius:1rem}}.acf-block-fullwidth .fullwidth__media__video-file-wrapper{height:100%}.acf-block-fullwidth .fullwidth__media__video-file-wrapper.is-native-fullscreen,.acf-block-fullwidth .fullwidth__media__video-file-wrapper:fullscreen,.acf-block-fullwidth .fullwidth__media__video-file-wrapper:-webkit-full-screen{background:#000}.acf-block-fullwidth .fullwidth__media__video-file-wrapper.is-native-fullscreen .custom-video-player__media,.acf-block-fullwidth .fullwidth__media__video-file-wrapper:fullscreen .custom-video-player__media,.acf-block-fullwidth .fullwidth__media__video-file-wrapper:-webkit-full-screen .custom-video-player__media{object-fit:contain}.acf-block-fullwidth .fullwidth__media img,.acf-block-fullwidth .fullwidth__media video,.acf-block-fullwidth .fullwidth__media iframe{width:100%;height:100%;object-fit:cover}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}
