.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-form-module{background-color:var(--nw-nb)}section.text-form-module .container{display:flex;flex-direction:row;gap:2rem}section.text-form-module .container.hide-text .form-wrapper{width:100%}@media (max-width:768px){section.text-form-module .container{flex-direction:column;gap:2.5rem}}section.text-form-module .container .content{width:calc(41.66667% - 1rem)}@media (max-width:768px){section.text-form-module .container .content{width:100%}}section.text-form-module .container .form-wrapper{background-color:var(--i20-i10);padding:2.5rem;width:calc(58.33333% - 1rem)}@media (max-width:768px){section.text-form-module .container .form-wrapper{padding:1.5rem;width:100%}}section.text-form-module .container .form-wrapper .steps-infos{display:flex;flex-direction:row;gap:1rem;justify-content:space-between;margin-bottom:2rem}@media (max-width:768px){section.text-form-module .container .form-wrapper .steps-infos{gap:unset}}section.text-form-module .container .form-wrapper .steps-infos .step-indicator{align-items:center;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:600;line-height:1.5;opacity:.5;padding:.5rem;transition:opacity .3s}section.text-form-module .container .form-wrapper .steps-infos .step-indicator.active{opacity:1}@media (max-width:768px){section.text-form-module .container .form-wrapper .steps-infos .step-indicator.active .text{display:block}}section.text-form-module .container .form-wrapper .steps-infos .step-indicator:before{content:"0" attr(data-step);margin-right:.25rem;order:1}section.text-form-module .container .form-wrapper .steps-infos .step-indicator:after{background-color:#1aab8e;content:"";height:13px;mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='13' fill='none' viewBox='0 0 10 13'%3E%3Cpath fill='%231AAB8E' d='M6.445.826h3.012L3.042 12.175H0z'/%3E%3C/svg%3E");mask-position:50%;mask-repeat:no-repeat;mask-size:contain;order:2;width:10px}section.text-form-module .container .form-wrapper .steps-infos .step-indicator .text{margin-left:.5rem;order:3}@media (max-width:768px){section.text-form-module .container .form-wrapper .steps-infos .step-indicator .text{display:none}}section.text-form-module .container .form-wrapper .pre-text{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2.5rem}@media (max-width:768px){section.text-form-module .container .form-wrapper .pre-text{margin-bottom:2rem}}section.text-form-module .container .form-wrapper form{width:100%}section.text-form-module .container .form-wrapper form .step{display:flex;flex-direction:column;gap:2rem}section.text-form-module .container .form-wrapper form .btn.primary{color:var(--nw-nb);margin-left:auto;transition:color .3s,background-color .3s}section.text-form-module .container .form-wrapper form .btn.primary:hover{color:var(--nb-nw)}section.text-form-module .container .form-wrapper .multi-step-form form>fieldset{display:none}