.section-contact-form-custom{display:block!important;background:transparent!important;background-color:transparent!important;padding:0!important;margin:0!important;border:0!important;position:relative}.contact-form-custom{position:relative;width:100%;background-color:var(--cf-bg);color:var(--cf-text);overflow:hidden;display:flex!important;align-items:center;justify-content:center;box-sizing:border-box}.contact-form-custom__anchor{position:absolute;top:-100px;left:0;width:1px;height:1px;pointer-events:none}.contact-form-custom__inner{position:relative;width:100%}.contact-form-custom__layout{position:relative;display:grid!important;grid-template-columns:1fr;gap:32px;align-items:flex-start;width:100%;min-height:0}.contact-form-custom__left{position:relative;display:flex!important;flex-direction:column;justify-content:flex-start;gap:16px;height:auto;padding:8px 0}.contact-form-custom__intro{display:flex!important;flex-direction:column}.contact-form-custom__pill{display:inline-block!important;width:-moz-fit-content;width:fit-content;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-weight:700;font-size:10px;letter-spacing:.2em;color:var(--cf-accent);text-transform:uppercase;margin-bottom:16px;padding:6px 12px;border-radius:9999px;border:1px solid rgba(218,41,28,.3);background-color:#da291c0d}.contact-form-custom__pill--hidden{visibility:hidden;pointer-events:none;-webkit-user-select:none;user-select:none}.contact-form-custom__heading{font-family:var(--font-heading-family, inherit);font-size:40px;line-height:1.1;font-weight:900;letter-spacing:-.05em;color:var(--cf-text);margin:0 0 8px;mix-blend-mode:difference}.contact-form-custom__heading-accent{color:var(--cf-accent)}.contact-form-custom__heading-muted{color:var(--cf-muted)}.contact-form-custom__info{display:flex!important;flex-direction:column;gap:0;margin-top:16px}.contact-form-custom__hq{display:flex!important;flex-direction:column;border-top:1px solid rgba(255,255,255,.1);padding-top:20px;margin-bottom:16px}.contact-form-custom__hq-label{display:flex!important;align-items:center;justify-content:space-between;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px;text-transform:uppercase;letter-spacing:.2em;font-weight:700;color:#fff6;margin:0 0 12px;line-height:1.1}.contact-form-custom__hq-dot{display:block!important;width:6px;height:6px;border-radius:50%;background-color:var(--cf-accent);flex-shrink:0}.contact-form-custom__hq-text{font-family:var(--font-body-family, inherit);font-size:14px;line-height:1.6;color:#ffffffe6;margin:0}.contact-form-custom__contact-list{display:flex!important;flex-direction:column;width:100%;position:relative}.contact-form-custom__contact-link{display:flex!important;flex-direction:column;border-top:1px solid rgba(255,255,255,.1);padding-top:16px;padding-bottom:16px;text-decoration:none;transition:border-color .3s ease;color:inherit}.contact-form-custom__contact-link:hover{border-color:#ffffff4d}.contact-form-custom__contact-link--email{border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:24px}.contact-form-custom__contact-link--email:hover{border-top-color:#ffffff4d;border-bottom-color:#ffffff4d}.contact-form-custom__contact-label{display:block!important;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:9px;color:var(--cf-muted);text-transform:uppercase;letter-spacing:.15em;margin-bottom:4px;transition:color .3s ease}.contact-form-custom__contact-link:hover .contact-form-custom__contact-label{color:#fff9}.contact-form-custom__contact-row{display:flex!important;align-items:center;justify-content:space-between;gap:8px}.contact-form-custom__contact-value{font-family:var(--font-heading-family, inherit);font-weight:700;letter-spacing:-.025em;color:var(--cf-text);transition:color .5s ease;font-size:22px}.contact-form-custom__contact-value--email{font-family:var(--font-body-family, inherit);font-weight:500;letter-spacing:0;font-size:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:85%}.contact-form-custom__contact-arrow{width:20px;height:20px;flex-shrink:0;color:#fff3;transition:color .3s ease,transform .3s ease}.contact-form-custom__contact-link:hover .contact-form-custom__contact-arrow{color:var(--cf-text);transform:translate(4px)}.contact-form-custom__scroll-indicator{position:absolute;bottom:-64px;left:50%;transform:translate(-50%);pointer-events:none;opacity:.6}.contact-form-custom__scroll-indicator-inner{display:flex!important;flex-direction:column;align-items:center;gap:8px;animation:contact-form-custom-bounce 1s infinite;color:var(--cf-muted)}.contact-form-custom__scroll-indicator-text{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:9px;text-transform:uppercase;letter-spacing:.15em;color:var(--cf-muted);line-height:1.1}@keyframes contact-form-custom-bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:translateY(0);animation-timing-function:cubic-bezier(0,0,.2,1)}}.contact-form-custom__right{position:relative;display:flex!important;flex-direction:column;justify-content:flex-end;height:100%;margin-top:48px}.contact-form-custom__form{position:relative;display:flex!important;flex-direction:column;width:100%;background-color:var(--cf-panel-bg);border:1px solid rgba(255,255,255,.28);padding:24px;border-radius:16px;overflow:hidden;box-shadow:0 32px 64px #00000080,0 0 0 1px #ffffff1a,inset 0 1px #ffffff1f;box-sizing:border-box}.contact-form-custom__messages{position:relative;margin-bottom:24px;padding:16px 20px;border-radius:12px;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;letter-spacing:.05em}.contact-form-custom__messages--success{background-color:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:#4ade80}.contact-form-custom__messages--error{background-color:#ff3b301a;border:1px solid rgba(255,59,48,.3);color:var(--cf-accent)}.contact-form-custom__field-block{position:relative;width:100%;margin-bottom:24px}.contact-form-custom__field-label{display:block!important;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px;text-transform:uppercase;letter-spacing:.2em;font-weight:700;color:#ffffffe0;margin:0 0 10px;padding:0 4px}.contact-form-custom__select-wrap{position:relative}.contact-form-custom__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;background-color:var(--cf-input-bg);border:1.5px solid rgba(255,255,255,.38);border-radius:12px;padding:14px 48px 14px 16px;min-height:52px;font-family:var(--font-heading-family, inherit);font-size:16px;font-weight:500;color:var(--cf-text);cursor:pointer;box-shadow:inset 0 1px 2px #00000040,0 0 0 1px #ffffff0f;transition:border-color .3s ease,background-color .3s ease,box-shadow .3s ease}.contact-form-custom__select:hover{border-color:#ffffff8c;background-color:#ffffff0f}.contact-form-custom__select:focus{outline:none;border-color:var(--cf-accent);background-color:#ffffff14;box-shadow:0 0 0 3px color-mix(in srgb,var(--cf-accent) 35%,transparent),inset 0 1px 2px #0003}.contact-form-custom__select option{color:#0a0a0b;background-color:#fff}.contact-form-custom__select-arrow{position:absolute;right:16px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#ffffffbf;pointer-events:none;transition:transform .3s ease}.contact-form-custom__row{position:relative;display:grid!important;grid-template-columns:1fr;-moz-column-gap:24px;column-gap:24px;row-gap:20px;margin-bottom:20px}.contact-form-custom__input-group{position:relative;display:flex!important;flex-direction:column;gap:8px}.contact-form-custom__input-label{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:#ffffffe0;padding:0 4px;line-height:1.1}.contact-form-custom__input,.contact-form-custom__textarea{width:100%;background-color:var(--cf-input-bg);border:1.5px solid rgba(255,255,255,.38);border-radius:12px;padding:14px 16px;min-height:52px;font-family:var(--font-heading-family, inherit);font-size:16px;font-weight:500;color:var(--cf-text);box-shadow:inset 0 1px 2px #00000040,0 0 0 1px #ffffff0f;transition:border-color .3s ease,background-color .3s ease,box-shadow .3s ease;box-sizing:border-box}.contact-form-custom__input:hover,.contact-form-custom__textarea:hover{border-color:#ffffff8c;background-color:#ffffff0f}.contact-form-custom__input:focus,.contact-form-custom__textarea:focus{outline:none;border-color:var(--cf-accent);background-color:#ffffff14;box-shadow:0 0 0 3px color-mix(in srgb,var(--cf-accent) 35%,transparent),inset 0 1px 2px #0003}.contact-form-custom__input::-moz-placeholder,.contact-form-custom__textarea::-moz-placeholder{color:#ffffff6b;opacity:1}.contact-form-custom__input::placeholder,.contact-form-custom__textarea::placeholder{color:#ffffff6b;opacity:1}.contact-form-custom__textarea{resize:vertical;min-height:128px;font-family:var(--font-heading-family, inherit)}.contact-form-custom__textarea-block{position:relative;display:flex!important;flex-direction:column;gap:8px;margin-bottom:32px}.contact-form-custom__footer{position:relative;display:flex!important;flex-direction:column;align-items:stretch;justify-content:space-between;gap:20px;padding-top:24px;margin-top:8px;border-top:1px solid rgba(255,255,255,.2)}.contact-form-custom__footer-left{display:flex!important;flex-direction:column;gap:12px;max-width:100%}.contact-form-custom__disclaimer{font-family:var(--font-body-family, inherit);font-size:11px;line-height:1.625;color:var(--cf-muted)}.contact-form-custom__consent{display:flex!important;align-items:center;gap:12px;cursor:pointer}.contact-form-custom__consent-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.contact-form-custom__consent-box{position:relative;display:flex!important;align-items:center;justify-content:center;width:20px;height:20px;border-radius:4px;border:1.5px solid rgba(255,255,255,.45);background-color:var(--cf-input-bg);flex-shrink:0;overflow:hidden;box-shadow:inset 0 1px 2px #0003;transition:background-color .3s ease,border-color .3s ease}.contact-form-custom__consent:hover .contact-form-custom__consent-box{border-color:#ffffffbf}.contact-form-custom__consent-input:checked~.contact-form-custom__consent-box{background-color:var(--cf-accent);border-color:var(--cf-accent)}.contact-form-custom__consent-check{position:absolute;width:10px;height:8px;opacity:0;transition:opacity .3s ease}.contact-form-custom__consent-input:checked~.contact-form-custom__consent-box .contact-form-custom__consent-check{opacity:1}.contact-form-custom__consent-text{font-family:var(--font-body-family, inherit);font-size:11px;font-weight:500;color:var(--cf-muted);transition:color .3s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.contact-form-custom__consent:hover .contact-form-custom__consent-text{color:var(--cf-text)}.contact-form-custom__submit{position:relative;display:inline-flex!important;align-items:center;justify-content:center;background-color:#fff;color:var(--cf-bg);padding:14px 24px;border:0;border-radius:9999px;font-family:var(--font-body-family, inherit);font-weight:700;font-size:11px;letter-spacing:.15em;text-transform:uppercase;cursor:pointer;width:100%;overflow:hidden;margin-top:8px;box-shadow:0 5px 20px #ffffff1a;transition:background-color .5s ease,color .5s ease,transform .5s ease,box-shadow .5s ease}.contact-form-custom__submit:hover{background-color:var(--cf-accent);color:var(--cf-text);transform:scale(1.02);box-shadow:0 15px 40px #ff3b3066}.contact-form-custom__submit-text{position:relative;display:inline-flex!important;align-items:center;gap:8px}.contact-form-custom__submit-arrow{width:12px;height:12px;transition:transform .3s ease}.contact-form-custom__submit:hover .contact-form-custom__submit-arrow{transform:translate(4px)}.contact-form-custom__shimmer{display:block!important;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-image:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.3) 50%,transparent 100%);transform:translate(-100%);pointer-events:none}.contact-form-custom__submit:hover .contact-form-custom__shimmer{animation:contact-form-custom-shimmer 1.5s infinite}@keyframes contact-form-custom-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@media screen and (min-width:400px){.contact-form-custom__heading{font-size:48px}.contact-form-custom__contact-value--phone{font-size:24px}.contact-form-custom__contact-value--email{font-size:20px}.contact-form-custom__form{border-radius:20px}.contact-form-custom__consent{gap:12px}}@media screen and (min-width:640px){.contact-form-custom__layout{gap:48px}.contact-form-custom__left{gap:48px;padding:16px 0}.contact-form-custom__pill{font-size:11px;margin-bottom:24px;padding:8px 16px}.contact-form-custom__heading{font-size:clamp(56px,8vw,100px);margin-bottom:32px}.contact-form-custom__info{gap:32px;margin-top:0}.contact-form-custom__hq{padding-top:32px;margin-bottom:0}.contact-form-custom__hq-label{font-size:10px;margin-bottom:16px}.contact-form-custom__hq-text{font-size:18px}.contact-form-custom__contact-link{padding-top:24px;padding-bottom:24px}.contact-form-custom__contact-link--email{padding-bottom:32px}.contact-form-custom__contact-label{font-size:10px;margin-bottom:8px}.contact-form-custom__contact-value--phone{font-size:clamp(28px,5vw,32px)}.contact-form-custom__contact-value--email{font-size:clamp(22px,4vw,24px)}.contact-form-custom__contact-arrow{width:24px;height:24px}.contact-form-custom__contact-link:hover .contact-form-custom__contact-arrow{transform:translate(8px)}.contact-form-custom__scroll-indicator{bottom:-80px}.contact-form-custom__right{margin-top:48px}.contact-form-custom__form{padding:36px}.contact-form-custom__messages{margin-bottom:32px}.contact-form-custom__field-block{margin-bottom:40px}.contact-form-custom__field-label{font-size:10px;margin-bottom:16px}.contact-form-custom__select{padding:16px 48px 16px 16px;min-height:56px;font-size:16px}.contact-form-custom__row{grid-template-columns:repeat(2,1fr);-moz-column-gap:48px;column-gap:48px;row-gap:32px;margin-bottom:32px}.contact-form-custom__input-label{font-size:10px}.contact-form-custom__input,.contact-form-custom__textarea{padding:16px;min-height:56px;font-size:16px}.contact-form-custom__textarea{min-height:140px}.contact-form-custom__textarea-block{margin-bottom:48px}.contact-form-custom__footer{flex-direction:row;align-items:center;gap:32px;padding-top:32px;margin-top:16px}.contact-form-custom__footer-left{max-width:280px}.contact-form-custom__disclaimer{font-size:12px}.contact-form-custom__consent-box{width:20px;height:20px}.contact-form-custom__consent-text{font-size:12px}.contact-form-custom__submit{width:auto;padding:16px 32px;font-size:12px;margin-top:0}}@media screen and (min-width:768px){.contact-form-custom__form{padding:56px;border-radius:24px}}@media screen and (min-width:990px){.contact-form-custom__layout{grid-template-columns:repeat(12,1fr);gap:80px;align-items:stretch;min-height:500px}.contact-form-custom__left{grid-column:span 5 / span 5;padding:32px 0;gap:64px;height:100%}.contact-form-custom--sticky .contact-form-custom__left{position:sticky;top:128px;align-self:flex-start}.contact-form-custom__pill{margin-bottom:32px}.contact-form-custom__info{margin-top:auto}.contact-form-custom__scroll-indicator{display:none!important}.contact-form-custom__right{grid-column:span 7 / span 7;margin-top:0}}@media(prefers-reduced-motion:reduce){.contact-form-custom__submit,.contact-form-custom__submit:hover,.contact-form-custom__input,.contact-form-custom__textarea,.contact-form-custom__select,.contact-form-custom__consent-box,.contact-form-custom__contact-arrow,.contact-form-custom__contact-link,.contact-form-custom__contact-label,.contact-form-custom__contact-value{transition:none!important}.contact-form-custom__submit:hover{transform:none!important}.contact-form-custom__submit:hover .contact-form-custom__shimmer{animation:none!important}.contact-form-custom__contact-link:hover .contact-form-custom__contact-arrow{transform:none!important}.contact-form-custom__scroll-indicator-inner{animation:none!important;transform:translateY(0)!important}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-contact-form-custom.css.map */
