.custom-form-main{width:100%}.custom-form-container{max-width:var(--page-width);margin:0 auto;padding:0 24px}.custom-form-grid{display:flex;flex-direction:column;gap:40px}.custom-form-info{width:100%}.custom-form-main .sec-head{gap:32px}.custom-form-main .sec-title{color:rgb(var(--color-a-link))}.custom-form-main .sec-text,.custom-form-main .sec-text *{color:rgb(var(--color-title));width:100%;text-decoration:none}.custom-form-main .sec-text p{line-height:24px;margin:0 0 8px}.custom-form-main .sec-text p:last-child{margin-bottom:0}.custom-form-main .sec-text a:hover{color:rgb(var(--color-a-link-hover))}.custom-form-card{border-radius:8px;width:100%}.custom-form-card-inner{display:flex;flex-direction:column;gap:40px;padding:32px}.custom-form-card-head{display:flex;flex-direction:column;gap:24px}.custom-form-card-title{margin:0;color:#018373;font-size:24px;line-height:32px}.custom-form-card-text,.custom-form-card-text *{margin:0;font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:16px;line-height:24px;color:#22423e}.custom-form-form{display:flex;flex-direction:column;gap:40px}.custom-form-fields{display:flex;flex-direction:column;gap:16px}.custom-form-field{display:flex;flex-direction:column;gap:8px}.custom-form-label{font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:16px;line-height:24px;color:#22423e}.custom-form-input{width:100%;box-sizing:border-box;height:42px;padding:8px 16px;background-color:rgb(var(--color-background));border:1px solid rgb(var(--color-foreground));border-radius:0;font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:16px;line-height:24px;color:#22423e}.custom-form-input::placeholder{color:#22423e66;opacity:1}.custom-form-input:focus,.custom-form-input:focus-visible{outline:none;border-color:rgb(var(--color-title));box-shadow:0 0 0 1px rgb(var(--color-title))}.custom-form-select{height:42px;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:40px;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23001a17' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:12px 8px}.custom-form-select{color:#22423e66;opacity:1}.custom-form-select:valid,.custom-form-select option{color:#22423e}.custom-form-textarea{height:100px;min-height:100px;padding:12px 16px;resize:vertical}.custom-form-field-error{color:rgb(var(--color-title));font-family:var(--font-body-family);font-size:14px;line-height:20px}.custom-form-status{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0;font-family:var(--font-body-family);font-size:15px;line-height:22px}.custom-form-status svg{width:20px;height:20px;flex-shrink:0}.custom-form-status--success{color:rgb(var(--color-title))}.custom-form-status--error{color:rgb(var(--color-title));width:100%}.custom-form-error-list{list-style:none;margin:8px 0 0;padding:0;width:100%}.custom-form-error-list a{color:rgb(var(--color-a-link))}.custom-form-actions{display:flex}.custom-form-submit{display:inline-flex;align-items:center;justify-content:center;padding:18px 28px;border:0;border-radius:8px;cursor:pointer;background-color:rgb(var(--color-title));color:rgb(var(--color-button-text));font-family:var(--font-body-family);font-weight:700;font-size:16px;line-height:24px;letter-spacing:.64px;transition:background-color var(--duration-short) ease}.custom-form-submit:hover{background-color:rgb(var(--color-a-link-hover))}.custom-form-app{display:flex;flex-direction:column;gap:40px}.custom-form-app form{display:flex;flex-direction:column;gap:16px}.custom-form-app label{font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:16px;line-height:24px;color:#22423e}.custom-form-app input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=hidden]),.custom-form-app textarea,.custom-form-app select{width:100%;box-sizing:border-box;height:42px;padding:8px 16px;background-color:rgb(var(--color-background));border:1px solid #4d7570;border-radius:0;font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-size:16px;line-height:24px;color:#22423e}.custom-form-app input::placeholder,.custom-form-app textarea::placeholder{color:#22423e99;opacity:1}.custom-form-app input:focus,.custom-form-app input:focus-visible,.custom-form-app textarea:focus,.custom-form-app textarea:focus-visible,.custom-form-app select:focus,.custom-form-app select:focus-visible{outline:none;border-color:rgb(var(--color-title));box-shadow:0 0 0 1px rgb(var(--color-title))}.custom-form-app select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:40px;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23001a17' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:12px 8px}.custom-form-app textarea{height:100px;min-height:100px;padding:12px 16px;resize:vertical}.custom-form-app button[type=submit],.custom-form-app input[type=submit],.custom-form-app button:not([type]){display:inline-flex;align-items:center;justify-content:center;padding:18px 28px;border:0;border-radius:8px;cursor:pointer;background-color:#018373;color:#f2fbfa;font-family:var(--font-body-family);font-weight:700;font-size:16px;line-height:24px;letter-spacing:.64px;transition:background-color var(--duration-short) ease}.custom-form-app button[type=submit]:hover,.custom-form-app input[type=submit]:hover,.custom-form-app button:not([type]):hover{background-color:rgb(var(--color-a-link-hover))}.custom-form-card .onst-custom-form-box,.custom-form-card .onst-registration-form{padding:0!important}.custom-form-card .onst-registration-form .title,.custom-form-card .onst-registration-form .subtitle,.custom-form-card .onst-custom-form-box .title,.custom-form-card .onst-custom-form-box .subtitle{display:none!important}.custom-form-card .onst-registration-form-container,.custom-form-card .onst-custom-form-box{max-width:100%!important;padding:0!important;margin:0!important}.custom-form-card .onst-register-form-fields,.custom-form-card .onst-field-group-box{display:flex!important;flex-direction:column!important;gap:16px!important;padding-bottom:40px!important}.custom-form-card .onst-field{flex:1 1 100%!important;max-width:100%!important;width:100%!important}.custom-form-card .onst-field-title,.custom-form-card .onst-register-form-fields label,.custom-form-card .onst-field label{margin:0 0 8px!important;font-family:var(--font-body-family)!important;font-weight:var(--font-body-weight)!important;font-size:16px!important;line-height:24px!important;color:#22423e!important;padding:0!important}.custom-form-card .onst-field input,.custom-form-card .onst-field select,.custom-form-card .onst-field textarea,.custom-form-card .surecust-phone-input-wrapper select{background-color:#f2fbfa!important;border:1px solid #4d7570!important;border-radius:0!important;font-family:var(--font-body-family)!important;font-size:16px!important;line-height:24px!important;color:#22423e!important;padding:8px 16px!important;box-sizing:border-box!important}.custom-form-card .onst-field input,.custom-form-card .onst-field select{height:42px!important}.custom-form-card .onst-field select{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;padding-right:40px!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23001a17' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 16px center!important;background-size:12px 8px!important}.custom-form-card .surecust-phone-input-wrapper{display:flex!important;align-items:center!important;gap:8px!important;width:100%!important}.custom-form-card .surecust-phone-input-wrapper select{width:auto!important;min-width:100px!important;flex:0 0 auto!important;padding-left:10px!important;padding-right:10px!important;text-overflow:ellipsis!important;overflow:visible!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23001a17' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 10px center!important;background-size:12px 8px!important}.custom-form-card .surecust-phone-input-wrapper input{flex:1 1 auto!important;min-width:0!important}.custom-form-card .onst-field textarea{height:100px!important;min-height:100px!important;padding:12px 16px!important;resize:vertical}.custom-form-card .onst-field input::placeholder,.custom-form-card .onst-field textarea::placeholder,.custom-form-card .onst-field select{color:#22423e99!important}.custom-form-card .onst-registration-form-container-box,.custom-form-card .onst-custom-form-box{padding-top:0!important}.custom-form-card .onst-registration-form-container-box form,.custom-form-card .onst-custom-form-box form,.custom-form-card .final-step{text-align:left!important}.custom-form-card .onst-registration-form button,.custom-form-card .onst-registration-form .button,.custom-form-card .onst-custom-form-box button,.custom-form-card .onst-custom-form-box .button{display:inline-flex!important;align-items:center!important;justify-content:center!important;border:0!important;border-radius:8px!important;font-family:var(--font-body-family)!important;font-weight:700!important;padding:18px 28px!important;font-size:16px!important;line-height:24px!important;letter-spacing:.64px!important;background-color:#018373!important;border-color:#018373!important;color:#fff!important;transition:background-color var(--duration-short) ease,color var(--duration-short) ease!important}.custom-form-card .onst-registration-form button:hover,.custom-form-card .onst-registration-form .button:hover,.custom-form-card .onst-custom-form-box button:hover,.custom-form-card .onst-custom-form-box .button:hover{background-color:rgb(var(--color-a-link-hover))!important}@media screen and (min-width:990px){.custom-form-grid{display:grid;grid-template-columns:477fr 672fr;gap:75px;align-items:start}.custom-form-card-inner{padding:64px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/custom-form.css.map */
