.form-primary{background-color:inherit;color:inherit;max-height:100%}.form-primary--dark .form-primary__button{align-items:center;border:.125rem solid #e41f1a;border-radius:2rem;box-sizing:border-box;color:#f3f2ee;cursor:pointer;display:flex;font-size:clamp(1.5rem,1.25rem + .8333333333vw,2rem);font-weight:700;gap:2rem;justify-content:space-between;line-height:1;padding:.875rem 2rem;position:relative;text-transform:uppercase;transition:color .6s ease;white-space:nowrap;width:100%}.form-primary--dark .form-primary__button:before{background-image:linear-gradient(90deg,#e41f1a 40%,transparent 50%);background-position:-80% -100%;background-size:250% 200%;border-radius:inherit;content:"";inset:0;pointer-events:none;position:absolute;transition:background-position .6s ease;z-index:0}@media (pointer:fine){.form-primary--dark .form-primary__button:hover:before{background-position:-165% -200%}.form-primary--dark .form-primary__button:hover>span svg{animation:arrow-translate .72s ease}}.form-primary--dark .form-primary__button:active{opacity:.8}.form-primary--dark .form-primary__button>*{position:relative;z-index:1}.form-primary--dark .form-primary__button>span:has(svg){overflow:hidden;rotate:-45deg}.form-primary--light .form-primary__button{align-items:center;border:.125rem solid transparent;border-radius:2rem;box-sizing:border-box;color:#f3f2ee;cursor:pointer;display:flex;font-size:clamp(1.5rem,1.25rem + .8333333333vw,2rem);font-weight:700;gap:2rem;justify-content:space-between;line-height:1;padding:.875rem 2rem;position:relative;text-transform:uppercase;transition:color .6s ease;white-space:nowrap;width:100%}.form-primary--light .form-primary__button:before{background-image:linear-gradient(90deg,#e41f1a 40%,#111 50%);background-position:-80% -100%;background-size:250% 200%;border-radius:inherit;content:"";inset:0;pointer-events:none;position:absolute;transition:background-position .6s ease;z-index:0}@media (pointer:fine){.form-primary--light .form-primary__button:hover:before{background-position:-165% -200%}.form-primary--light .form-primary__button:hover>span svg{animation:arrow-translate .72s ease}}.form-primary--light .form-primary__button:active{opacity:.8}.form-primary--light .form-primary__button>*{position:relative;z-index:1}.form-primary--light .form-primary__button>span:has(svg){overflow:hidden;rotate:-45deg}@keyframes arrow-translate{0%{opacity:1;translate:0 0}45%{opacity:0;translate:100% 0}55%{opacity:0;translate:-100% 0}to{opacity:1;translate:0 0}}.form-primary__container{align-content:space-between;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);height:100%;max-height:calc(100lvh - (clamp(4rem,1.9166666667rem + 6.9444444444lvh,7.125rem)*2))}@media (max-width:768px){.form-primary__container{grid-template-columns:repeat(4,auto);max-height:100%}}.form-primary__title{font-family:Fira-Extra,sans-serif;font-size:clamp(2.5rem,-.3rem + 9.3333333333lvh,6rem);font-weight:700;grid-column:span 4;line-height:1;max-width:20ch;text-transform:uppercase}@media (max-width:768px){.form-primary__title{font-size:clamp(2.5rem,.75rem + 5.8333333333vw,6rem)}}.form-primary__body{grid-column:2/span 3;grid-row:2}.form-primary__subtitle{align-items:center;display:flex;gap:1rem}.form-primary__subtitle-image-container{aspect-ratio:1;max-width:6.5625rem}.form-primary__subtitle-image{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.form-primary__subtitle-text{font-size:clamp(1.25rem,.875rem + 1.25vw,2rem);font-weight:700;line-height:1.2;max-width:40ch;text-transform:uppercase}.form-primary__subtitle-text a{color:#e41f1a}@media (pointer:fine){.form-primary__subtitle-text a:hover{opacity:.8}}.form-primary__form{display:flex;flex-direction:column;gap:1rem;margin-top:2rem;max-width:30rem}.form-primary__inputbox{height:3rem;position:relative;transition:opacity .6s ease;width:100%}.form-primary__inputbox:before{background-color:currentColor;bottom:0;content:"";height:.125rem;left:0;position:absolute;transition:width .6s ease;width:0}@media (pointer:fine){.form-primary__inputbox:hover:before{width:100%}.form-primary__inputbox:hover input,.form-primary__inputbox:hover label{opacity:.75}}.form-primary__inputbox:has(input:not(:-moz-placeholder)):before{width:100%}.form-primary__inputbox:has(input:focus):before,.form-primary__inputbox:has(input:not(:placeholder-shown)):before{width:100%}.form-primary__inputbox:has(input:not(:-moz-placeholder)) input,.form-primary__inputbox:has(input:not(:-moz-placeholder)) label{opacity:1}.form-primary__inputbox:has(input:focus) input,.form-primary__inputbox:has(input:focus) label,.form-primary__inputbox:has(input:not(:placeholder-shown)) input,.form-primary__inputbox:has(input:not(:placeholder-shown)) label{opacity:1}.form-primary__inputbox input,.form-primary__inputbox label{opacity:.5}.form-primary__inputbox input{background-color:transparent;color:inherit;font-size:clamp(1.125rem,.9375rem + .625vw,1.5rem);font-weight:600;height:100%;text-transform:uppercase;width:100%}.form-primary__inputbox input::-moz-placeholder{opacity:0;-moz-transition:opacity .6s ease;transition:opacity .6s ease}.form-primary__inputbox input::placeholder{opacity:0;transition:opacity .6s ease}.form-primary__inputbox input:focus::-moz-placeholder,.form-primary__inputbox input:not(:placeholder-shown)::-moz-placeholder{opacity:1}.form-primary__inputbox input:not(:-moz-placeholder)::placeholder{opacity:1}.form-primary__inputbox input:focus::placeholder,.form-primary__inputbox input:not(:placeholder-shown)::placeholder{opacity:1}.form-primary__inputbox label{color:#9e9595;font-size:clamp(1.5rem,1.25rem + .8333333333vw,2rem);font-weight:600;left:0;pointer-events:none;position:absolute;text-transform:uppercase;top:50%;transition:all .6s ease;translate:0 -50%;will-change:font-size,translate}.form-primary__inputbox:has(input:not(:-moz-placeholder)) label{font-size:.75rem;translate:0 -2rem}.form-primary__inputbox:has(input:focus) label,.form-primary__inputbox:has(input:not(:placeholder-shown)) label{font-size:.75rem;translate:0 -2rem}.form-primary__agreement{align-items:center;display:flex;gap:.5rem}.form-primary__agreement-checkbox{aspect-ratio:1/1;border:.0625rem solid #e41f1a;cursor:pointer;height:1.25rem;position:relative;width:1.25rem}.form-primary__agreement-checkbox>input[type=checkbox]{appearance:none;-moz-appearance:none;-webkit-appearance:none;cursor:pointer;height:100%;inset:0;position:absolute;width:100%;z-index:1}.form-primary__agreement-checkbox:after,.form-primary__agreement-checkbox:before{content:"";height:.125rem;left:50%;opacity:0;pointer-events:none;position:absolute;top:50%;transition:all .3s ease;translate:-50% -50%;width:.875rem}@media (pointer:fine){.form-primary__agreement-checkbox:hover:after,.form-primary__agreement-checkbox:hover:before{background-color:#e41f1a;opacity:1}.form-primary__agreement-checkbox:hover:before{rotate:90deg}}.form-primary__agreement-checkbox:has(input:checked){background-color:#e41f1a}.form-primary__agreement-checkbox:has(input:checked):after,.form-primary__agreement-checkbox:has(input:checked):before{background-color:#fff;opacity:1}.form-primary__agreement-checkbox:has(input:checked):before{left:63%;rotate:135deg;width:.5625rem}.form-primary__agreement-checkbox:has(input:checked):after{left:30%;rotate:-135deg;top:60%;width:.5rem}.form-primary__agreement-label{font-size:.875rem;line-height:1.5}.form-primary__agreement-label a,.form-primary__agreement-label>button{color:#e41f1a;cursor:pointer;display:inline-flex;margin-right:.5ch;text-decoration:underline}@media (pointer:fine){.form-primary__agreement-label a:hover,.form-primary__agreement-label>button:hover{text-decoration:none}}.form-primary__error{position:absolute;right:0;top:0}.form-primary__error,.form-primary__error--general{color:red;font-size:.75rem;font-weight:600;letter-spacing:.0625rem;pointer-events:none;text-transform:uppercase;white-space:nowrap}.form-primary__error--general{align-self:center;height:1em;text-align:center}@media (max-width:768px){.form-primary__container{gap:4rem}.form-primary__body{grid-column:1/span 4}.form-primary__subtitle-image-container{display:none}}
