.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-iframe-module{background-color:var(--nw-nb)}section.text-iframe-module .container{align-items:center;display:flex;flex-direction:row;gap:2rem}section.text-iframe-module .container.layout-image-text{flex-direction:row-reverse}@media (max-width:768px){section.text-iframe-module .container{align-items:flex-start;flex-direction:column}section.text-iframe-module .container.layout-image-text{flex-direction:column}}section.text-iframe-module .container .content{width:calc(50% - 1rem)}@media (max-width:768px){section.text-iframe-module .container .content{order:1;width:100%}}section.text-iframe-module .container .content.simple-image{padding:2.5rem}@media (max-width:768px){section.text-iframe-module .container .content.simple-image{padding:unset}}section.text-iframe-module .container .content .ctas{margin-top:2rem}section.text-iframe-module .container .iframe-wrapper{align-self:stretch;width:calc(50% - 1rem)}@media (max-width:768px){section.text-iframe-module .container .iframe-wrapper{height:520px;margin-top:1.5rem;order:2;width:100%}}section.text-iframe-module .container .iframe-wrapper iframe{height:100%;object-fit:cover;width:100%}