@font-face{font-family:Neue Montreal;src:url(/fonts/NeueMontreal-Bold.otf) format("opentype");font-weight:700;font-style:bold}@font-face{font-family:Neue Montreal;src:url(/fonts/NeueMontreal-Medium.otf) format("opentype");font-weight:500;font-style:medium}@font-face{font-family:Neue Montreal;src:url(/fonts/NeueMontreal-Regular.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:Neue Montreal;src:url(/fonts/NeueMontreal-Light.otf) format("opentype");font-weight:300;font-style:light}html{scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box}body,button{font-family:Neue Montreal;scroll-behavior:smooth}a{text-decoration:none}.custom-container{width:85%;margin:auto}.error{color:#e73b3b}.formPreloader{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgb(71 68 67/93%);display:flex;align-items:center;justify-content:center;border-radius:3px;z-index:9999}.spinner{width:100px;height:100px;border:4px solid #fff0;border-top-color:#fff;animation:spin 1s linear infinite;border-radius:50%}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.response_message_div{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;display:none;z-index:9999}.response_message_div p{top:50%;left:50%;position:fixed;text-align:center;transform:translate(-50%,-50%);color:green;font-weight:500;font-size:1.4rem}.response_message_div img{position:fixed;top:38%;left:50%;transform:translate(-50%,-20%)}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-background-clip:text;-webkit-text-fill-color:#adadad;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}input:focus{caret-color:white}@media(max-width:1440px){.custom-container{width:90%}}.not-found-container1{min-height:700px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;color:#e9e9e9;background:#f0f0f0;position:relative;color:#000}.not-found-title{font-size:34px}.not-found-container1 p{text-align:center}a.not-found-return-to-home{text-decoration:underline}