section.text-media-module.white-mode{background-color:var(--beige_light)}section.text-media-module.text-media .container{flex-direction:row-reverse}@media (max-width:768px){section.text-media-module.text-media .container{flex-direction:column-reverse}}section.text-media-module .container{align-items:center;display:flex;flex-direction:row;gap:6rem}@media (max-width:768px){section.text-media-module .container{flex-direction:column-reverse;gap:4rem}}section.text-media-module .container .image,section.text-media-module .container .video{aspect-ratio:628/650;border-radius:100rem 100rem 0 0;flex-shrink:0;height:auto;overflow:hidden;width:calc(50% - .75rem)}@media (max-width:768px){section.text-media-module .container .image,section.text-media-module .container .video{width:100%}}section.text-media-module .container .image img,section.text-media-module .container .image video,section.text-media-module .container .video img,section.text-media-module .container .video video{border-radius:0 0 .5rem .5rem;height:100%;object-fit:cover;width:100%}section.text-media-module .container .text-content{max-width:30rem;width:100%}@media (max-width:768px){section.text-media-module .container .text-content{max-width:unset}}section.text-media-module .container .text-content .info-wrapper{display:flex;flex-direction:column;gap:.5rem;margin-top:2rem}section.text-media-module .container .text-content .info-wrapper .info{align-items:flex-start;display:flex;flex-direction:row;gap:.75rem}section.text-media-module .container .text-content .info-wrapper .info .icon{border-radius:.25rem;flex-shrink:0;height:2rem;overflow:hidden;width:2rem}section.text-media-module .container .text-content .info-wrapper .info .icon img{height:100%;object-fit:cover;width:100%}section.text-media-module .container .text-content .ctas{margin-top:3rem}