.form-view-container{display:flex;flex-direction:column;position:relative}.form-view-container .form-view-content{min-height:100vh;display:flex;justify-content:center;width:100%}@media (min-width: 900px){.form-view-container .form-view-content{display:flex}}.cookies-compliance-outer{position:fixed;bottom:0;left:0;width:100%;background-color:#000c;color:var(--white);display:flex;flex-direction:row;gap:20px;justify-content:space-between;align-items:center;z-index:3;padding:20px}@media (max-width: 768px){.cookies-compliance-outer{flex-direction:column;gap:10px}}.cookies-compliance-button{color:var(--white);border:none;padding:16px 32px;cursor:pointer;font-weight:700;margin-top:8px}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-colored:#ddd}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;transform:translate3d(0,0,var(--toastify-z-index) px);width:var(--toastify-toast-width);z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translate(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:var(--toastify-toast-max-height);min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px;white-space:pre-wrap}.Toastify__toast-body>div:last-child{flex:1}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:var(--toastify-color-info);color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:var(--toastify-color-success);color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:var(--toastify-color-warning);color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:var(--toastify-color-error);color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--default{background:var(--toastify-color-progress-colored)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentcolor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__none{0%,60%,75%,90%,to{animation-duration:0;animation-timing-function:none}0%{opacity:1;transform:translateZ(0)}to{transform:translateZ(0)}}.Toastify__none-enter--bottom-center,.Toastify__none-enter--bottom-left,.Toastify__none-enter--bottom-right,.Toastify__none-enter--top-center,.Toastify__none-enter--top-left,.Toastify__none-enter--top-right{animation-name:Toastify__none}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.flinks-container{display:flex;align-items:center;justify-content:center;width:100%!important;flex-grow:1}.flinks-container h2{font-size:30px;font-weight:900;margin:0 auto;width:fit-content}.flinks-container div{width:100%}.flinks-container iframe{width:100%;border:none}.flinks-greeting{text-align:center}.flinks-greeting h2{font-size:30px;font-weight:900;margin:0 auto;width:fit-content}.flinks-greeting span{font-size:15px;font-weight:600;margin:0 auto;width:fit-content}.error-container{display:flex;flex-direction:column;gap:10px;width:100%}.error-container h2{font-weight:900}.privacy-policy{max-width:800px;margin:0 auto;padding:20px}.privacy-policy h1{font-size:1.5rem;margin-bottom:20px;color:var(--dark-gray)}.privacy-policy h2{font-size:1.3rem;margin-bottom:10px;color:var(--dark-gray);font-weight:600}.privacy-policy h3{font-size:1.2rem;margin-bottom:10px;font-weight:500;padding-left:24px;color:var(--dark-gray)}@media (max-width: 758px){.privacy-policy h3{padding-left:12px}}.privacy-policy p{font-size:1rem;line-height:1.6;margin-bottom:20px;color:var(--dark-gray)}.privacy-policy .cookies-link,.privacy-policy .email-link{color:var(--light-blue);text-decoration:none;cursor:pointer}.privacy-policy .cookies-link:hover,.privacy-policy .cookies-link a.email-link:hover,.privacy-policy .email-link:hover,.privacy-policy .email-link a.email-link:hover{text-decoration:underline}.modal-bg{position:fixed;display:flex;justify-content:center;align-items:center;z-index:3;left:0;top:0;right:0;bottom:0;background-color:#00000083}.modal-container{display:flex;flex-direction:column;background-color:#fff;color:#fff;width:100%;max-width:768px;height:100%;border-radius:8px}@media (min-width: 769px){.modal-container{height:80%}}.modal-header{display:flex;justify-content:space-between;align-items:center;gap:8px;border-bottom:1px solid lightgray}.modal-title{flex-grow:1;text-align:center;margin:0;font-weight:700}.close{cursor:pointer;font-size:30px;color:#888;border:none;background-color:transparent;margin-top:5px;margin-right:10px}.modal-body{padding:10px;overflow-y:scroll;text-align:start;flex-grow:1;margin-bottom:16px;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;-webkit-user-select:none;-ms-user-select:none;user-select:none;scrollbar-color:#DEE2E6 transparent}.modal-footer{display:flex;justify-content:center;margin-top:10px}.button{background-color:#28a745;border:none;border-radius:5px;padding:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff}.terms-and-conditions-container{max-width:800px;margin:0 auto}.terms-and-conditions-container h1{font-size:1.5rem;margin-bottom:20px;color:var(--dark-gray)}.terms-and-conditions-container h2{font-size:1.3rem;margin-bottom:10px;color:var(--dark-gray)}.terms-and-conditions-container h3{font-size:1.2rem;margin-bottom:10px;font-weight:500;padding-left:24px;color:var(--dark-gray)}@media (max-width: 758px){.terms-and-conditions-container h3{padding-left:0}}.terms-and-conditions-container p{font-size:1rem;line-height:1.6;margin-bottom:20px;color:var(--dark-gray)}.terms-and-conditions-container .cookies-link,.terms-and-conditions-container .email-link{color:var(--light-blue);text-decoration:none;cursor:pointer}.terms-and-conditions-container .cookies-link:hover,.terms-and-conditions-container .cookies-link a.email-link:hover,.terms-and-conditions-container .email-link:hover,.terms-and-conditions-container .email-link a.email-link:hover{text-decoration:underline}.btn-disabled{opacity:.7;cursor:not-allowed}.btn-custom{height:45px;font-size:15px;border-radius:50px;font-weight:700;cursor:pointer;width:300px}@media (max-width: 500px){.btn-custom{width:90%}}.btn-cancel-previous{border:1px solid black;background-color:#fff}.btn-next-submit{border:none;color:#fff}.terms-conditions-outer{max-width:1143px}.terms-conditions-outer hr{height:2px;border:none;width:100%}.terms-conditions-outer p{text-align:center;font-size:15px}.terms-conditions-outer .cookies-link{color:var(--Blue-700);text-decoration:none;cursor:pointer}.terms-conditions-outer .cookies-link:hover,.terms-conditions-outer .cookies-link a.email-link:hover{text-decoration:underline}.hidden-sticky{display:none!important}.background-modal{position:fixed;display:flex;justify-content:center;align-items:center;z-index:3;background-color:#00000083;left:0;top:0;right:0;bottom:0;padding:1.6rem}.progress-circle-container{position:relative;display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;overflow:hidden;background-color:var(--white)}.progress-circle-container svg{width:100%;height:100%;transform:rotate(-90deg)}.progress-circle-container svg .circle-bg{fill:none;stroke:#e6e6e6;stroke-width:3.6}.progress-circle-container svg .circle{fill:none;stroke:#1d4ed8;stroke-width:3.6;transition:stroke-dasharray .5s ease}.progress-circle-container .step-info{position:absolute;font-size:12px;font-weight:700;color:#16221f}.back-ground-modal{display:flex;justify-content:center;align-items:center;width:100vw;height:100vh;position:fixed;top:0;left:0;background-color:#0000004b;z-index:2}.back-ground-modal .modal-container{display:flex;flex-direction:column;width:100%;max-width:607px;height:fit-content;margin:8px!important;background-color:#fff;border-radius:16px;padding:18px 24px 15px;border:none}.back-ground-modal .modal-container header{display:flex;justify-content:space-between;align-items:center}.back-ground-modal .modal-container header h1{font-size:1.5rem;margin-bottom:20px;color:var(--dark-gray)}.back-ground-modal .modal-container header .close-icon{cursor:pointer;font-size:30px;color:#888;border:none;background-color:transparent;padding:0}.back-ground-modal .modal-container header .close-icon svg{width:24px;height:24px}.back-ground-modal .modal-container header h2{font-size:24px;font-weight:600;text-align:center}@media (max-width: 768px){.back-ground-modal .modal-container header h2{font-size:16px}}.back-ground-modal .modal-container hr{margin-top:23px!important}.back-ground-modal .modal-container main{display:flex;flex-direction:column;width:100%;flex-grow:1;padding-top:6px;margin:0!important;color:#000;font-weight:700}.back-ground-modal .modal-container main .description{margin:24px;font-size:20px;font-weight:700;text-align:center}@media (max-width: 768px){.back-ground-modal .modal-container main .description{font-size:15px}}.back-ground-modal .modal-container .button-line{margin-top:16px!important;margin-bottom:16px!important}.back-ground-modal .modal-container footer{display:flex;justify-content:center;gap:16px}.back-ground-modal .modal-container footer button{display:flex;justify-content:center;align-items:center;padding:0 16px;border-radius:8px;font-size:14px;height:40px;font-weight:500;border:none;cursor:pointer;width:100%}.back-ground-modal .modal-container footer .btn-cancel{border:1px solid black;background-color:#fff}.back-ground-modal .modal-container footer .btn-confirm{color:#fff;border-radius:8px}.back-ground-modal .modal-container .loader{margin-bottom:24px}.back-ground-modal .bigger-modal{height:438px}.general-body-container{display:flex;flex-direction:column;gap:16px;flex-grow:1}.general-body-container .error-text{color:#ba1a1a}.general-body-container .p-inputtext{border-radius:8px;border-color:#000}.general-body-container .p-inputtext:enabled:hover{border-color:#000}.general-body-container .p-inputtext:enabled:focus{box-shadow:none}.general-body-container textarea{display:flex;padding:8px;width:100%;resize:none;flex-grow:1;border-radius:8px;font-size:16px;height:130px;border:1px solid black;color:#000}.general-body-container textarea::placeholder{color:#adb5bd}.general-body-container .input-row{display:flex;gap:1rem;margin-bottom:1rem;width:100%}.general-body-container .half-width{flex:1;position:relative}.general-body-container .input-container{max-width:100%;margin-bottom:1rem;width:100%}.general-body-container .p-inputnumber,.general-body-container .p-inputtext{width:100%;border-radius:4px!important}.general-body-container .p-inputnumber-input{width:100%!important;border:none!important}.general-body-container .p-dropdown{width:100%;border-radius:4px!important}.header-form-container{display:flex;justify-content:center;background-color:#fff;width:100%}.header-form-container .main-header{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:10800px;padding:0 1rem;margin:1rem auto}.header-form-container .main-header .image-text{display:flex;flex-direction:column;align-items:center}@media screen and (max-width: 900px){.header-form-container .main-header .image-text{display:none}}.header-form-container .main-header .image-text span{font-family:Inter;font-size:26px;font-style:normal;font-weight:600;color:#000}.header-form-container .main-header .image-text h2{font-family:Inter;font-size:26px;font-style:normal;font-weight:700}.header-form-container .main-header .image-text h4{font-family:Inter;font-size:20px;font-style:normal;font-weight:700}.header-form-container .main-header.background-color{background:#ffffffe6!important}.header-form-container .main-header .lang-container{display:flex;position:relative;justify-content:flex-end;width:160px;border-radius:30px;background-color:#fff}.header-form-container .main-header .lang-container button:nth-child(1){position:absolute;left:0}.header-form-container .main-header .lang-container .lang-btn{border-radius:30px;border:none;padding:5px 10px;font-size:16px;color:#000;background-color:transparent;position:relative;overflow:hidden}@media (max-width: 768px){.header-form-container .main-header .lang-container .lang-btn{color:transparent}.header-form-container .main-header .lang-container .lang-btn:before{content:attr(data-label);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:14px;font-weight:600;color:#000}.header-form-container .main-header .lang-container .lang-btn.active-btn:before{color:#fff}.header-form-container .main-header .lang-container .lang-btn.active-btn{color:transparent}}.header-form-container .main-header .lang-container .active-btn{color:#fff;box-shadow:0 1px 2px #80808071;background-color:var(--Secondary-Dark, #54595e);font-weight:700}.header-form-container .main-header .buttons-header-container{display:flex;height:auto;width:9rem}.header-form-container .main-header .buttons-header-container button{width:25px;height:25px;font-size:11px;padding:0;border-radius:24px;border:1px solid var(--Secondary-Dark, #54595e);cursor:pointer}.header-form-container .main-header .buttons-header-container button.background-color{background:#7e7e7e1a!important}@media (min-width: 601px){.header-form-container .main-header .buttons-header-container button{width:100px;height:40px;font-size:16px;border-radius:20px}}.header-form-container .main-header img{max-width:200px;height:auto;width:15rem}@media screen and (max-width: 900px){.header-form-container .main-header img{max-width:150px;max-height:40px}}.color-white{color:#fff!important}.no-border{border:none!important}@media screen and (max-width: 755px){.main-header{justify-content:center}}
