.VideoSection-media{display:flex;justify-content:center}
.VideoSection-play{position:relative;width:100%;color:var(--color-white);cursor:pointer;background-color:transparent;border:0}
.VideoSection-play:hover .VideoSection-playIcon{transform:scale(1.08)}
.VideoSection-content{color:var(--color-white);font-size:1.2rem}
.VideoSection-content strong{color:var(--color-white)}
.VideoSection-playIcon{position:relative;z-index:1;display:inline-flex;width:96px;height:96px;pointer-events:none;transition:transform ease 0.2s;margin-top:100px}
.VideoSection-playIcon svg{width:100%;height:100%;filter:drop-shadow(0 16px 30px rgba(0,0,0,0.25))}
.VideoSection-playIcon circle{fill:var(--color-primary);stroke:transparent;stroke-width:2}
.VideoSection-playIcon path{fill:var(--color-white)}
.VideoSection-playLabel{position:relative;z-index:1;display:block;margin-top:1rem;font-weight:700;font-size:1.1rem;pointer-events:none}
.VideoSection-template{display:none}
@media (max-width:768px){.VideoSection-play{min-height:80vw}.VideoSection-playIcon{margin-top:50vw}.VideoSection-content{font-size:1rem}.Builder-container:has(.VideoSection){background-position:bottom center}}