.video-tiles{background-color:transparent;padding-bottom:var(--vt-pb-desktop,0);padding-left:2.4rem;padding-right:2.4rem;padding-top:var(--vt-pt-desktop,0)}.video-tiles__inner{align-items:center;display:flex;flex-direction:column;gap:4.2rem}.video-tiles__inner--with-description{gap:4rem}.video-tiles__heading{color:var(--text-color-dark--lighter);margin:0;text-align:center}.video-tiles__heading--orange{color:var(--text-color-primary)}.video-tiles__heading.headline-72--lower{font-weight:var(--fw-black)}.video-tiles__description{color:var(--text-color-dark--lighter);margin:0;text-align:center}.video-tiles__button{margin-top:2rem;min-width:28.1rem}.video-tiles__container{overflow:visible;width:100%}.video-tiles__wrapper{overflow:visible}.video-tiles__boxes{display:flex;flex-wrap:wrap;gap:3.6rem;justify-content:center}.video-tiles__box{aspect-ratio:147/256;border-radius:5rem;display:flex;flex-direction:column;flex-shrink:0;flex:1 0 auto;height:47.6rem;max-width:34.3rem;padding:0}.video-tiles__boxes:has(.video-tiles__box:nth-child(2):last-child) .video-tiles__box,.video-tiles__boxes:has(.video-tiles__box:nth-child(3):last-child) .video-tiles__box{aspect-ratio:360/500;height:50rem;max-width:36rem}.video-tiles__boxes:has(.video-tiles__box:nth-child(4):last-child) .video-tiles__box{aspect-ratio:343/476;height:47.6rem;max-width:34.3rem}.video-tiles__box--bg-primary{background-color:var(--card-background-primary)}.video-tiles__box--bg-orange-120{background-color:var(--color-soft-orange-120)}.video-tiles__box--bg-secondary{background-color:var(--card-background-secondary)}.video-tiles__box--bg-secondary-120{background-color:var(--color-light-blue-120)}.video-tiles__box--bg-white{background-color:var(--card-background-light)}.video-tiles__box-title{color:var(--text-color-dark);margin:0;padding:3.1rem 2rem;text-align:center}.video-tiles__box-video-wrapper{background-color:transparent;border-radius:0 0 5rem 5rem;flex:1;margin-top:auto;min-height:0;overflow:hidden;position:relative;width:100%}.video-tiles__box-video{border-radius:0 0 5rem 5rem;cursor:pointer;display:block;height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.video-tiles__play-button{align-items:center;background:none;border:none;border-radius:50%;color:var(--color-white);cursor:pointer;display:inline-flex;height:103px;justify-content:center;left:50%;overflow:hidden;padding:0;pointer-events:auto;position:absolute;top:50%;transform:translate(-50%,-50%);transition:transform .3s ease,opacity .3s ease;width:103px;z-index:2}.video-tiles__play-button svg{display:block;height:55px;transition:all .3s ease;width:55px}.video-tiles__play-button:before{backdrop-filter:blur(38px);-webkit-backdrop-filter:blur(38px);background:hsla(0,0%,100%,.2);border-radius:50%;content:"";inset:0;pointer-events:none;position:absolute}.video-tiles__play-icon{position:relative;transform:translateX(2px);z-index:1}.video-tiles__wrapper .swiper-pagination{display:none}@media (max-width:768px){.video-tiles{padding-bottom:var(--vt-pb-mobile,0);padding-left:1.2rem;padding-right:1.2rem;padding-top:var(--vt-pt-mobile,0)}.video-tiles__inner{gap:3.6rem}.video-tiles__inner--with-description{gap:2.4rem}.video-tiles__container,.video-tiles__wrapper{overflow:hidden}.video-tiles__heading{font-size:2.8rem;text-align:left}.video-tiles__heading--orange{text-align:center}.video-tiles__heading.headline-72--lower{font-size:3.2rem;text-align:center}.video-tiles__description,.video-tiles__description p{font-size:1.6rem}.video-tiles__button{margin-top:0}.video-tiles__boxes{flex-wrap:nowrap;gap:0;justify-content:flex-start}.video-tiles__box,.video-tiles__boxes:has(.video-tiles__box:nth-child(2):last-child) .video-tiles__box,.video-tiles__boxes:has(.video-tiles__box:nth-child(3):last-child) .video-tiles__box,.video-tiles__boxes:has(.video-tiles__box:nth-child(4):last-child) .video-tiles__box{aspect-ratio:147/256;border-radius:1.8rem;flex-shrink:0;height:25.6rem;width:calc(44.44444% - 8.88889px)}.video-tiles__box-title{font-size:1.4rem;padding:1rem .9rem}.video-tiles__box-video,.video-tiles__box-video-wrapper{border-radius:0 0 1.8rem 1.8rem}.video-tiles__play-button{height:53px;width:53px}.video-tiles__play-button svg{height:28px;width:28px}.video-tiles__wrapper .swiper-pagination{background:var(--color-black--alpha);border-radius:12rem;display:block;height:.6rem;margin-top:3.6rem;overflow:hidden;position:relative}.video-tiles__wrapper:has(.video-tiles__box:first-child:last-child) .swiper-pagination,.video-tiles__wrapper:has(.video-tiles__box:nth-child(2):last-child) .swiper-pagination{display:none}.video-tiles__wrapper .swiper-pagination-progressbar-fill{background:var(--color-black)}}.video-tiles__modal{align-items:center;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:fixed;top:0;transition:opacity .3s ease,visibility .3s ease;visibility:hidden;width:100%;z-index:9999}.video-tiles__modal--open{opacity:1;visibility:visible}.video-tiles__modal-overlay{background-color:rgba(0,0,0,.9);cursor:pointer;height:100%;left:0;position:absolute;top:0;width:100%}.video-tiles__modal-content{align-items:center;display:flex;flex-direction:column;max-width:1200px;position:relative;width:90%;z-index:10000}.video-tiles__modal-close{align-items:center;background:none;border:none;color:var(--color-white);cursor:pointer;display:flex;justify-content:center;padding:.8rem;position:absolute;right:0;top:-4rem;transition:transform .3s ease,opacity .3s ease;z-index:10001}.video-tiles__modal-close:hover{opacity:.8;transform:scale(1.1)}.video-tiles__modal-close svg{height:24px;stroke:currentColor;width:24px}.video-tiles__modal-video{background-color:var(--color-black);border-radius:1.6rem;max-height:90vh;width:100%}@media (max-width:768px){.video-tiles__modal-content{width:95%}.video-tiles__modal-close{top:-3rem}}