.form{width:100%}.input-row{display:flex;width:100%;justify-content:space-between;flex-wrap:wrap}.input-row>.input-col{width:45%}.input-col{width:100%;margin-bottom:20px}.circle-checkbox input[type=checkbox],.circle-checkbox input[type=radio],.custom-checkbox input[type=checkbox],.custom-checkbox input[type=radio],.custom-select select,.square-checkbox input[type=checkbox],.square-checkbox input[type=radio],.uploader input[type=file],input[data-hidden=true]{width:0!important;height:0!important;visibility:hidden!important;pointer-events:none!important;padding:0!important;margin:0!important;position:absolute!important;top:0!important;left:0!important}.label{color:#313131;margin-bottom:5px;display:flex;align-items:center}.required{color:#ef2525;font-size:1rem}.custom-input{padding:5px 10px;position:relative}.custom-input input,.custom-input textarea{border:none!important;outline:0!important;background:0 0!important;font-size:1.125rem;font-weight:500;width:100%;position:relative;z-index:1}.custom-input input{height:44px}.custom-input textarea{resize:none;height:200px;padding:10px 0}.custom-input .custom-input__field{display:block;position:absolute;width:100%;height:100%;border:1px solid #c7cbd8;background:0 0;pointer-events:none;top:0;left:0}.custom-input input.has-value~.custom-input__field,.custom-input input:focus~.custom-input__field,.custom-input input:hover~.custom-input__field,.custom-input textarea.has-value~.custom-input__field,.custom-input textarea:focus~.custom-input__field,.custom-input textarea:hover~.custom-input__field{border-color:#000}.custom-input input.error~.custom-input__field,.custom-input textarea.error~.custom-input__field{border-color:#de0303!important}.custom-input input:disabled~.custom-input__field{border-color:#c7cbd8;background-color:#f5f5f5}.custom-input__prefix,.custom-input__suffix{position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);pointer-events:none}.custom-input__prefix{left:10px}.custom-input__suffix{right:10px}.input-des{width:100%;display:flex;justify-content:space-between;margin-top:5px}.input-des *{font-size:.75rem;font-weight:400}.input-des .input-error{color:#de0303;display:none}.input-des .input-error.show{display:block}.input-des .input-error *{color:#de0303}.input-des .input-error strong{font-weight:700}.custom-checkbox-group{width:100%;display:flex;align-items:stretch;justify-content:flex-start;flex-wrap:wrap;margin-top:10px}.custom-checkbox-group>.custom-checkbox:not(:last-child){margin-right:50px}html[lang=en] .custom-checkbox-group>.custom-checkbox:not(:last-child){margin-right:30px}.custom-checkbox{margin-bottom:10px;margin-top:10px}.custom-checkbox>label{display:block;text-align:center;padding:8px 20px;border-radius:28px;background-color:#e3e3e3;color:#313131;border:1px solid #e3e3e3;cursor:pointer;min-width:80px}.custom-checkbox>input[type=checkbox]:checked~label,.custom-checkbox>input[type=radio]:checked~label{background-color:#ff9402;border-color:#ff9402;pointer-events:none}.custom-checkbox>input[type=checkbox].error~label,.custom-checkbox>input[type=radio].error~label{border-color:#de0303}.square-checkbox-group{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;flex-wrap:wrap}.square-checkbox-group>li{width:16.66%;width:calc(100% / 6)}.square-checkbox{width:100%;margin-top:15px}.square-checkbox>label{display:flex;align-items:flex-start;line-height:1.5;font-size:1rem;font-weight:400;position:relative}.square-checkbox>label::before{content:'';position:relative;display:block;width:1.25em;height:1.25em;min-width:1.25em;background-color:transparent;border:2px solid #000;margin-right:10px;cursor:pointer;margin-top:3px}.square-checkbox>input[type=checkbox]:checked~label::before,.square-checkbox>input[type=radio]:checked~label::before{background-color:#ff9402;border-color:#ff9402}.square-checkbox>input:disabled~label{opacity:.8;pointer-events:none!important}.square-checkbox>label::after{content:'\2713';position:absolute;top:.1875em;left:0;font-size:.9375em;width:1.25em;height:1.25em;line-height:1;text-align:center;display:none;align-items:center;justify-content:center;font-weight:900;color:#fff;pointer-events:none}.square-checkbox>input[type=checkbox]:checked~label::after,.square-checkbox>input[type=radio]:checked~label::after{display:flex}.square-checkbox>input[type=checkbox].error~label::before,.square-checkbox>input[type=radio].error~label::before{border-color:#de0303}.circle-checkbox{width:100%;margin-top:15px;display:block}.circle-checkbox>label{display:flex;align-items:flex-start;line-height:1.5;font-size:1rem;font-weight:400;position:relative}.circle-checkbox>label::before{content:"";position:relative;display:block;width:1.2em;height:1.2em;min-width:1.2em;background-color:#fff;border:.15em solid #dedede;border-radius:100%;margin-right:.5em;cursor:pointer;margin-top:.1666em}.circle-checkbox>input[type=checkbox]:checked~label::before,.circle-checkbox>input[type=radio]:checked~label::before{border-color:#4357ed}.circle-checkbox>input[type=checkbox]:disabled~label,.circle-checkbox>input[type=radio]:disabled~label{opacity:.8;pointer-events:none!important}.circle-checkbox>label::after{content:"";position:absolute;top:.43em;left:.25em;width:.7em;height:.7em;min-width:.7em;background-color:#4357ed;pointer-events:none;display:none;border-radius:100%}.circle-checkbox>input[type=checkbox]:checked~label::after,.circle-checkbox>input[type=radio]:checked~label::after{display:block}.circle-checkbox>input[type=checkbox].error~label::before,.circle-checkbox>input[type=radio].error~label::before{border-color:#de0303}.custom-select{display:block;position:relative;width:100%}.custom-select__field{padding:5px 25px 5px 10px;width:100%;height:54px;border:1px solid #c7cbd8;background:#fff;cursor:pointer;color:#bcbcbc;font-size:1.125rem;font-weight:500;display:flex;align-items:center;justify-content:flex-start}.custom-select__field>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1;width:100%;font-size:inherit;font-weight:inherit;color:inherit;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;height:100%;display:flex;align-items:center}.custom-select select.has-value~.custom-select__field,.custom-select.active .custom-select__field,.custom-select:hover .custom-select__field{border-color:#000}.custom-select select.error~.custom-select__field{border-color:#de0303!important}.custom-select select.has-value~.custom-select__field{color:#000}.custom-select select.has-value~.custom-select__field::after,.custom-select.active .custom-select__field::after,.custom-select:hover .custom-select__field::after{border-right-color:#000;border-bottom-color:#000}.custom-select select:disabled~.custom-select__field{pointer-events:none;border-color:#c7cbd8;background-color:#f5f5f5}.custom-select__field::after{content:"";border-bottom:2px solid #c7cbd8;border-right:2px solid #c7cbd8;height:8px;width:8px;position:absolute;display:block;pointer-events:none;top:50%;right:10px;-webkit-transform:translateY(-50%) rotate(45deg);-moz-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);-o-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg);transition:transform .3s ease-in-out}.custom-select.active .custom-select__field::after{-webkit-transform:translateY(-50%) rotate(225deg);-moz-transform:translateY(-50%) rotate(225deg);-ms-transform:translateY(-50%) rotate(225deg);-o-transform:translateY(-50%) rotate(225deg);transform:translateY(-50%) rotate(225deg)}.custom-select select.hide-option~.custom-select__field::after{display:none!important}.custom-select__options{position:absolute;top:100%;left:0;width:100%;height:auto;background-color:#fff;border:1px solid #000;z-index:6;list-style:none;display:block;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);transition:transform .3s cubic-bezier(.4,0,.2,1);transform-origin:top;border-top-color:transparent;overflow-y:auto;overflow-x:hidden;max-height:30vh}.custom-select.option-top .custom-select__options{top:unset;bottom:100%;border-top-color:#000;border-bottom-color:transparent;transform-origin:bottom}.custom-select.active .custom-select__options{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.custom-select__options>*{width:100%;position:relative;display:block;font-size:1rem;font-weight:400;color:#000;padding:5px 10px;cursor:pointer;background-color:#fff;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.custom-select__options>.selected,.custom-select__options>:hover{background-color:#ff9402;color:#fff}.custom-select__options>.selected{pointer-events:none}.custom-phone-input{width:100%;display:flex;align-items:flex-start;justify-content:flex-start}.custom-phone-input>.custom-select{width:20%;min-width:85px;margin-right:15px}.custom-phone-input>.custom-input{flex:1}.verify-code-input{width:100%;display:flex;align-items:stretch;justify-content:space-between}.verify-code-input__field{position:relative;display:block;width:15%;padding:15% 0 0 0}.verify-code-input__field>input{background-color:#e1e1e1;border-radius:15px;border:1px solid #e1e1e1;text-align:center;position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%}.verify-code-input__field>input.error{border-color:#de0303}.custom-input-datepicker{position:absolute;top:100%;left:0;width:100%;max-width:400px;z-index:3;background-color:#fff;border:1px solid #000;display:block;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);transition:transform .3s cubic-bezier(.4,0,.2,1);transform-origin:top;border-top-color:transparent}.custom-input.picker-active .custom-input-datepicker{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.custom-input.picker-active .custom-input__field{border-color:#000}.custom-input-icon__calendar{background:url(/assets/img/public/icon-calendar.svg) center/contain no-repeat;position:absolute;top:50%;right:15px;width:20px;height:20px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);z-index:2;cursor:pointer}.custom-input .custom-input-icon__calendar:hover,.custom-input input.has-value~.custom-input-icon__calendar,.custom-input input:focus~.custom-input-icon__calendar,.custom-input input:hover~.custom-input-icon__calendar,.custom-input.picker-active .custom-input-icon__calendar{filter:brightness(0)}.uploader{height:74px}.uploader input[data-hidden=true].has-value~.uploader__btn{display:none!important}.uploader .uploader__preview{display:none!important}.uploader input[data-hidden=true].has-value~.uploader__preview{display:flex!important}.simple-uploader .uploader__btn{width:100%;height:100%;background-color:#fff;border:none;outline:0;position:relative;padding:1.1em;display:flex;align-items:center;justify-content:center;color:#4357ed}.simple-uploader .uploader__btn::after{content:'';border:2px dashed #4357ed;opacity:.5;position:absolute;pointer-events:none;top:0;left:0;width:100%;height:100%}.simple-uploader .uploader__btn:hover:after{opacity:1}.simple-uploader input[data-hidden=true].error~.uploader__btn::after{border-color:#de0303!important}.simple-uploader input[data-status=loading]~.uploader__btn{pointer-events:none}.simple-uploader .uploader__btn::before{content:'';display:block;position:relative;width:28px;height:28px;min-width:28px;margin-right:20px;pointer-events:none;background:url(/assets/img/public/icon-upload-2.svg) center/contain no-repeat}.simple-uploader input[data-status=loading]~.uploader__btn::before{background:0 0;border-radius:100%;border:2px solid rgba(67,87,237,.5);border-top:2px solid #4357ed!important;-webkit-animation:spinRelative 1s linear infinite;animation:spinRelative 1s linear infinite}@-webkit-keyframes spinRelative{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes spinRelative{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.simple-uploader .uploader__preview{height:100%;width:100%;border:2px dashed #4357ed;background-color:#fff;display:flex;align-items:center;justify-content:center}.simple-uploader .uploader__preview>div{display:flex;align-items:center;justify-content:space-between;width:70%;margin:0 auto;height:auto}.simple-uploader .uploader__preview__list{max-width:70%;position:relative}.simple-uploader .uploader__preview__item{display:flex;align-items:center;width:auto;max-width:100%}.simple-uploader .uploader__preview__file{color:#4357ed;display:block;margin-right:18px;margin-top:10px;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.simple-uploader .uploader__preview__delete{color:#ef2525;display:block;text-decoration:underline;margin-top:10px;margin-bottom:10px;margin-right:10px;white-space:nowrap}.simple-uploader .uploader__preview__reupload{margin-top:10px;margin-bottom:10px;color:#4357ed;text-decoration:underline;white-space:nowrap;position:relative;display:flex;align-items:center}.simple-uploader input[data-status=loading]~.uploader__preview .uploader__preview__reupload{pointer-events:none}.simple-uploader input[data-status=loading]~.uploader__preview .uploader__preview__reupload::before{content:'';display:block;position:relative;width:15px;height:15px;min-width:15px;margin-right:5px;border-radius:100%;border:2px solid rgba(67,87,237,.5);border-top:2px solid #4357ed!important;-webkit-animation:spinRelative 1s linear infinite;animation:spinRelative 1s linear infinite;pointer-events:none}@media (max-width:1199.98px){.custom-input input,.custom-input textarea,.custom-select__field{font-size:1rem}.square-checkbox>label::before{margin-top:1px}.square-checkbox>label::after{top:1px}.simple-uploader .uploader__btn::before{width:20px;height:20px;min-width:20px}.square-checkbox-group>li{width:33.333%;width:calc(100% / 3)}}@media (max-width:767.98px){.input-des *{font-size:.625rem}.custom-input input,.custom-input textarea,.custom-select__field{font-size:.9375rem}.input-row>.input-col{width:100%!important}.custom-checkbox-group>.custom-checkbox:not(:last-child){margin-right:30px}.square-checkbox-group>li{width:50%}}@media (max-width:575.98px){.custom-input input,.custom-input textarea,.custom-select__field{font-size:.875rem}.simple-uploader .uploader__btn::before{margin-right:10px}.simple-uploader .uploader__preview>div{width:85%}.custom-checkbox-group>.custom-checkbox:not(:last-child){margin-right:15px!important}}@media (max-width:373.98px){.verify-code-input__field>input{border-radius:8px}.square-checkbox-group>li{width:100%}}