.docSection{background-color:var(--color-gray);width:100%;padding:40px 20px;margin:40px 0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:40px}.docSection .title{margin:0 20px;padding:0 20px;border-left:8px solid var(--color-blue);font-size:1.6em;flex:1 1}.docSection .title,.docSection form{max-width:var(--site-max-width);width:100%;box-sizing:border-box}.docSection form h2.title{margin-bottom:40px}.docSection form .formOne{width:100%;margin-top:-20px;margin-bottom:20px}.docSection form .formOne .nft-item-category-list input[type=checkbox]+label{cursor:pointer;color:#000;background-color:#fff;width:200px;height:80px;display:flex;justify-content:center;align-items:center;border:1px solid #000;border-left:8px solid var(--color-yellow);text-align:center;padding:8px;line-height:1.4em}.docSection form .formOne .nft-item-category-list input[type=checkbox]{display:none}.docSection form .formOne .nft-item-category-list input[type=checkbox]+label:before{content:"✓";display:none;width:1em;height:1em;padding-left:.1em;padding-bottom:.1em;margin-right:.5em;vertical-align:bottom;color:transparent;transition:.2s;color:#000;border-radius:100%;background-color:#8e8e93}.docSection form .formOne .nft-item-category-list input[type=checkbox]+label:active:before{transform:scale(0);color:#000}.docSection form .formOne .nft-item-category-list input[type=checkbox]:checked+label:before{background-color:var(--color-yellow);border:1px solid #000;color:#fff}.docSection form .formOne .nft-item-category-list input[type=checkbox]:disabled+label:before{transform:scale(1);border-color:#aaa}.docSection form .formOne .nft-item-category-list input[type=checkbox]:checked:disabled+label:before{transform:scale(1);background-color:#bfb;border-color:#bfb}.docSection form .formOne .nft-item-category-list input[type=checkbox]:checked+label{background-color:var(--color-yellow);border:1px solid #000;margin-left:7px;color:#fff;transition:all .2s linear}.docSection form .formOne ul.nft-item-categories{display:flex;box-sizing:border-box;flex-direction:row;flex-wrap:wrap;justify-content:center;padding:20px 80px;gap:80px;align-items:center;max-width:var(--site-max-width);width:100%;margin:auto}@media screen and (max-width:1024px){.docSection form .formOne ul.nft-item-categories{gap:20px;padding:80px 20px}}.docSection form .formOne li.nft-item-category-list{list-style:none}.docSection form .formTwo{display:flex;flex-direction:row;box-sizing:border-box;flex-wrap:wrap;gap:20px;max-width:var(--site-max-width);width:100%;margin:0 auto}.docSection form .formTwo #rgpdDiv,.docSection form .formTwo textarea{width:100%}.docSection form .formTwo input[type=text]{width:calc(50% - 30px);font-size:20px;padding:8px;color:#767676}.docSection form .formTwo input[type=text]::placeholder{color:#767676;opacity:1}@media screen and (max-width:1024px){.docSection form .formTwo input[type=text]{width:100%}}.docSection form .formTwo textarea{padding:8px;color:#767676}.docSection form .formTwo #idnumber{display:none}.docSection form .formTwo #send{border:0;border-radius:0;background-color:var(--color-yellow);color:#fff;padding:8px 16px;font-weight:700}.success{font-weight:700;color:var(--color-green)}.error,.rgpd{font-weight:700;color:var(--color-red)}.rgpd{text-decoration:none}.rgpd:hover{cursor:pointer}