.switchback__wrapper{align-items:center;display:flex;flex-direction:row;gap:120px;justify-content:flex-start}.switchback__wrapper .switchback__column{width:50%}.switchback__wrapper .switchback__column.content h2{line-height:1;margin-bottom:30px}.switchback__wrapper .switchback__column.content p{font-size:24px}.switchback__wrapper .switchback__column.content p:last-of-type{margin-bottom:0}.switchback__wrapper .switchback__column.content .switchback__column__cta-wrapper{margin-top:40px}.switchback__wrapper .switchback__column.content .switchback__column__cta-wrapper .text-cta{color:var(--electric-blue)}.switchback__wrapper .switchback__column.media{align-items:center;display:flex;justify-content:center;position:relative}.switchback__wrapper .switchback__column.media img{border-radius:30px;height:auto;width:100%}.switchback__wrapper .switchback__column.media .switchback__column__media__video-wrapper{border-radius:20px;cursor:pointer;overflow:hidden;position:relative}.switchback__wrapper .switchback__column.media .switchback__column__media__video-wrapper video{height:100%;width:100%}.switchback__wrapper .switchback__column.media .switchback__column__media__video-wrapper:after{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:20px;content:"";height:100%;left:0;opacity:1;position:absolute;top:0;transition:.25s linear;width:100%;z-index:1}.switchback__wrapper .switchback__column.media .switchback__column__media__video-wrapper.paused:after{opacity:1}.switchback__wrapper .switchback__column.media .switchback__column__media__video-wrapper.playing:after{opacity:0}.switchback__wrapper .switchback__column.media .switchback__column__media__video-wrapper .video__pause-button,.switchback__wrapper .switchback__column.media .switchback__column__media__video-wrapper .video__play-button{height:auto;left:50%;max-width:64px;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:.25s linear;z-index:2}.switchback__wrapper .switchback__column.media .switchback__column__media__video-wrapper.paused .video__play-button,.switchback__wrapper .switchback__column.media .switchback__column__media__video-wrapper.playing:hover .video__pause-button{opacity:1}@media screen and (max-width:999px){.switchback__wrapper{gap:44px}.switchback__wrapper .switchback__column{width:100%}.switchback__wrapper .switchback__column.content h2{margin-bottom:32px}.switchback__wrapper .switchback__column.content p:last-of-type{margin-bottom:0}.switchback__wrapper .switchback__column.content .switchback__column__cta-wrapper{margin-top:30px}.switchback__wrapper .switchback__column.media img:first-of-type{object-fit:cover;object-position:center;width:100%}}