section.text-media-module{--motion-calm:cubic-bezier(0.22,1,0.36,1)}section.text-media-module .text-media{align-items:stretch;background:#fff;border:1px solid #f1f4f7;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}section.text-media-module .text-media--media-left{grid-template-areas:"media content"}section.text-media-module .text-media--media-right{grid-template-areas:"content media"}section.text-media-module .text-media__media{background:#250b3b;grid-area:media;min-width:0}section.text-media-module .text-media__media-frame{aspect-ratio:720/778;background:#250b3b;height:100%;position:relative;width:100%}section.text-media-module .text-media__media-frame iframe,section.text-media-module .text-media__media-frame video{border:0;display:block;height:100%;object-fit:cover;width:100%}section.text-media-module .text-media__media-frame .hs-video-container,section.text-media-module .text-media__media-frame .hs-video-widget,section.text-media-module .text-media__media-frame .hs-video-wrapper{height:100%!important;inset:0;margin:0!important;max-width:none!important;position:absolute;width:100%!important}section.text-media-module .text-media__media-frame .hs-video-container iframe,section.text-media-module .text-media__media-frame .hs-video-widget iframe,section.text-media-module .text-media__media-frame .hs-video-wrapper iframe{pointer-events:none!important}section.text-media-module .text-media__media-frame .hs-video-wrapper{padding-bottom:0!important}section.text-media-module .text-media__media-frame .hs-video-container iframe,section.text-media-module .text-media__media-frame .hs-video-widget iframe,section.text-media-module .text-media__media-frame .hs-video-wrapper iframe{height:100%!important;inset:0;position:absolute!important;width:100%!important}section.text-media-module .text-media__image{height:100%;margin:0;width:100%}section.text-media-module .text-media__image img{display:block;height:100%;object-fit:cover;width:100%}section.text-media-module .text-media__media-frame--video>iframe{pointer-events:none}section.text-media-module .text-media__media-toggle{align-items:center;background-color:rgba(16,24,40,.72);border-radius:50%;bottom:1rem;color:#fff;cursor:pointer;display:inline-flex;height:3rem;justify-content:center;line-height:1;padding:0;position:absolute;right:1rem;transition:background-color .18s var(--motion-calm);width:3rem;z-index:4}section.text-media-module .text-media__media-toggle:hover{background-color:rgba(16,24,40,.9)}section.text-media-module .text-media__media-toggle:focus-visible{box-shadow:0 0 0 3px hsla(0,0%,100%,.56)}section.text-media-module .text-media__media-toggle-icon{display:block;height:1rem;position:relative;width:1rem}section.text-media-module .text-media__media-toggle-icon:after,section.text-media-module .text-media__media-toggle-icon:before{background:currentColor;border-radius:1px;bottom:0;content:"";position:absolute;top:0;width:4px}section.text-media-module .text-media__media-toggle-icon:before{left:3px}section.text-media-module .text-media__media-toggle-icon:after{right:3px}section.text-media-module .text-media__media-toggle.is-paused .text-media__media-toggle-icon:before{background:0 0;border-bottom:7px solid transparent;border-left:11px solid;border-radius:0;border-top:7px solid transparent;bottom:auto;height:0;left:3px;top:1px;width:0}section.text-media-module .text-media__media-toggle.is-paused .text-media__media-toggle-icon:after{display:none}section.text-media-module .text-media__content{display:flex;flex-direction:column;grid-area:content;min-height:778px;min-width:0;padding:64px}section.text-media-module .text-media__description,section.text-media-module .text-media__label,section.text-media-module .text-media__title{margin:0}section.text-media-module .text-media__label{color:#98a2b3;letter-spacing:.04em;text-transform:uppercase}section.text-media-module .text-media__title{margin-top:.75rem}section.text-media-module .top-text-line-wrap{display:block;overflow:hidden}section.text-media-module .text-media__title .top-text-line{animation:text-media-line-reveal 1.05s var(--motion-calm) forwards;animation-delay:var(--line-delay,0s);display:inline-block;opacity:0;transform:translateY(120%);white-space:nowrap}section.text-media-module .text-media__bottom{align-items:flex-start;display:flex;flex-direction:column;gap:1.5rem;margin-top:auto}section.text-media-module .text-media__description{color:#172324;max-width:520px}section.text-media-module .text-media__bulletpoints{display:flex;flex-direction:column;gap:1rem;padding-left:2rem}section.text-media-module .text-media__bulletpoints .text-media__bulletpoint:before{background-color:#ff6b4a;height:20px;left:-32px;top:2px;transform:none;width:20px;z-index:0}@media (max-width:768px){section.text-media-module .text-media{grid-template-areas:"content" "media";grid-template-columns:1fr}section.text-media-module .text-media__content{min-height:auto;padding:32px}section.text-media-module .text-media__media{background:0 0;display:flex;justify-content:center;padding:0}section.text-media-module .text-media__media-frame{background:#172324;max-width:100%}section.text-media-module .text-media__bottom{gap:1rem;margin-top:32px}section.text-media-module .text-media__content{padding:32px}section.text-media-module .text-media__media{padding:0}section.text-media-module .text-media__title .top-text-line{white-space:normal}}@media (prefers-reduced-motion:reduce){section.text-media-module .text-media__title .top-text-line{animation:none;opacity:1;transform:none}}@keyframes text-media-line-reveal{0%{opacity:0;transform:translateY(120%)}to{opacity:1;transform:translateY(0)}}