.mars-form{all:initial;font-family:"OPPOSans",sans-serif;color:#333;line-height:1.5}.mars-form,.mars-form *{box-sizing:border-box}.mars-form a{color:#32bbdb;text-decoration:underline!important}.mars-form [type=button],.mars-form a:hover{color:#005077;text-decoration:underline}.mars-form a:focus{color:#005077;text-decoration:underline}.mars-form .required-star{color:#ff4d4f}.customer-form-wrapper{display:flex;align-items:stretch;justify-content:center;flex-wrap:wrap;gap:40px;padding:40px;background-color:#fff;border-radius:20px;margin:0 auto;box-sizing:border-box}.mars-form .customer-form-wrapper img{width:100%;max-width:100%;border-radius:12px;object-fit:cover}.mars-form .customer-form-content,.mars-form .customer-form-image{display:flex;flex:0 0 calc((100% - 40px)/2);max-width:calc((100% - 40px)/2);min-width:0;box-sizing:border-box}.mars-form .customer-form-content{flex-direction:column;justify-content:flex-start;flex:1}.customer-form-image img{width:100%;height:100%;object-fit:cover;display:block}.mars-form .customer-form-image{align-items:center;justify-content:center}.mars-form .submit-button-container{margin-top:0;flex:0 0 100%;max-width:100%;order:3}.mars-form .customer-form-content h2{font-size:1.875vw;font-weight:800;margin-top:0;color:#333}.mars-form .customer-form-grid{display:grid;grid-template-columns:1fr 1fr;margin-top:1vw!important;margin-bottom:2.8vw!important;gap:36px 16px}.mars-form .form-field{display:flex;flex-direction:column;gap:6px}.mars-form .form-field label{font-size:1.042vw;font-weight:500;color:#333}.mars-form .form-field-full{grid-column:span 2}.mars-form .customer-form-grid input,.mars-form .customer-form-grid textarea,.mars-form .form-field input,.mars-form .form-field textarea{background-color:#f1f2f6;border:0 solid #dcdfe6;border-radius:8px;padding:12px 16px;font-size:1.042vw;font-family:inherit;width:100%;box-sizing:border-box;box-shadow:none}.mars-form .customer-form-grid textarea{grid-column:span 2;resize:vertical}.mars-form .customer-form-checkboxes{margin-top:20px;font-size:1.042vw;color:#333}.mars-form .customer-form-checkboxes label{display:flex;align-items:center;gap:8px;font-size:clamp(14px,1.042vw,20px);cursor:pointer}.mars-form .customer-form-footer{font-size:12px;color:#888;margin-top:16px}.mars-form .customer-form-submit{background:#32bbdb;color:#fff;border:1px solid #31a3db;padding:12px 28px;border-radius:999px;font-size:22px;font-weight:600;cursor:pointer;transition:all .3s ease;display:block;margin:0 auto;width:100%;max-width:200px}.mars-form .customer-form-submit:hover{background-color:#fff;color:#31a3db;border:1px solid #31a3db}.mars-form .customer-form-submit:focus{background-color:#fff;color:#31a3db;border:1px solid #31a3db}.mars-form #form-message{text-align:center;font-size:1.042vw}.mars-form .phone-wrapper{display:flex;align-items:stretch;height:100%}.mars-form .phone-prefix{display:flex;align-items:center;padding:0 10px;background:#f1f2f6;border:0 solid #dcdfe6;border-right:none;border-radius:8px 0 0 8px;font-size:16px;color:#666;height:100%;line-height:1}.mars-form .phone-wrapper input[type=tel]{flex:1;height:100%;padding:0 16px;border:0 solid #dcdfe6;border-left:none;border-radius:0 8px 8px 0;background-color:#f1f2f6;font-size:16px;line-height:1;box-shadow:none}.mars-form .modal{display:none;position:fixed;z-index:9999;left:0;top:10%;width:100%;height:100%;background-color:rgba(0,0,0,.5)}.mars-form .modal-content{background:#fff;border-radius:16px;box-shadow:0 4px 32px rgba(0,0,0,.12);min-width:320px;max-width:90vw;max-height:80vh;overflow-y:auto;position:relative;text-align:left}.mars-form .close{position:fixed;top:15%;right:12%;font-size:42px;color:#888;background:0 0;border:0;cursor:pointer;font-weight:700;z-index:1;transition:color .2s}#activityModal .modal-content{padding:5% 9%;margin:auto;font-size:15px;line-height:1.3;color:#444}#activityModal .modal-content h1{font-size:24px;font-weight:700;text-align:center;margin-bottom:24px;color:#222}#activityModal .modal-content h2{font-size:18px;font-weight:600;margin-top:24px;margin-bottom:5px;color:#222}#activityModal .modal-content ol,#activityModal .modal-content ul{padding-left:20px;margin-bottom:16px}#activityModal .modal-content li{margin-bottom:1px}.mars-form .form-group{margin-bottom:20px}.mars-form .form-group label{display:block;font-weight:500;margin-bottom:6px}.mars-form .form-row{display:flex;gap:20px;flex-wrap:wrap}.mars-form .form-row>div{flex:1 1 45%}.mars-form .form-title{font-size:24px;font-weight:600;margin-bottom:20px}.mars-form .form-wrapper{background:#fff;border-radius:10px;padding:40px;box-shadow:0 6px 20px rgba(0,0,0,.06);max-width:800px;margin:0 auto}.mars-form input[type=email],.mars-form input[type=tel],.mars-form input[type=text],.mars-form select,.mars-form textarea{width:100%;padding:clamp(8px,1vw,16px);font-size:clamp(14px,1.042vw,18px);border-radius:6px;box-sizing:border-box;transition:border-color .2s ease}.mars-form input:focus,.mars-form select:focus,.mars-form textarea:focus{border-color:#32bbdb;outline:0}.mars-form .link-btn{background:0 0;border:0;color:#32bbdb;cursor:pointer;text-decoration:underline;font-size:inherit;padding:0}.mars-form .link-btn:hover{color:#005077!important;background-color:transparent!important;text-decoration:underline!important}.mars-form .submit-button{background-color:#31a3db;color:#fff;font-size:1.146vw;padding:12px 24px;border:0;border-radius:6px;cursor:pointer;transition:background-color .2s ease}.mars-form .submit-button:hover{background-color:#fff;color:#31a3db;border:1px solid #31a3db}.mars-form .error-message,.mars-form .success-message{color:#d63638;font-size:1.042vw;margin-top:5px}.mars-form .success-message{color:#28a745}@media (max-width:768px){.mars-form .customer-form-wrapper{flex-direction:column;gap:24px;padding:20px}.mars-form .customer-form-content,.mars-form .customer-form-image{flex:0 0 auto;max-width:100%}.mars-form .customer-form-content{order:1}.mars-form .submit-button-container{order:2}.mars-form .customer-form-image{order:3}.mars-form .customer-form-content h2{font-size:clamp(22px,5.5vw,28px);font-weight:900;margin-bottom:14px}.mars-form .customer-form-grid{grid-template-columns:1fr;gap:12px 0}.mars-form .form-field-full{grid-column:1/-1}.mars-form .form-field label{font-size:15px;line-height:1.3}.mars-form .customer-form-grid input,.mars-form .customer-form-grid textarea,.mars-form .form-field input,.mars-form .form-field textarea{font-size:16px;padding:14px 16px;line-height:1.2}.mars-form .phone-wrapper{height:56px}.mars-form .phone-prefix{height:100%;padding:0 14px;min-width:96px;border-radius:8px 0 0 8px;display:inline-flex;align-items:center;justify-content:center;gap:8px;position:relative;font-size:16px;line-height:1}.mars-form .phone-wrapper input[type=tel]{height:100%;font-size:16px;padding-left:12px;border-radius:0 8px 8px 0}.mars-form .customer-form-checkboxes{margin-top:16px;font-size:15px}.mars-form .customer-form-checkboxes label{align-items:flex-start;line-height:1.4;margin-bottom:20px}.mars-form .customer-form-checkboxes input[type=checkbox]{transform:scale(1.15);margin-top:3px}.mars-form .customer-form-footer{font-size:16px;margin-top:10px}.mars-form .customer-form-submit{width:auto;max-width:none;min-width:220px;padding:12px 28px;border-radius:999px;margin:12px auto 0;background-color:#31a3db;font-size:16px}.mars-form #address,.mars-form #note,.mars-form label[for=address],.mars-form label[for=note]{display:none!important}}