.light-mode{--nw-nb:#fff;--p10-nb:#f0fcfc;--nb-p10:#0e0f30;--i20-i10:rgba(181,240,239,.2);--nw-i10:#fff;--nb-nw:#0e0f30;--i10-i20:rgba(181,240,239,.102);--i100-i10:#b5f0ef;--nb-i100:#0e0f30;--nb-p100:#0e0f30;--i100-nb:#b5f0ef;--i10-nw:rgba(181,240,239,.102);--i100-nw:#b5f0ef}.dark-mode{--nw-nb:#0e0f30;--p10-nb:#0e0f30;--nb-p10:#f0fcfc;--i20-i10:rgba(181,240,239,.102);--nw-i10:rgba(181,240,239,.102);--nb-nw:#fff;--i10-i20:rgba(181,240,239,.2);--i100-i10:rgba(181,240,239,.102);--nb-i100:#b5f0ef;--nb-p100:#1aab8e;--i100-nb:#0e0f30;--i10-nw:#fff;--i100-nw:#fff}section.text-video-module{background-color:var(--p10-nb)}section.text-video-module .container{align-items:center;display:flex;flex-direction:row;gap:2rem}section.text-video-module .container.left{flex-direction:row-reverse}@media (max-width:768px){section.text-video-module .container.left{flex-direction:column}section.text-video-module .container{align-items:flex-start;flex-direction:column}}section.text-video-module .container .content{width:calc(50% - 1rem)}@media (max-width:768px){section.text-video-module .container .content{order:1;width:100%}}section.text-video-module .container .content.simple-image{padding:2.5rem}@media (max-width:768px){section.text-video-module .container .content.simple-image{padding:unset}}section.text-video-module .container .content .ctas{margin-top:2rem}section.text-video-module .container .wrapper-video{height:480px;position:relative;width:calc(50% - 1rem)}@media (max-width:768px){section.text-video-module .container .wrapper-video{height:250px;order:2;width:100%}}section.text-video-module .container .wrapper-video .video{aspect-ratio:540/400;cursor:pointer;height:100%;pointer-events:all;width:100%}section.text-video-module .container .wrapper-video .video iframe{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}section.text-video-module .container .wrapper-video .video video{aspect-ratio:540/400;background-color:#000;height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}section.text-video-module .container .wrapper-video .video .poster{cursor:pointer;height:calc(100% + 4px);left:-2px;pointer-events:none;position:absolute;top:-2px;transition:opacity .3s;width:calc(100% + 4px);z-index:3}section.text-video-module .container .wrapper-video .video .poster img{height:100%;object-fit:cover;pointer-events:none;width:100%}section.text-video-module .container .wrapper-video .video .btn-player{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='36' fill='none' viewBox='0 0 32 36'%3E%3Cpath fill='%23fff' d='M29.867 15.614c1.837 1.06 1.837 3.712 0 4.772L4.383 35.1C2.546 36.16.25 34.834.25 32.714V3.286C.25 1.166 2.546-.16 4.383.9z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;height:2.75rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .3s;width:2.75rem;z-index:5}section.text-video-module .container .wrapper-video .video.playing .btn-player,section.text-video-module .container .wrapper-video .video.playing .poster{opacity:0;pointer-events:none}section.text-video-module .container .wrapper-video .video.playing iframe{pointer-events:all}