.SupportPage-module__JSGyna__main{background-color:#f7f6fd;min-height:100vh;margin:0;padding:0}.SupportPage-module__JSGyna__navdiv{justify-content:center;justify-items:center;width:100%;height:80px}.SupportPage-module__JSGyna__nav1{background-color:#fff;justify-content:space-between;align-items:center;width:90%;margin:20px 0;display:flex}.SupportPage-module__JSGyna__logo{align-items:center;display:flex}.SupportPage-module__JSGyna__navLinks{align-items:center;gap:40px;display:flex}.SupportPage-module__JSGyna__navLinks div{color:#111;cursor:pointer;font-size:1rem;font-weight:500;transition:color .2s}.SupportPage-module__JSGyna__navLinks div:hover{color:#5a3eff}.SupportPage-module__JSGyna__loginButton{color:#000;cursor:pointer;background:0 0;border:1px solid #000;border-radius:10px;padding:11px 37px;font-size:1rem;font-weight:500;transition:all .2s}.SupportPage-module__JSGyna__loginButton:hover{color:#fff;background:#6039d2;border-color:#6039d2}.SupportPage-module__JSGyna__menuIcon{cursor:pointer;color:#333;font-size:22px}.SupportPage-module__JSGyna__sidebar{color:#fff;z-index:1000;background-color:#16161a;flex-direction:column;justify-content:flex-start;width:250px;height:720px;padding:20px;transition:right .3s ease-in-out;display:flex;position:fixed;top:0;right:-100%}.SupportPage-module__JSGyna__show{right:0}.SupportPage-module__JSGyna__closeIcon{cursor:pointer;align-self:flex-end;margin-bottom:20px;font-size:22px;font-weight:300}.SupportPage-module__JSGyna__menuList{margin:0;padding:0;list-style:none}.SupportPage-module__JSGyna__menuList li{cursor:pointer;border-bottom:1px solid #fff;padding:12px 0;font-size:16px}.SupportPage-module__JSGyna__menuList li:hover{color:#a28cff}.SupportPage-module__JSGyna__loginBtn{color:#fff;cursor:pointer;background-color:#6b46ff;border:none;border-radius:6px;width:120px;margin-top:20px;padding:10px 37px;font-weight:500}.SupportPage-module__JSGyna__socialIcons{color:#aaa;gap:15px;margin-top:auto;font-size:20px;display:flex}.SupportPage-module__JSGyna__socialIcons svg:hover{color:#fff}@media screen and (max-width:768px){.SupportPage-module__JSGyna__navLinks{display:none}.SupportPage-module__JSGyna__menuIcon{display:block}.SupportPage-module__JSGyna__menuIcon svg{color:#333}.SupportPage-module__JSGyna__logo img{width:120px;height:50px}.SupportPage-module__JSGyna__sidebar{height:100%}}@media screen and (min-width:769px){.SupportPage-module__JSGyna__menuIcon{display:none}}@media (max-width:768px){.SupportPage-module__JSGyna__content{margin:20px 10px;padding:25px}.SupportPage-module__JSGyna__title{font-size:20px}.SupportPage-module__JSGyna__companyName{font-size:22px}.SupportPage-module__JSGyna__main{padding:20px 10px}}@media (max-width:480px){.SupportPage-module__JSGyna__content{padding:20px}.SupportPage-module__JSGyna__title{font-size:18px}.SupportPage-module__JSGyna__companyName{font-size:20px}}.SupportPage-module__JSGyna__container{background-color:#f7f6fd;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.SupportPage-module__JSGyna__content{background-color:#f7f6fd;width:100%;max-width:100%;margin-bottom:60px;display:flex;overflow:hidden}.SupportPage-module__JSGyna__leftSection{flex:1;justify-content:center;align-items:center;padding:40px;display:flex}.SupportPage-module__JSGyna__supportImage{border-radius:10px;max-width:100%;height:auto}.SupportPage-module__JSGyna__rightSection{flex:1;justify-items:right;padding:50px 40px}.SupportPage-module__JSGyna__formContainer{width:100%;max-width:400px}.SupportPage-module__JSGyna__title{color:#333;margin-bottom:10px;font-size:32px;font-weight:600;line-height:1.2}.SupportPage-module__JSGyna__subtitle{color:#666;margin-bottom:30px;font-size:16px;line-height:1.4}.SupportPage-module__JSGyna__form{flex-direction:column;gap:20px;display:flex}.SupportPage-module__JSGyna__inputGroup{flex-direction:column;display:flex}.SupportPage-module__JSGyna__input,.SupportPage-module__JSGyna__select,.SupportPage-module__JSGyna__textarea{color:#333;background:#fff;border:2px solid #e1e5e9;border-radius:8px;padding:15px;font-family:inherit;font-size:16px;transition:border-color .3s}.SupportPage-module__JSGyna__input:focus,.SupportPage-module__JSGyna__select:focus,.SupportPage-module__JSGyna__textarea:focus{border-color:#6039d2;outline:none}.SupportPage-module__JSGyna__input::placeholder,.SupportPage-module__JSGyna__textarea::placeholder{color:#999}.SupportPage-module__JSGyna__select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;padding-right:40px}.SupportPage-module__JSGyna__select option{color:#000;background-color:#fff;border:2px solid #000;border-radius:10px;padding:10px}.SupportPage-module__JSGyna__textarea{resize:vertical;min-height:100px}.SupportPage-module__JSGyna__submitButton{color:#fff;cursor:pointer;background:#6039d2;border:none;border-radius:10px;height:60px;margin-top:10px;padding:15px 30px;font-size:16px;transition:transform .2s,box-shadow .2s}.SupportPage-module__JSGyna__submitButton span{cursor:pointer;transition:all .5s;display:inline-block;position:relative}.SupportPage-module__JSGyna__submitButton span:after{content:"»";opacity:0;font-size:24px;transition:all .5s;position:absolute;top:-7px;right:-20px}.SupportPage-module__JSGyna__submitButton:hover span{padding-right:25px}.SupportPage-module__JSGyna__submitButton:hover span:after{opacity:1;right:0}.SupportPage-module__JSGyna__submitButton:active{color:#fff;text-align:center;background-color:#6039d2;border:2px solid #6039d2;border-radius:30px;height:62px;font-weight:600;box-shadow:0 0 10px 4px #00000059}.SupportPage-module__JSGyna__supportOptions{flex-wrap:wrap;justify-content:center;align-items:center;gap:30px;display:flex}.SupportPage-module__JSGyna__supportCard{cursor:pointer;background:#6039d23b;border-bottom:3px solid #666;border-radius:15px;flex-direction:column;align-items:center;min-width:150px;padding:25px 30px;transition:all .3s;display:flex}.SupportPage-module__JSGyna__supportCard:hover{background:#6039d23b;transform:translateY(-5px);box-shadow:0 10px 25px #8b5cf633}.SupportPage-module__JSGyna__iconContainer{border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:15px;display:flex}.SupportPage-module__JSGyna__icon{color:#6039d2;width:40px;height:40px}.SupportPage-module__JSGyna__icon1{color:#6039d2;width:30px;height:30px}.SupportPage-module__JSGyna__supportText{color:#fff;text-align:center;background:#6039d2;border-radius:10px;padding:3px 10px;font-size:14px;font-weight:600}@media (max-width:768px){.SupportPage-module__JSGyna__content{flex-direction:column;margin-bottom:40px}.SupportPage-module__JSGyna__leftSection{padding:30px 20px}.SupportPage-module__JSGyna__rightSection{justify-items:center;padding:30px 20px}.SupportPage-module__JSGyna__title{font-size:28px}.SupportPage-module__JSGyna__supportOptions{gap:20px}.SupportPage-module__JSGyna__supportCard{min-width:120px;padding:20px 25px}}@media (max-width:480px){.SupportPage-module__JSGyna__container{padding:15px}.SupportPage-module__JSGyna__title{font-size:24px}.SupportPage-module__JSGyna__supportOptions{flex-direction:column;gap:15px}.SupportPage-module__JSGyna__supportCard{width:100%;max-width:200px}}.SupportPage-module__JSGyna__footer{color:#f1f0f0;background-color:#121212;width:100%;min-width:300px;padding:60px 80px;font-family:Outfit,sans-serif;font-size:.9rem}.SupportPage-module__JSGyna__footerParent{width:100%;min-width:300px}.SupportPage-module__JSGyna__fistFooterSection{flex-wrap:row;color:#7c7c7c;width:100%;min-width:300px;height:auto;display:flex}.SupportPage-module__JSGyna__firstChild{flex:0 0 25%;min-width:250px;max-width:100%;padding:0 0 0 20px}.SupportPage-module__JSGyna__infoAndIcon{align-items:center;gap:8px;margin-bottom:20px;font-size:18px;font-weight:400;line-height:100%;display:flex}.SupportPage-module__JSGyna__infoAndIconsalaried{align-items:center;gap:8px;margin-bottom:2px;font-size:18px;font-weight:400;line-height:1.5;display:flex}.SupportPage-module__JSGyna__iconSapan{margin-top:-60px}.SupportPage-module__JSGyna__contactLink{margin-bottom:10px;font-size:18px;font-weight:400;line-height:40px}.SupportPage-module__JSGyna__fistFooterSection2{flex-wrap:row;width:100%;min-width:300px;height:auto;margin:30px 0;display:flex}.SupportPage-module__JSGyna__firstChild2{flex:0 0 25%;min-width:250px;max-width:100%;padding:0 20px}.SupportPage-module__JSGyna__infoAndIcon2{color:#000;align-items:center;gap:4px;margin-top:5px;font-size:17px;display:flex}.SupportPage-module__JSGyna__socialIconBack{text-align:center;background-color:#7c7c7c;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:20px}.SupportPage-module__JSGyna__socialIconF{margin:8px 0 0 5px}.SupportPage-module__JSGyna__iconF{font-size:24px}.SupportPage-module__JSGyna__lastChild{text-align:center;color:#7c7c7c;border-top:1px solid #7c7c7c;align-items:baseline;margin-top:15px;padding:10px 0 0;font-size:14px;font-weight:400;line-height:28px}.SupportPage-module__JSGyna__lastChildsec{text-align:center;color:#7c7c7c;margin-top:15px;padding:10px 0 0;font-size:14px;font-weight:400}@media (max-width:768px){.SupportPage-module__JSGyna__footer{padding:40px 20px}.SupportPage-module__JSGyna__fistFooterSection{flex-wrap:wrap;margin-top:30px;display:flex}.SupportPage-module__JSGyna__firstChild{flex:0 0 50%;margin-bottom:25px}.SupportPage-module__JSGyna__fistFooterSection2{margin-top:-20px;display:grid}.SupportPage-module__JSGyna__firstChild2{flex:0 0 50%}.SupportPage-module__JSGyna__infoAndIcon2{justify-content:flex-start;padding-left:0}}@media (max-width:480px){.SupportPage-module__JSGyna__footer{padding:30px 15px}.SupportPage-module__JSGyna__fistFooterSection{flex-wrap:wrap;width:100%;padding-top:60px;display:flex}.SupportPage-module__JSGyna__firstChild{box-sizing:border-box;flex:0 0 50%;min-width:0;margin-bottom:20px;padding:0}.SupportPage-module__JSGyna__firstChild2{flex:0 0 25%;min-width:250px;max-width:100%;padding:0}.SupportPage-module__JSGyna__footerIconAysefin{width:120px;height:50px}.SupportPage-module__JSGyna__infoAndIcon{justify-content:center;align-items:center}.SupportPage-module__JSGyna__infoAndIcon span{letter-spacing:-2%;font-size:14px;font-weight:400;line-height:18px}.SupportPage-module__JSGyna__infoAndIcon2{font-size:.1rem}.SupportPage-module__JSGyna__socialIconBack{text-align:center;background-color:#7c7c7c;border-radius:50%;justify-content:center;align-items:center;width:25px;height:25px}.SupportPage-module__JSGyna__socialIconF{margin:6px 0 0 4px}.SupportPage-module__JSGyna__iconSapan1,.SupportPage-module__JSGyna__iconSapan2{margin-top:-20px}.SupportPage-module__JSGyna__iconSapan{margin-top:-110px}.SupportPage-module__JSGyna__iconF{font-size:20px}.SupportPage-module__JSGyna__socialIconF{font-size:16px}.SupportPage-module__JSGyna__contactLink{font-size:14px;font-weight:400;line-height:32px}.SupportPage-module__JSGyna__lastChild{text-align:center;color:#7c7c7c;border-top:1px solid #7c7c7c;align-items:baseline;margin-top:15px;padding:10px 0 0;font-size:10px;font-weight:400;line-height:28px}.SupportPage-module__JSGyna__lastChildsec{text-align:center;color:#7c7c7c;margin-top:15px;padding:10px 0 0;font-size:10px;font-weight:400}}
@font-face{font-family:Outfit;font-style:normal;font-weight:400;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.866357a4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-weight:400;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.758e15a8.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit;font-style:normal;font-weight:700;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.866357a4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-weight:700;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.758e15a8.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit Fallback;src:local(Arial);ascent-override:100.18%;descent-override:26.05%;line-gap-override:0.0%;size-adjust:99.82%}.outfit_eb318d09-module__eagYwa__className{font-family:Outfit,Outfit Fallback;font-style:normal}
