:root{--white: #ffffff;--black: #000000;--amaranth: #d9365e;--xiketic-2: #050010;--nsu-purple: #2e7d32;--purple-violet: #1b5e20;--silver-sand: #bdbfc6;--light-periwinkle: #cbcbd9;--maximum-blue-perple: #4089c8;--accent-color: #4089c8;--accent-color-hover: #78bde8}@font-face{font-family:"Poppins";font-style:normal;font-weight:400;font-display:optional;src:url("../fonts/Poppins/poppins-v24-latin-regular.woff2") format("woff2")}@font-face{font-family:"Poppins";font-style:normal;font-weight:500;font-display:optional;src:url("../fonts/Poppins/poppins-v24-latin-500.woff2") format("woff2")}@font-face{font-family:"Poppins";font-style:normal;font-weight:600;font-display:optional;src:url("../fonts/Poppins/poppins-v24-latin-600.woff2") format("woff2")}:root{--ff-poppins: Poppins, sans-serif;--fs-1: 36px;--fs-2: 30px;--fs-3: 22px;--fs-4: 18px;--fs-5: 16px;--fs-6: 14px;--fw-500: 500;--fw-600: 600}:root{--transition: 0.15s ease-in-out}.video-section{padding:2rem 0;text-align:center}.video-section__title{margin-bottom:1.5rem}.video-section__title br{display:none}@media(max-width: 768px){.video-section{padding:1rem 0}.video-section__title br{display:inline}}.video-frame{position:relative;max-width:960px;margin:0 auto;border-radius:12px;overflow:hidden;background-color:#0d0e0e;box-shadow:0 8px 30px rgba(0,0,0,.5);cursor:pointer}.video-frame[data-video-no-sound]{cursor:default}.video-frame__video{display:block;width:100%;height:auto}.video-frame__sound,.video-frame__play{display:flex;align-items:center;justify-content:center;color:#fff;background:rgba(0,0,0,.6);border:0;border-radius:50%;cursor:pointer;transition:background var(--transition)}.video-frame__sound:hover,.video-frame__sound:focus,.video-frame__play:hover,.video-frame__play:focus{background:rgba(0,0,0,.85)}.video-frame__sound svg,.video-frame__play svg{width:55%;height:55%}.video-frame__sound{position:absolute;right:.75rem;bottom:.75rem;width:2.75rem;height:2.75rem}.video-frame__play{position:absolute;top:50%;left:50%;width:4.5rem;height:4.5rem;transform:translate(-50%, -50%)}.video-frame__icon--unmuted{display:none}.video-frame.is-unmuted .video-frame__icon--muted{display:none}.video-frame.is-unmuted .video-frame__icon--unmuted{display:block}