:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}:root{--primary-color: #0b0149;--secondary-color: #5387fd;--text-color: #333;--light-text: #666;--bg-color: #f5faff;--white: #fff;--border-color: #ccc;--hover-color: #357abd;--contact-bgcolor: #f3fbff}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif;line-height:140%}body{background-color:var(--bg-color);color:var(--text-color)}.form-group label:after{content:" *";color:#ee3441}.header{top:0;z-index:100;background-color:var(--white)}.header-content{display:flex;justify-content:space-between;height:56px;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px}.header-content img{width:48px;height:auto}.header-logo{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px}.mobile-nav{display:none;gap:16px}.nav-icon{color:var(--secondary-color);font-size:20px;position:relative}.contact-button{background-color:var(--contact-bgcolor);color:#2972fe;padding:10px 20px;border-radius:6px;text-decoration:none;font-size:13px;font-weight:600;text-align:center}.container{display:flex;min-height:calc(100vh - 49px)}.left-section{flex:1;width:50%;background:url(/assets/background-CsqtssFo.png) no-repeat center center;padding:130px 0 0 64px;display:flex;justify-content:space-between;flex-direction:column;gap:24px}.left-section h1,.left-section h2,.left-section h3,.left-section h4{color:var(--primary-color);line-height:140%;margin-bottom:8px;font-weight:600}.left-section h1{font-size:48px;font-weight:600;max-width:500px}.left-section h3,.left-section h5{font-size:18px;font-weight:500}.left-section h4{font-size:32px;margin-bottom:16px}.left-section p,.left-section h5{font-size:18px;line-height:140%;margin-bottom:8px;color:#000;font-weight:500}.left-section img{width:100%}.left-section .minimize-content{display:none}.right-section{flex:1;width:50%;background-color:var(--white);display:flex;flex-direction:column;align-items:center;padding:24px;gap:16px}.right-section h3{font-size:18px;font-weight:600}.right-section p{font-size:13px;color:#9a9b9d}.right-section a{color:#2972fe;text-decoration:none}.form-header{display:flex;align-items:center;gap:10px;margin:0 auto}.form-header img{display:flex;align-items:center;gap:10px;margin:0 auto;width:86px;height:auto}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:13px;color:#000;margin-bottom:4px;font-weight:600}.form-group input,.form-group select{width:100%;padding:6px 10px;height:36px;border:1px solid var(--border-color);border-radius:6px;font-size:13px;background-color:var(--white);color:#000}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--secondary-color)}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px white inset!important;-webkit-text-fill-color:var(--text-color)!important}.phone-inputs{position:relative}.phone-inputs select{width:120px;min-width:120px;height:36px;padding:8px 24px 7px 95px;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-color:var(--white);border:1px solid var(--border-color);border-radius:5px;cursor:pointer}.country-option{display:flex;align-items:center;gap:8px;font-size:13px;padding:4px 0}.select-wrapper{position:relative;width:120px}form button{width:100%;max-width:320px;padding:16px;background-color:var(--secondary-color);color:var(--white);border:none;border-radius:24px;font-size:13px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;margin:0 auto;outline:none}button:focus{outline:none;box-shadow:0 0 0 3px #5387fd80}button:hover{background-color:var(--hover-color)}.note-wrap{display:flex;align-items:center;gap:16px;flex-direction:column;margin-bottom:16px;color:#000}.note-wrap p{color:#454545;font-weight:500;margin:0}.note-wrap hr{width:100%;border-color:#37f}.form-wrap{display:flex;gap:8px}.form-wrap input,.form-wrap .form-group{flex:1}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999}dialog{border:none;border-radius:10px;box-shadow:0 4px 20px #0000001a;max-width:736px;width:90%;padding:0;z-index:1000;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}dialog:not([open]){display:none}.modal-content{background:#fff;padding:56px;text-align:center;outline:none}.modal-content:focus{outline:none}.modal-icon{position:relative;margin-bottom:20px}.modal-content h2{font-size:28px;color:#000;margin-bottom:24px;font-weight:600}.modal-content p{font-size:13px;color:#333;margin-bottom:36px;line-height:1.5;font-weight:500}.modal-buttons{display:flex;gap:24px;justify-content:center}.modal-btn{padding:12px 30px;border-radius:25px;font-size:14px;cursor:pointer;transition:background-color .3s}.modal-btn.secondary{background:transparent;border:2px solid var(--secondary-color);color:var(--secondary-color)}.modal-btn.secondary:hover{background:var(--secondary-color);color:#fff}.modal-btn.primary{background:var(--secondary-color);border:none;color:#fff}.modal-btn.primary:hover{background:#357abd}.error-message{color:red;font-size:12px;margin-top:5px}.ant-picker{width:100%;height:36px;border:1px solid var(--border-color);border-radius:6px;font-size:13px}.ant-picker:hover{border-color:var(--secondary-color)}.ant-picker-focused{border-color:var(--secondary-color);box-shadow:0 0 0 2px #5387fd33}.ant-picker-input input{font-size:13px;color:var(--text-color)}.ant-picker-panel-container{border-radius:8px;box-shadow:0 2px 10px #0000001a}.ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner{background-color:var(--secondary-color)}.ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-disabled) .ant-picker-cell-inner{background-color:#e6f0ff}.country-select.ant-select{height:36px}.country-select .ant-select-selector{height:36px!important;padding:0 8px!important;border:1px solid var(--border-color)!important;border-radius:6px!important}.country-select .ant-select-selection-item{line-height:34px!important;padding-right:20px!important}@media (max-width: 960px){.header-content{padding:0 24px}.container{flex-direction:column}.left-section,.right-section{width:100%}.left-section{padding:48px 0 0;gap:16px}.left-section-content{padding:0 24px}.left-section h1,.left-section h2,.left-section h3,.left-section h4,.left-section h5,.left-section p{line-height:120%}.left-section h1{font-size:24px;margin-bottom:16px}.left-section h3,.left-section h5,.left-section p{font-size:14px}.left-section h3{margin-bottom:8px}.left-section h4{font-size:16px;margin-bottom:16px}.right-section{align-items:flex-start;padding:24px}.right-section h3{text-align:center}.left-section .minimize-content{display:block;text-align:center}.mobile-nav{display:flex}.header-logo{width:60%}.modal-content{padding:24px}.modal-buttons{flex-direction:column}.contact-button{padding:8px 16px}}@media (max-width: 480px){.header-content,.left-section-content{padding:0 16px}.right-section{padding:16px}.contact-button{padding:8px 12px}}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}
