@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";*{box-sizing:border-box;border:none;outline:0px;font-family:Roboto,sans-serif}body{background-color:#fff!important}.display-cover{position:fixed;top:0;right:0;bottom:0;left:0;width:100dvw;height:100dvh;background-color:#ffffff4d;z-index:20}.display-cover.hidden{display:none}main{display:flex;gap:5rem;max-width:100dvw;min-height:100dvh;padding-bottom:2rem}main .step-btn-group{position:sticky;top:2rem;display:flex;flex-direction:column;align-items:center;gap:5px}main .step-btn-group .step-btn{width:3rem;height:3rem;font-family:Roboto,sans-serif;background:#dee2e6;color:#000;border-radius:50%;outline:none}main .step-btn-group .step-btn:hover{cursor:default}main .step-btn-group .step-divider{width:3px;height:100px;background-color:#ced4da;border-radius:1rem}main .step-btn-group .step-done{background:#2e4873;color:#fff}main .step-btn-group .step-done.step-btn:hover{cursor:pointer}@media screen and (max-width: 1024px){main .step-btn-group{flex-direction:row;margin-top:2rem;display:none}main .step-btn-group .step-divider{height:3px;width:100px}}main .error-page{display:none;flex-direction:column;justify-content:center;align-items:center;width:100%;height:50dvh}main .error-page>.c-title{display:flex;justify-content:center;align-items:center;font-size:xx-large}main .error-page>.c-title>span{font-size:2rem;color:#f44335;margin-right:.5rem}main .error-page>.context{font-weight:500}main .error-page>.context>.link{color:#1a73e8;font-weight:600}main .error-page>.context>.link>span{transform:translateY(25%)}main .post-creation-form{display:none}main .post-creation-form .hidden-input{position:fixed;left:-9999px}main .post-creation-form input::-webkit-outer-spin-button,main .post-creation-form input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}main .post-creation-form input[type=number]{-moz-appearance:textfield}main .post-creation-form .entry{font-family:Roboto,sans-serif;padding:.8rem 1rem;border:1.5px solid #adb5bd;border-radius:8px;color:#6c757d;scroll-margin-block:10rem}main .post-creation-form .entry.error{color:#f44335;border-color:#db3636}main .post-creation-form .entry.error::-moz-placeholder{color:#f44335}main .post-creation-form .entry.error:-ms-input-placeholder{color:#f44335}main .post-creation-form .entry.error::placeholder{color:#f44335}main .post-creation-form .entry:hover{cursor:pointer}main .post-creation-form .entry:focus{color:#000;border-color:#2e4873}main .post-creation-form .entry:disabled{cursor:not-allowed}main .post-creation-form .step-header{margin-bottom:3rem}main .post-creation-form .step-header .subheading{font-family:Roboto,sans-serif;color:#6c757d}main .post-creation-form .step-header .heading{font-family:Roboto,sans-serif;margin-top:3rem;margin-bottom:1rem}main .post-creation-form .step-header .step-info{font-family:Roboto,sans-serif;color:#495057}main .post-creation-form .step-section.hidden{display:none}main .post-creation-form .category-list{display:grid;grid-template-columns:repeat(4,12rem);place-items:center;gap:1rem}main .post-creation-form .category-list .input-label{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:12rem;aspect-ratio:1/1;padding:1rem;border:1.5px solid #6c757d;border-radius:5px;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:scale .3s}main .post-creation-form .category-list .input-label .label-icon{width:40%;aspect-ratio:1/1;overflow:hidden}main .post-creation-form .category-list .input-label .label-icon>img{width:100%;aspect-ratio:1/1}main .post-creation-form .category-list .input-label .label-text{font-family:Roboto,sans-serif;font-weight:400;color:#343a40;text-align:center;text-wrap:pretty}main .post-creation-form .category-list .input-label:hover{scale:90%;cursor:pointer}main .post-creation-form .category-list .selected-label{border-color:#1a73e8}main .post-creation-form .category-list .selected-label .label-icon{display:none}main .post-creation-form .category-list .selected-label .label-text{font-weight:600;color:#1a73e8}@media screen and (max-width: 1024px){main .post-creation-form .category-list{grid-template-columns:repeat(3,12rem)}}@media screen and (max-width: 768px){main .post-creation-form .category-list{grid-template-columns:repeat(2,1fr)}main .post-creation-form .category-list .input-label{width:100%}}main .post-creation-form .information{display:flex;flex-direction:column;gap:2rem}main .post-creation-form .information .file-upload-wrapper{display:flex;flex-direction:column;gap:1rem;width:-moz-fit-content;width:fit-content}main .post-creation-form .information .file-upload-wrapper .file-drop{width:-moz-fit-content;width:fit-content;scroll-margin-block:10rem}main .post-creation-form .information .file-upload-wrapper .file-drop img{display:block;width:10rem}main .post-creation-form .information .file-upload-wrapper .file-drop:hover{cursor:pointer}main .post-creation-form .information .file-upload-wrapper .btn{width:100%;color:#2e4873;padding:.6rem 1rem;border-color:#2e4873;border-radius:8px;font-weight:600;transition:all .3s;cursor:pointer}main .post-creation-form .information .file-upload-wrapper .btn.uploaded{color:#4caf50;border-color:#4caf50}main .post-creation-form .information .file-upload-wrapper .btn.error{color:#f44335;border-color:#f44335;outline:3px solid rgba(244,67,53,.3)}main .post-creation-form .information .file-upload-wrapper .btn.loading{color:#fb8c00;border-color:#fb8c00}main .post-creation-form .completion{display:flex;flex-direction:column;gap:3rem}main .post-creation-form .completion .company-detail-container{width:100%}main .post-creation-form .completion .company-detail-container>span{display:block;width:100%;text-align:right}main .post-creation-form .completion .company-detail-container>span.error{color:#f44335}main .post-creation-form .completion .company-detail-container textarea{width:100%;height:auto;font-family:Roboto,sans-serif;padding:.8rem 1rem;border:2px solid #ced4da;border-radius:8px;color:#6c757d;resize:vertical}main .post-creation-form .completion .company-detail-container textarea.error{border-color:#db3636}main .post-creation-form .completion .company-detail-container textarea.error::-moz-placeholder{color:#f44335}main .post-creation-form .completion .company-detail-container textarea.error:-ms-input-placeholder{color:#f44335}main .post-creation-form .completion .company-detail-container textarea.error::placeholder{color:#f44335}main .post-creation-form .completion .company-detail-container textarea:focus{color:#000;border-color:#2e4873}main .post-creation-form .completion .investment-fields-group{display:flex;flex-direction:column;gap:.5rem;max-width:30rem}main .post-creation-form .completion .investment-fields-group .name-label{color:#2e4873;font-family:Roboto,sans-serif;font-weight:600;margin:0}main .post-creation-form .completion .investment-fields-group .name-label+span{margin-bottom:1rem}main .post-creation-form .completion .document-field-container{display:flex;flex-direction:column}main .post-creation-form .completion .document-field-container .name-label{color:#2e4873;font-family:Roboto,sans-serif;font-weight:600;margin:0}main .post-creation-form .completion .document-field-container .name-label+span{margin-bottom:1rem}main .post-creation-form .completion .document-field-container .upload-label{width:-moz-fit-content;width:fit-content;padding-inline:1.5rem!important;color:#fff;background-color:#2e4873;margin:0}main .post-creation-form .completion .input-group{display:flex;flex-direction:column;max-width:40rem}main .post-creation-form .completion .input-group .name-label{color:#2e4873;font-family:Roboto,sans-serif;font-weight:600}main .post-creation-form .completion .input-group .range-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:6px;background:#ebe9e7;outline:none;border-radius:5px;margin-block:.3rem;cursor:pointer}main .post-creation-form .completion .input-group .range-input::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;background:#2e4873;border-radius:50%;cursor:pointer}main .post-creation-form .completion .input-group .range-input::-moz-range-thumb{-moz-appearance:none;-webkit-appearance:none;appearance:none;width:20px;height:20px;background:#2e4873;border-radius:50%;cursor:pointer}main .post-creation-form .completion .input-group .info-label{display:flex;align-items:baseline;gap:.3rem;width:-moz-fit-content;width:fit-content;margin-top:.5rem}main .post-creation-form .completion .input-group .info-label .info-label-input{max-width:6rem;background-color:transparent}main .post-creation-form .completion .input-group .info-label .info-label-input:focus{border-bottom:1px solid #2a3952}main .post-creation-form .completion .input-group .info-label .currency-selection{background-color:transparent;color:#6c757d;border:none;outline:none;cursor:pointer;text-decoration:underline;text-underline-offset:3px}main .post-creation-form .completion .input-group .info-label.error{color:#f44335}main .post-creation-form .completion .input-group:nth-child(2n) .info-label .info-label-input{width:3rem}main .post-creation-form .completion .premium-certification{display:flex;flex-direction:row;align-items:center;gap:1rem}main .post-creation-form .completion .premium-certification-labels{display:flex;flex-direction:row;align-items:center}main .post-creation-form .completion .premium-certification-labels p{margin:0}main .post-creation-form .completion .document-input{display:flex;flex-direction:row;gap:.5rem;align-items:start;justify-content:center;width:-moz-fit-content;width:fit-content;background-color:#f0f2f5;border-radius:1rem;padding:1rem}main .post-creation-form .completion .document-input>span{font-size:x-large}main .post-creation-form .completion .document-input .document-input-file-info{display:flex;flex-direction:column;gap:.5rem}main .post-creation-form .completion .document-input .document-input-file-info .file-size-label{font-size:12px;color:#6c757d}main .post-creation-form .completion .document-input .document-input-upload-option{color:#6c757d;padding:.2rem;border:1px solid #6c757d;border-radius:50%;margin-left:.5rem;cursor:pointer}main .post-creation-form .completion .document-input .document-input-upload-option:hover{color:#2e4873;border-color:#343a40}@media screen and (max-width: 768px){main .post-creation-form .link-group{flex-direction:column}main .post-creation-form .link-group>.entry{width:100%}}main .post-creation-form .form-check{display:block;min-height:auto;padding-left:1.73em;margin-bottom:.125rem}main .post-creation-form .form-check .form-check-input{float:left;margin-left:-1.73em;aspect-ratio:1/1!important}main .post-creation-form .form-check-reverse{padding-right:1.73em;padding-left:0;text-align:right}main .post-creation-form .form-check-reverse .form-check-input{float:right;margin-right:-1.73em;margin-left:0}main .post-creation-form .form-check-input{width:1.23em;height:1.23em;margin-top:.135em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;print-color-adjust:exact;transition:background-color .25s ease,border-color .25s ease,background-position .15s ease-in-out,opacity .15s ease-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){main .post-creation-form .form-check-input{transition:none}}main .post-creation-form .form-check-input[type=checkbox]{border-radius:.35rem}main .post-creation-form .form-check-input[type=radio]{border-radius:50%}main .post-creation-form .form-check-input:active{filter:brightness(99%)}main .post-creation-form .form-check-input:focus{border-color:none;outline:0;box-shadow:none}main .post-creation-form .form-check-input:checked{background-color:transparent;border-color:transparent}main .post-creation-form .form-check-input:checked[type=checkbox]{background-image:linear-gradient(195deg,#ec407a,#d81b60)}main .post-creation-form .form-check-input:checked[type=radio]{background-image:linear-gradient(195deg,#ec407a,#d81b60)}main .post-creation-form .form-check-input[type=checkbox]:indeterminate{background-color:#e91e63;border-color:#e91e63;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}main .post-creation-form .form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}main .post-creation-form .form-check-input[disabled]~.form-check-label,main .post-creation-form .form-check-input:disabled~.form-check-label{cursor:default;opacity:.5}main .post-creation-form .form-switch{padding-left:2.375rem}main .post-creation-form .form-switch .form-check-input{width:1.875rem;margin-left:-2.375rem;background-image:none;background-position:left center;border-radius:1.875rem;transition:background-color .25s ease,border-color .25s ease,background-position .15s ease-in-out,opacity .15s ease-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){main .post-creation-form .form-switch .form-check-input{transition:none}}main .post-creation-form .form-switch .form-check-input:focus{background-image:none}main .post-creation-form .form-switch .form-check-input:checked{background-position:right center;background-image:none}main .post-creation-form .form-switch.form-check-reverse{padding-right:2.375rem;padding-left:0}main .post-creation-form .form-switch.form-check-reverse .form-check-input{margin-right:-2.375rem;margin-left:0}main .post-creation-form .form-check-inline{display:inline-block;margin-right:1rem}main .post-creation-form .was-validated .form-check-input:valid,main .post-creation-form .form-check-input.is-valid{border-color:#66d432}main .post-creation-form .was-validated .form-check-input:valid:checked,main .post-creation-form .form-check-input.is-valid:checked{background-color:#66d432}main .post-creation-form .was-validated .form-check-input:valid:focus,main .post-creation-form .form-check-input.is-valid:focus{box-shadow:0 0 0 2px #66d43240}main .post-creation-form .was-validated .form-check-input:valid~.form-check-label,main .post-creation-form .form-check-input.is-valid~.form-check-label{color:#66d432}main .post-creation-form .form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}main .post-creation-form .was-validated .form-check-input:invalid,main .post-creation-form .form-check-input.is-invalid{border-color:#fd5c70}main .post-creation-form .was-validated .form-check-input:invalid:checked,main .post-creation-form .form-check-input.is-invalid:checked{background-color:#fd5c70}main .post-creation-form .was-validated .form-check-input:invalid:focus,main .post-creation-form .form-check-input.is-invalid:focus{box-shadow:0 0 0 2px #fd5c7040}main .post-creation-form .was-validated .form-check-input:invalid~.form-check-label,main .post-creation-form .form-check-input.is-invalid~.form-check-label{color:#fd5c70}main .post-creation-form .form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}main .post-creation-form .form-check:not(.form-switch) .form-check-input{float:initial!important}main .post-creation-form .form-check:not(.form-switch) .form-check-input[type=checkbox],main .post-creation-form .form-check:not(.form-switch) .form-check-input[type=radio]{border:1px solid #d1d7e1;position:relative}main .post-creation-form .form-check:not(.form-switch) .form-check-input[type=checkbox]:checked,main .post-creation-form .form-check:not(.form-switch) .form-check-input[type=radio]:checked{border-color:#2e4873}main .post-creation-form .form-check:not(.form-switch) .form-check-input[type=checkbox]{background-image:none}main .post-creation-form .form-check:not(.form-switch) .form-check-input[type=checkbox]:after{transition:opacity .25s ease-in-out;font-family:FontAwesome;content:"✓";width:100%;height:100%;color:#fff;position:absolute;display:flex;justify-content:center;align-items:center;font-size:.67rem;opacity:0}main .post-creation-form .form-check:not(.form-switch) .form-check-input[type=checkbox]:checked{background:#2e4873}main .post-creation-form .form-check:not(.form-switch) .form-check-input[type=checkbox]:checked:after{opacity:1}main .post-creation-form .form-check:not(.form-switch) .form-check-input[type=radio]{transition:border 0s;background:transparent}main .post-creation-form .form-check:not(.form-switch) .form-check-input[type=radio]:after{transition:opacity .25s ease-in-out;content:"";position:absolute;width:.8375rem;height:.8375rem;border-radius:50%;background-color:#2e4873;opacity:0;left:0;right:0;top:0;bottom:0;margin:auto}main .post-creation-form .form-check:not(.form-switch) .form-check-input[type=radio]:checked{padding:6px}main .post-creation-form .form-check:not(.form-switch) .form-check-input[type=radio]:checked:after{opacity:1}main .post-creation-form .form-check:not(.form-switch) .form-check-input[type=radio]:active{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f,0 0 0 12px #3547661a;border-radius:50rem;transition:.05s ease}main .post-creation-form .form-check-label,main .post-creation-form .form-check-input[type=checkbox]{cursor:pointer}main .post-creation-form .form-check-label{font-size:.875rem;font-weight:400}main .post-creation-form .form-check-input{-webkit-appearance:none;-moz-appearance:none;appearance:none}main .post-creation-form .form-switch .form-check-input{position:relative;background-color:#ced4da;height:.9375rem;width:1.875rem}main .post-creation-form .form-switch .form-check-input:after{transition:transform .25s ease-in-out,background-color .25s ease-in-out;content:"";width:1.25rem;height:1.25rem;border-radius:50%;border:1px solid #ced4da;position:absolute;background-color:#fff;transform:translate(1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;top:-2.5px;left:-5px}main .post-creation-form .form-switch .form-check-input:checked:after{transform:translate(21px);border-color:#42424a}main .post-creation-form .form-switch .form-check-input:checked{border-color:#42424a;background-color:#42424a}main .post-creation-form .form-switch .form-check-input:checked:active:after{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f,0 0 0 15px #3547661a}main .post-creation-form .form-switch .form-check-input:active:after{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f,0 0 0 15px #0000001a}main .post-creation-form .rtl .form-check.form-switch .form-check-input:after{transform:translate(-1px)}main .post-creation-form .rtl .form-check.form-switch .form-check-input:checked:after{transform:translate(21px)}main .post-creation-form .form-controls{display:flex;align-content:center;gap:2rem;margin-top:3rem}main .post-creation-form .form-controls .btn{width:-moz-fit-content;width:fit-content;font-family:Roboto,sans-serif;font-weight:500;color:#000;background-color:#fff;padding:.6rem 2rem;border:1.5px solid #1a73e8;border-radius:8px}main .post-creation-form .form-controls .btn.outline{color:#1a73e8;background-color:#fff}main .post-creation-form .form-controls .btn.hidden{display:none}main .post-creation-form .form-controls .btn.block{color:#fff;background-color:#1a73e8}main .loader-div{display:grid;place-items:center;width:100%;height:-moz-fit-content;height:fit-content}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange{background:#2e4873!important;border:#2e4873!important}.flatpickr-day:hover{background:#2e4873!important;color:#fff!important}#logo-edit-modal .logo-editor-wrapper{width:100%;aspect-ratio:16/9}@media screen and (max-width: 1024px){main{flex-direction:column;gap:3rem}}@media screen and (max-width: 768px){.container{gap:1rem!important}.heading{margin-top:1.5rem!important}.form-controls{margin-left:0!important;margin-block:3rem!important;gap:0!important}.form-controls .btn{scale:.8}.form-controls .btn.outline{color:#1a73e8;background-color:#fff}.form-controls .btn.hidden{display:none}.form-controls .btn.block{color:#fff;background-color:#1a73e8}}@media screen and (max-width: 768px){main .post-creation-form .form-controls{margin-left:.5rem}}@media screen and (min-width: 768px) and (max-width: 1024px){main .post-creation-form .form-controls{margin-left:.5rem}}body.dark-version{background-color:#1a2035!important}body.dark-version .completion .input-group .info-label .info-label-input{color:#fff}body.dark-version .completion .input-group .info-label .info-label-input:focus{border-bottom:1px solid #ced4da}body.dark-version .completion .input-group .info-label .currency-selection{color:#f0f2f5}body.dark-version .completion .input-group .info-label .currency-selection option{color:#000}body.dark-version main .post-creation-form .step-header .subheading{color:#fff!important}body.dark-version main .post-creation-form .step-header .heading{color:#fff!important}body.dark-version .name-label{color:#fff!important}body.dark-version main .post-creation-form .category-list .input-label .label-text{color:#fff!important}body.dark-version p{color:#fff!important}body.dark-version .info-label{color:#fff}body.dark-version label{color:#6c757d!important}body.dark-version #company-detail-counter{color:#fff!important}
