.video-gallery{padding-bottom:64px;padding-top:40px}@media only screen and (max-width:900px){.video-gallery{padding-bottom:40px;padding-top:32px}}.video-gallery__wrapper{align-items:flex-end;display:grid;grid-template-columns:1fr;justify-items:baseline;overflow:hidden}@media only screen and (max-width:900px){.video-gallery__wrapper{gap:12px;grid-template-columns:1fr}}.video-gallery__subtitle{grid-column-end:2;grid-column-start:1}.video-gallery a.video-gallery__button{background:#111;border:1px solid #111;color:#fafafa;grid-column-end:3;grid-column-start:2;justify-self:end}@media only screen and (max-width:900px){.video-gallery a.video-gallery__button{grid-column-start:1;justify-self:start;margin-top:4px}}.video-gallery a.video-gallery__button:hover{background:#1f1f1f;border-color:#f5f5f5;color:#fafafa}.video-gallery a.video-gallery__button:active{background:#111;border-color:#f5f5f5}.video-gallery .video-slider{grid-column-end:3;grid-column-start:1;margin-top:32px;width:100%}@media only screen and (max-width:900px){.video-gallery .video-slider{margin-top:24px}}.video-gallery .video-slider__wrapper{display:grid;gap:24px;height:59vh;min-height:500px;overflow-x:scroll;padding-bottom:32px;width:100%}@media only screen and (max-width:900px){.video-gallery .video-slider__wrapper{padding-bottom:17px}}.video-gallery .video-slider__slide{border-radius:24px;box-shadow:0 2px 6px -1px rgba(16,18,52,.32);cursor:pointer;grid-row-end:2;grid-row-start:1;height:100%;max-width:425px;overflow:hidden;position:relative;width:29.4vw}@media only screen and (max-width:900px){.video-gallery .video-slider__slide{width:60vw}}@media only screen and (max-width:500px){.video-gallery .video-slider__slide{width:90vw}}.video-gallery .video-slider__slide:first-child,.video-gallery .video-slider__slide:nth-child(3n+1){grid-row-end:3;grid-row-start:1;max-width:285px;width:19.5vw}@media only screen and (max-width:900px){.video-gallery .video-slider__slide:first-child,.video-gallery .video-slider__slide:nth-child(3n+1){width:43vw}}@media only screen and (max-width:500px){.video-gallery .video-slider__slide:first-child,.video-gallery .video-slider__slide:nth-child(3n+1){width:75vw}}.video-gallery .video-slider__slide:nth-child(3n){grid-row-end:3;grid-row-start:2}.video-gallery .video-slider__slide>img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.video-gallery .video-slider__slide .video-title{align-items:flex-end;background:linear-gradient(180deg,hsla(0,0%,7%,0),hsla(0,0%,7%,.48) 32.41%,hsla(0,0%,7%,.72) 66.24%,#111 135.29%);border-radius:0 0 24px 24px;bottom:0;color:#fafafa;display:inline-flex;justify-content:space-between;left:0;padding:8px 12px 24px;position:absolute;width:100%;z-index:1}.video-gallery .video-slider__slide .video-title .play-video-icon{align-items:center;background:red;border-radius:8px;cursor:pointer;display:flex;flex-shrink:0;height:32px;justify-content:center;margin-left:12px;padding:4px;transition:all .3s ease;width:32px}.video-gallery .video-slider__slide .video-title .play-video-icon:hover{background:#3fbac2;box-shadow:0 2px 6px -1px rgba(16,18,52,.32)}.video-gallery .video-slider__slide .video-title .play-video-icon:active{background:#3fbac2;box-shadow:inset 0 0 6px 0 rgba(30,34,83,.16)}.video-gallery .tiktok-video{border-radius:24px;height:574px;overflow:hidden}.video-gallery .tiktok-video blockquote{margin-left:-1px;margin-right:-2px;margin-top:-1px}.video-gallery .modal{backdrop-filter:blur(4px);background:hsla(0,0%,7%,.56);display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:2}.video-gallery .modal-content{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}@media only screen and (max-width:500px){.video-gallery .modal-content{top:10%;transform:translate(-50%)}}.video-gallery .modal-content iframe{border-radius:4px;height:65.8vh;width:83vw}@media only screen and (max-width:900px){.video-gallery .modal-content iframe{height:35vh;width:90vw}}@media only screen and (max-width:500px){.video-gallery .modal-content iframe{border-radius:24px;height:25vh}}.video-gallery .close{align-items:center;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;flex-wrap:nowrap;gap:8px;position:absolute;right:0;top:-20px;transform:translateY(-100%)}@media only screen and (max-width:900px){.video-gallery .close{top:-72%}}@media only screen and (max-width:500px){.video-gallery .close{top:-20px}}.video-gallery .close>svg{height:40px;width:40px}.video-gallery .close>svg path{stroke:#fafafa;transition:all .3s ease}.video-gallery .close>svg:hover path{stroke:#3fbac2}.video-slider__wrapper::-webkit-scrollbar{display:block;height:4px}.video-slider__wrapper::-webkit-scrollbar-track{background:#ebebeb;border-radius:4px}.video-slider__wrapper::-webkit-scrollbar-thumb{background:gray;border-radius:4px}