section.text-media-module{overflow:hidden;position:relative;z-index:1}section.text-media-module .container{align-items:center;display:flex;gap:7rem;justify-content:space-between;z-index:1}@media screen and (max-width:768px){section.text-media-module .container{flex-direction:column;gap:4rem}}section.text-media-module .container.row{flex-direction:row}@media screen and (max-width:768px){section.text-media-module .container.row{flex-direction:column;gap:4rem}}section.text-media-module .container.order-reverse{flex-direction:row-reverse}@media screen and (max-width:768px){section.text-media-module .container.order-reverse{flex-direction:column;gap:4rem}}section.text-media-module .container .wrapper-content{display:flex;flex-direction:column;max-width:527px;width:100%}@media screen and (max-width:768px){section.text-media-module .container .wrapper-content{max-width:100%}}section.text-media-module .container .wrapper-content .wrapper-buttons{margin-top:2.5rem}section.text-media-module .container .wrapper-media{border-radius:.75rem;max-width:624px;opacity:0;overflow:hidden;transform:translateY(20px);width:100%}@media screen and (max-width:768px){section.text-media-module .container .wrapper-media{max-width:100%}}section.text-media-module .container .wrapper-media.wrapper-media-portrait figure{height:720px}@media screen and (max-width:768px){section.text-media-module .container .wrapper-media.wrapper-media-portrait figure{height:auto}}section.text-media-module .container .wrapper-media.wrapper-media-landscape figure{height:470px}@media screen and (max-width:768px){section.text-media-module .container .wrapper-media.wrapper-media-landscape figure{height:auto}}section.text-media-module .container .wrapper-media .wrapper-image{width:100%}section.text-media-module .container .wrapper-media .wrapper-image img{border-radius:.5rem;height:100%;width:100%}section.text-media-module .container .wrapper-media .wrapper-video{position:relative;width:100%}section.text-media-module .container .wrapper-media .wrapper-video .video{aspect-ratio:16/9;cursor:pointer;height:100%;pointer-events:all;width:100%}section.text-media-module .container .wrapper-media .wrapper-video .video iframe{border-radius:.5rem;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}section.text-media-module .container .wrapper-media .wrapper-video .video video{aspect-ratio:16/9;background-color:#000;border-radius:.5rem;height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}section.text-media-module .container .wrapper-media .wrapper-video .video .poster{cursor:pointer;height:calc(100% + 4px);left:-2px;pointer-events:none;position:absolute;top:-2px;transition:opacity .3s cubic-bezier(0,.55,.45,1);width:calc(100% + 4px);z-index:3}section.text-media-module .container .wrapper-media .wrapper-video .video .poster img{border-radius:.5rem;height:100%;object-fit:cover;pointer-events:none;width:100%}section.text-media-module .container .wrapper-media .wrapper-video .video .btn-player{align-items:center;border-radius:50%;display:flex;flex-direction:column;gap:.25rem;height:6.25rem;justify-content:center;left:50%;overflow:hidden;padding-top:10px;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .3s cubic-bezier(0,.55,.45,1);transition:.35s;width:6.25rem;z-index:5}@media screen and (max-width:768px){section.text-media-module .container .wrapper-media .wrapper-video .video .btn-player{height:5rem;width:5rem}}section.text-media-module .container .wrapper-media .wrapper-video .video .btn-player:hover:after{background-color:rgba(237,243,250,.8);background:filter;filter:blur(7px)}section.text-media-module .container .wrapper-media .wrapper-video .video .btn-player:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='30' fill='none' viewBox='0 0 24 30'%3E%3Cpath fill='%231F193E' d='M23.127 13.398c1.164.712 1.164 2.492 0 3.204L2.618 29.149C1.455 29.861 0 28.971 0 27.548V2.452C0 1.03 1.455.14 2.618.851z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:24px;position:relative;width:28px;z-index:2}section.text-media-module .container .wrapper-media .wrapper-video .video .btn-player:after{background-color:#edf3fa;content:"";display:block;height:100%;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) scale(1.1);transition:.35s;width:100%}section.text-media-module .container .wrapper-media .wrapper-video .video .btn-player span{font-size:14px;position:relative;z-index:2}@media screen and (max-width:768px){section.text-media-module .container .wrapper-media .wrapper-video .video .btn-player span{font-size:12px}}section.text-media-module .container .wrapper-media .wrapper-video .video.playing .btn-player,section.text-media-module .container .wrapper-media .wrapper-video .video.playing .poster{opacity:0;pointer-events:none}section.text-media-module .container .wrapper-media .wrapper-video .video.playing iframe{pointer-events:all}