.order-page{position:relative;background-color:var(--background-green);background-image:url(/images/bg-order.png);background-repeat:no-repeat;background-size:cover;min-height:100vh;width:100vw;margin-top:60px;justify-content:center;padding:2rem}.order-content,.order-page{box-sizing:border-box;display:flex}.order-content{z-index:1;flex-wrap:wrap;justify-content:space-between;align-self:center;column-gap:1rem;padding:0 2%}.order-content .order-page--flex{flex:1 1!important}.order-content .order-content__left--info{color:var(--text-color-cream);align-content:space-around;box-sizing:border-box;width:50%}.order-content .order-content__left--info h1{text-align:left}@media(max-width:768px){.order-content .order-content__left--info h1{text-align:center}}@media(max-width:576px){.order-content .order-content__left--info h1{font-size:1.5rem}}.order-content .order-content__left--info p#order-description{color:var(--text-color-cream);width:50%;text-align:left}@media(max-width:768px){.order-content .order-content__left--info p#order-description{text-align:center;width:100%!important}}@media(max-width:576px){.order-content .order-content__left--info p#order-description{font-size:.85rem;text-align:justify}}.order-content .order-content__left--info .column-container{display:flex;flex-wrap:nowrap}@media(max-width:768px){.order-content .order-content__left--info .column-container{display:none}}.order-content .order-content__left--info .order-content--contact{background-color:var(--background-white);color:var(--text-color-dark);width:100%;height:-moz-fit-content;height:fit-content;position:relative;min-width:160px}.order-content .order-content__left--info .order-content--contact .order-content--icon{width:70px;align-content:center;height:70px;border-radius:50%;background-color:var(--background-green);text-align:center;position:absolute;top:-15%;display:flex;justify-content:center;align-items:center}.order-content .order-content__left--info .order-content--contact .title{font-weight:700;font-size:22px}.order-content .order-content__left--info .order-content--contact p{margin:0}@media(max-width:1224px){.order-content .order-content__left--info{width:100%}}.order-content .order-content__right--form{height:max-content;background-color:var(--background-white);border-radius:1rem;text-align:center;top:10%;position:relative;padding:1rem;align-content:space-around;max-height:700px;box-sizing:border-box;width:45%}.order-content .order-content__right--form form{display:grid;grid-gap:1rem;gap:1rem}.order-content .order-content__right--form form .submit-btn{width:100%;height:46px;border-radius:20px;background-color:var(--background-green);color:var(--text-color-cream);font-weight:700}.order-content .order-content__right--form .form-row{display:flex!important;justify-content:space-between;align-items:center;gap:inherit;flex-wrap:wrap}@media(max-width:768px){.order-content .order-content__right--form .form-row{flex-direction:column}.order-content .order-content__right--form .form-row div{width:100%}}.order-content .order-content__right--form input{flex:1 1;width:auto;border-radius:8px}.order-content .order-content__right--form input span{margin:1rem}.order-content .order-content__right--form textarea{border-radius:8px}.order-content .order-content__right--form span.error{color:red}@media(max-width:1224px){.order-content .order-content__right--form{width:100%}}@media(max-width:768px){.order-content .order-content__right--form{margin:0 auto;max-height:-moz-fit-content;max-height:fit-content}}@media(max-width:576px){.order-content .order-content__right--form{padding:1rem .75rem;box-sizing:border-box}}@media(max-width:768px){.order-content{width:96%;display:flex;flex-direction:column;margin:0 auto}}@media(max-width:576px){.order-content{margin-bottom:40px;padding:0}}input,textarea{padding:1rem}.order-form-container{width:100%}.order-form-container .form-title{margin-bottom:1.5rem;text-align:center;color:var(--text-color-green)}.order-form-container .order-form{width:100%}.order-form-container .order-form .form-row{display:flex;gap:16px}@media(max-width:576px){.order-form-container .order-form .form-row{flex-direction:column;gap:0}}.order-form-container .order-form .form-field{flex:1 1;display:flex;flex-direction:column;align-items:flex-start}.order-form-container .order-form .form-field label{display:block;margin-bottom:8px;font-weight:500}.order-form-container .order-form .form-field .error-message{color:#ff4d4f;font-size:12px;margin-top:4px;margin-bottom:0}.order-form-container .order-form .form-field input{width:100%}.order-form-container .order-form .form-submit{margin-top:24px}.order-form-container .order-form .submit-btn{background-color:var(--background-green);border-color:var(--background-green)}.order-form-container .order-form .submit-btn:focus,.order-form-container .order-form .submit-btn:hover{background-color:var(--background-green-dark,#3a6351);border-color:var(--background-green-dark,#3a6351)}.order-form-container .order-form .submit-btn:disabled{background-color:#d9d9d9;border-color:#d9d9d9}.ant-input,.ant-input-number,.ant-picker{width:100%;border-radius:8px}.ant-input-number-input{height:auto}