.form-page{padding:110px 0 0;width:100%;display:flex;justify-content:center;color:#2C3F42}.form-box{position:relative;background-color:white;border-radius:8px;border:2px solid #d9d9d9;width:43%;padding:30px 0;align-items:center}.form-box .backout{top:-40px;left:-15px;display:flex;align-items:center;justify-content:center}.form-box .backout,.form-page .download-btn{position:absolute;text-align:center;align-self:start;margin-bottom:15px}.form-page .download-btn{bottom:-65px;left:10px;width:200px}form{height:100%;width:100%;display:flex;flex-direction:column;align-items:center;gap:20px}.form-page .info{margin-bottom:10px}form div{width:90%}.form-page .info h3{font-size:1.2em}.basic-info{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px}.form-element{width:45%;min-width:230px;height:80px;gap:0}.form-element input,.form-element select,textarea{margin-top:5px;height:35px;width:100%;border-radius:5px;border:1px solid black;background-color:transparent;padding:5px}textarea{height:70px}.height{position:relative;display:flex;gap:10px;min-width:220px}.height div,.weight div{width:100%}.form-element .measurement{width:115px;margin-right:10px}.form-element .measurement-value{width:110px}.weight .measurement{width:55px;margin-right:10px}.weight .measurement-value{width:170px}.misc{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:20px}.misc .misc-item{width:100%}.misc div li{background-color:transparent}.misc input[type=radio]{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:15px;height:15px;border:2px solid #666;border-radius:50%;background-color:#f3f4f6;cursor:pointer;transition:.2s}.misc input[type=radio]:checked{background-color:#2563eb;border-color:#2563eb}.form-page .button-box{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;margin-top:10px}.form-page .button-box button{background-color:#2C2C2C;width:100%}.form-page .button-box button:hover{background-color:black}.checkbox{width:20px!important}.checkbox-box button{padding-bottom:5px;margin-left:3px;color:teal}.chakra-popover__positioner{color:white}.checkbox-box button:hover{background-color:transparent}.disclaimer{color:gray;font-size:.95em}.images{position:relative;width:27%}.images .image-box{position:absolute}@media (max-width:1234px){.images{display:none}.form-box{width:75%}.misc{margin-bottom:20px}.misc div{width:90%}}@media (max-width:768px){.form-box{width:90%;margin-bottom:40px}.images{display:none}.form-element{width:90%}.form-page .button-box{margin-top:40px}}