.contact-module__swMWYG__container{color:#fff;background-color:#030303;background-image:linear-gradient(90deg,#030303e6 0%,#03030366 50%,#030303b3 100%),url(/images/contact_bg.png);background-position:50%;background-size:cover;background-attachment:fixed;width:100%;min-height:100vh;padding-top:120px;padding-bottom:100px;position:relative;overflow-x:hidden}.contact-module__swMWYG__noiseOverlay{opacity:.04;pointer-events:none;z-index:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opactiy='0.1'/%3E%3C/svg%3E");position:absolute;inset:0}.contact-module__swMWYG__spotlight{pointer-events:none;z-index:0;background:radial-gradient(circle at top,#00f0ff14 0%,#0000 60%);width:100vw;height:100vh;position:absolute;top:-20%;left:50%;transform:translate(-50%)}.contact-module__swMWYG__contentWrapper{z-index:10;grid-template-columns:1fr 1.2fr;gap:8rem;max-width:1400px;margin:0 auto;padding:2rem;display:grid;position:relative}.contact-module__swMWYG__leftSection{flex-direction:column;justify-content:center;gap:3rem;display:flex}.contact-module__swMWYG__directorTag{letter-spacing:.4em;color:var(--accent-color,#00f0ff);text-transform:uppercase;align-items:center;gap:1rem;font-size:1rem;font-weight:700;display:flex}.contact-module__swMWYG__directorTag:before{content:"";background-color:var(--accent-color,#00f0ff);width:40px;height:2px;display:block}.contact-module__swMWYG__mainTitle{letter-spacing:-.03em;text-transform:uppercase;text-shadow:0 10px 30px #000c;word-break:keep-all;font-size:clamp(3rem,5.5vw,5rem);font-weight:900;line-height:1.15}.contact-module__swMWYG__mainTitle span{background:linear-gradient(#fff 0%,#777 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:block}.contact-module__swMWYG__mainTitle .contact-module__swMWYG__highlight{color:var(--accent-color,#00f0ff);background:0 0;-webkit-background-clip:unset;-webkit-text-fill-color:unset;text-shadow:0 0 40px #00f0ff66}.contact-module__swMWYG__description{color:#fff9;max-width:480px;font-size:1.15rem;font-weight:300;line-height:1.7}.contact-module__swMWYG__formContainer{-webkit-backdrop-filter:blur(20px);background:#0f0f1266;border:1px solid #ffffff0d;border-radius:20px;padding:4rem;position:relative;overflow:hidden;box-shadow:0 30px 60px #0009,inset 0 1px #ffffff1a}.contact-module__swMWYG__formContainer:before{content:"";background:linear-gradient(90deg,#0000,#00f0ff80,#0000);height:1px;position:absolute;top:0;left:0;right:0}.contact-module__swMWYG__formTitle{letter-spacing:.05em;color:#fff;margin-bottom:3rem;font-size:1.8rem;font-weight:700}.contact-module__swMWYG__formGrid{flex-direction:column;gap:2.5rem;display:flex}.contact-module__swMWYG__formRow{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.contact-module__swMWYG__inputGroup{width:100%;position:relative}.contact-module__swMWYG__inputField{color:#fff;background:0 0;border:none;border-bottom:1px solid #fff3;border-radius:0;outline:none;width:100%;padding:.8rem 0;font-size:1.1rem;transition:border-color .3s,box-shadow .3s}.contact-module__swMWYG__textareaField{resize:vertical;min-height:100px;line-height:1.5}.contact-module__swMWYG__inputField:focus{border-bottom-color:var(--accent-color,#00f0ff);box-shadow:0 10px 10px -10px #00f0ff4d}.contact-module__swMWYG__inputLabel{color:#ffffff80;pointer-events:none;transform-origin:0 0;font-size:1.1rem;transition:all .3s cubic-bezier(.16,1,.3,1);position:absolute;top:.8rem;left:0}.contact-module__swMWYG__inputField:focus~.contact-module__swMWYG__inputLabel,.contact-module__swMWYG__inputField:not(:placeholder-shown)~.contact-module__swMWYG__inputLabel,.contact-module__swMWYG__hasValue~.contact-module__swMWYG__inputLabel{color:var(--accent-color,#00f0ff);transform:translateY(-1.5rem)scale(.8)}.contact-module__swMWYG__selectField{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml;utf8,<svg fill='rgba(255,255,255,0.5)' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");background-position:right 0 center;background-repeat:no-repeat}.contact-module__swMWYG__selectField option{color:#fff;background:#111}.contact-module__swMWYG__checkboxGroup{cursor:pointer;align-items:flex-start;gap:1rem;margin-top:1rem;display:flex}.contact-module__swMWYG__checkboxInput{display:none}.contact-module__swMWYG__checkboxCustom{border:1px solid #ffffff4d;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:2px;transition:all .2s;display:flex}.contact-module__swMWYG__checkboxInput:checked+.contact-module__swMWYG__checkboxCustom{background:var(--accent-color,#00f0ff);border-color:var(--accent-color,#00f0ff)}.contact-module__swMWYG__checkboxCustom svg{fill:#000;opacity:0;width:12px;height:12px;transition:all .2s cubic-bezier(.175,.885,.32,1.275);transform:scale(.5)}.contact-module__swMWYG__checkboxInput:checked+.contact-module__swMWYG__checkboxCustom svg{opacity:1;transform:scale(1)}.contact-module__swMWYG__checkboxText{color:#ffffffb3;font-size:.95rem;line-height:1.5}.contact-module__swMWYG__submitBtn{color:#fff;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:4px;margin-top:2rem;padding:1.5rem 2rem;font-size:1.2rem;font-weight:800;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.contact-module__swMWYG__submitBtn:before{content:"";background:var(--accent-color,#00f0ff);transform-origin:0;z-index:-1;transition:transform .4s cubic-bezier(.16,1,.3,1);position:absolute;inset:0;transform:scaleX(0)}.contact-module__swMWYG__submitBtn:hover{color:#000;border-color:var(--accent-color,#00f0ff);box-shadow:0 0 30px #00f0ff66}.contact-module__swMWYG__submitBtn:hover:before{transform:scaleX(1)}.contact-module__swMWYG__submitBtn:disabled{cursor:wait;opacity:.7;pointer-events:none}.contact-module__swMWYG__spinner{vertical-align:middle;border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;margin-right:10px;animation:1s linear infinite contact-module__swMWYG__spin;display:inline-block}@keyframes contact-module__swMWYG__spin{to{transform:rotate(360deg)}}.contact-module__swMWYG__errorMsg{color:#ff3c3c;background:#ff3c3c1a;border-left:4px solid #ff3c3c;margin-bottom:2rem;padding:1rem 1.5rem;font-size:.95rem;animation:.5s cubic-bezier(.36,.07,.19,.97) both contact-module__swMWYG__shake}@keyframes contact-module__swMWYG__shake{10%,90%{transform:translate(-1px)}20%,80%{transform:translate(2px)}30%,50%,70%{transform:translate(-4px)}40%,60%{transform:translate(4px)}}.contact-module__swMWYG__successContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;display:flex}.contact-module__swMWYG__successIcon{border:2px solid var(--accent-color,#00f0ff);background:#00f0ff1a;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin-bottom:2rem;display:flex;box-shadow:0 0 50px #00f0ff4d}.contact-module__swMWYG__successIcon svg{width:50px;height:50px;stroke:var(--accent-color,#00f0ff);stroke-width:3px;stroke-linecap:round;stroke-linejoin:round;fill:none;stroke-dasharray:100;stroke-dashoffset:100px;animation:.8s .3s forwards contact-module__swMWYG__drawCheck}@keyframes contact-module__swMWYG__drawCheck{to{stroke-dashoffset:0}}.contact-module__swMWYG__successTitle{letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem;font-size:3rem;font-weight:900}.contact-module__swMWYG__successDesc{color:#fff9;margin-bottom:3rem;font-size:1.2rem;line-height:1.6}@media (max-width:1024px){.contact-module__swMWYG__contentWrapper{grid-template-columns:1fr;gap:4rem;padding:1.5rem}.contact-module__swMWYG__formContainer{padding:3rem 2rem}}@media (max-width:768px){.contact-module__swMWYG__mainTitle{font-size:3rem}.contact-module__swMWYG__formRow{grid-template-columns:1fr;gap:2.5rem}}
