: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__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translate3d(0,0,9999 px);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);width:320px;width:var(--toastify-toast-width);z-index:9999;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:translateX(-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:translateX(-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:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 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:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.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:#ffffffb3;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:9999;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 #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;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__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(0deg)}to{transform:rotate(1turn)}}.section_feedBacks_container_feedbacks__3QZ5A{align-items:center;display:flex;flex-direction:column;height:100vh;overflow-x:scroll;padding:1rem;position:relative;width:100%}.section_feedBacks_container_feedbacks__3QZ5A::-webkit-scrollbar{background:#0000;width:0}#section_feedBacks_card_slider__G7kgF{background-color:var(--white-light);border-radius:.3rem;box-shadow:0 0 5px #e4e2e2;height:25rem;margin:5rem auto 0;overflow:hidden;padding:2rem;position:relative;width:35rem}.section_feedBacks_animation_slider__KhQVP{animation:section_feedBacks_slider__Mnr6N 1.5s cubic-bezier(.25,.46,.45,.94) both}@keyframes section_feedBacks_slider__Mnr6N{0%{transform:translateX(200%)}to{transform:translateX(0)}}.section_feedBacks_animation_exit__mhyAv{animation:section_feedBacks_animation_exit__mhyAv 1.2s cubic-bezier(.25,.46,.45,.94) both;overflow:hidden}@keyframes section_feedBacks_animation_exit__mhyAv{0%{transform:translateX(0)}to{transform:translateX(-200%)}}#section_feedBacks_card_slider__G7kgF svg{color:var(--blue-normal)}#section_feedBacks_card_slider__G7kgF svg:first-of-type{left:1rem;position:absolute;top:1rem}#section_feedBacks_card_slider__G7kgF svg:last-of-type{bottom:1rem;position:absolute;right:1rem}#section_feedBacks_card_slider__G7kgF p:first-of-type{color:var(--black-normal);font-size:1.3rem;font-weight:500;margin-top:.5rem;max-width:90%;overflow:hidden;text-overflow:ellipsis;text-transform:capitalize;white-space:nowrap;z-index:2}#section_feedBacks_card_slider__G7kgF hr{background-color:var(--gray-normal);border:none;height:1px;margin:.3rem 0;width:100%}#section_feedBacks_card_slider__G7kgF p{color:var(--black-light);font-size:1.1rem;font-weight:400;line-height:1.2rem;margin-top:.5rem;max-height:85%;max-width:100%;overflow:hidden;text-align:justify;text-overflow:ellipsis}.section_feedBacks_container_btn__SAtlx{align-items:center;display:flex;height:3rem;justify-content:space-between;margin-top:1rem;min-width:15rem}.section_feedBacks_container_btn__SAtlx button{background:none;border:none;color:var(--gray-normal);font-size:3rem;height:3rem;transition:.3s;width:3rem}.section_feedBacks_container_btn__SAtlx button:hover{color:var(--blue-normal)}#section_feedBacks_card_slider__G7kgF .section_feedBacks_empty__7Tnho{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}#section_feedBacks_card_slider__G7kgF .section_feedBacks_empty__7Tnho img{max-width:100%;width:60%}#section_feedBacks_card_slider__G7kgF .section_feedBacks_empty__7Tnho span{color:var(--black-light);font-size:1.3rem;text-align:center}@media screen and (max-width:600px){#section_feedBacks_card_slider__G7kgF{width:90%}}*{box-sizing:border-box;font-family:Cabin,sans-serif;margin:0;padding:0}:root{--blue-normal:#4be2f2;--blue-dark:#349da8;--orange-normal:#f29f05;--black-light:#635959;--black-normal:#403c3a;--black-dark:#0d0908;--white-normal:#fff;--white-dark:#f2f2f2;--gray-normal:#ddd;--red-light:#e44932}a{text-decoration:none}button{cursor:pointer;outline:none}li{list-style:none}@media screen and (min-width:601px) and (max-width:769px){body,html,root{font-size:93.75%}}@media screen and (max-width:601px){body,html,root{font-size:87.5%}}.footer_content_footer__-Bzt4{align-items:center;background-color:var(--black-normal);display:flex;flex-wrap:wrap;justify-content:space-around;min-height:25vh;width:100%}.footer_content_footer__-Bzt4 ul{display:flex;flex-direction:column;height:100%;width:auto}.footer_content_footer__-Bzt4 ul h5{color:var(--blue-normal);font-size:1.3rem;font-weight:500;padding-left:.3rem;text-align:start}.footer_content_footer__-Bzt4 ul li{padding:.1rem 0;text-align:start;width:100%}.footer_content_footer__-Bzt4 ul li:first-of-type{margin-top:.2rem}.footer_content_footer__-Bzt4 ul li a{align-items:center;color:var(--white-normal);cursor:pointer;display:flex;font-size:1.1rem;font-weight:400;justify-content:flex-start;transition:.3s}.footer_content_footer__-Bzt4 ul li a svg{margin-right:.1rem}.footer_content_footer__-Bzt4 ul li a:hover{color:var(--orange-normal)}.footer_content_footer__-Bzt4 .footer_container_infos__UP5W2{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:40%}.footer_content_footer__-Bzt4 .footer_container_infos__UP5W2 img{height:3rem;max-width:100%;width:3rem}.footer_content_footer__-Bzt4 .footer_container_infos__UP5W2 p{color:var(--white-normal);font-size:1.1rem;font-weight:400;margin-top:.3rem}.footer_content_footer__-Bzt4 .footer_container_infos__UP5W2 span{color:var(--gray-normal);font-size:1rem;font-weight:400;margin-top:.4rem}@media screen and (max-width:601px){.footer_content_footer__-Bzt4{gap:2rem;justify-content:space-between;padding:2rem}.footer_content_footer__-Bzt4 .footer_container_infos__UP5W2{align-items:center;order:2;width:100%}.footer_content_footer__-Bzt4 ul{order:1}}.menuMobile_menu_mobile__EDbao{align-items:center;animation:menuMobile_fadin_in__Pw31r 1s ease;background-color:var(--blue-normal);display:flex;flex-direction:column;height:100vh;justify-content:center;left:0;padding:1rem;position:fixed;top:0;width:100%;z-index:12}@keyframes menuMobile_fadin_in__Pw31r{0%{transform:translateX(200%)}to{transform:translateX(0)}}.menuMobile_menu_mobile__EDbao button{align-items:center;background:none;border:1px solid var(--white-normal);border-radius:50%;display:flex;font-size:2rem;height:3rem;justify-content:center;left:1rem;position:absolute;top:1rem;transition:.3s;width:3rem}.menuMobile_menu_mobile__EDbao button svg{color:var(--white-normal)}.menuMobile_menu_mobile__EDbao button:hover{background-color:var(--blue-dark);border:1px solid var(--blue-dark)}.menuMobile_menu_mobile__EDbao nav{align-items:center;display:flex;flex-direction:column;gap:2rem;height:auto;justify-content:center;max-height:80%;width:80%}.menuMobile_menu_mobile__EDbao nav a{align-items:center;color:var(--black-light);cursor:pointer;display:flex;font-size:1.9rem;font-weight:500;justify-content:center;transition:all .3s}.menuMobile_menu_mobile__EDbao nav a:not(:last-of-type):hover{color:var(--blue-dark)}.menuMobile_menu_mobile__EDbao nav a:not(:last-of-type) svg{opacity:0}.menuMobile_menu_mobile__EDbao nav a:not(:last-of-type):hover svg{opacity:1}.menuMobile_menu_mobile__EDbao nav a:last-of-type{border:1px solid var(--black-light);border-radius:2rem;margin-top:1rem;padding:.5rem 3rem}.menuMobile_menu_mobile__EDbao nav a:last-of-type svg{margin-left:.3rem}.menuMobile_menu_mobile__EDbao nav a:last-of-type:hover{background-color:var(--blue-dark);border:1px solid var(--blue-dark);color:var(--white-normal)}.header_container_header__dC3HA{align-items:center;background:none;display:flex;height:4rem;justify-content:space-between;left:0;padding:1rem 2rem;position:absolute;top:0;width:100%}.header_container_header__dC3HA .header_container_logo__IXJoo{height:3.5rem;width:3.5rem}.header_container_header__dC3HA .header_container_logo__IXJoo img{height:3.5rem;max-width:100%;width:3.5rem}.header_container_header__dC3HA .header_nav_links__6ozR1{align-items:center;display:flex;flex:1 1;gap:1rem;justify-content:flex-end}.header_container_header__dC3HA .header_nav_links__6ozR1 a{color:var(--black-light);cursor:pointer;font-size:1.4rem;font-weight:500;transition:all .3s}.header_container_header__dC3HA .header_nav_links__6ozR1 a:last-of-type{align-items:center;background-color:var(--black-light);border-radius:50%;color:var(--white-normal);display:flex;justify-content:center;padding:.5rem}.header_container_header__dC3HA .header_nav_links__6ozR1 a:last-of-type:hover{background-color:var(--blue-dark)}.header_container_header__dC3HA .header_nav_links__6ozR1 a:not(:last-of-type):hover{color:var(--blue-dark)}.header_btn_bars__9GiaY{display:none}@media screen and (min-width:600px) and (max-width:769px){.header_container_header__dC3HA{padding:0 1rem}.header_container_header__dC3HA .header_nav_links__6ozR1 a{font-size:1.2rem}}@media screen and (max-width:600px){.header_container_header__dC3HA{padding:0 1rem}.header_container_header__dC3HA .header_container_logo__IXJoo img{padding:.2rem 0}.header_container_header__dC3HA .header_nav_links__6ozR1{display:none}.header_btn_bars__9GiaY{background:none;border:none;color:var(--black-light);cursor:pointer;display:inline-block;font-size:2.5rem;height:4rem;outline:none;width:4rem}}.loading_loading__H8Qlq{align-items:center;background-color:#0000004d;display:flex;height:100vh;justify-content:center;position:fixed;width:100%;z-index:999}.section_contact_container_contact__Bwz\+j{align-items:center;display:flex;flex-direction:column;gap:2rem;min-height:100vh;padding:4rem 2rem;width:100%}.section_contact_container_contact__Bwz\+j form{align-items:center;display:flex;flex-direction:column;gap:1rem;margin:auto 0;min-height:80vh;width:60%}.section_contact_container_options_contact__MwVnR{align-items:center;display:flex;height:3rem;justify-content:space-between;width:100%}.section_contact_container_options_contact__MwVnR .section_contact_label_group__fejJA{align-items:center;cursor:pointer;display:flex;gap:.3rem;height:100%;position:relative;width:49%}.section_contact_container_options_contact__MwVnR .section_contact_label_group__fejJA:last-of-type{justify-content:flex-end}.section_contact_container_options_contact__MwVnR .section_contact_label_group__fejJA .section_contact_checkbox__1uX3z,.section_contact_container_options_contact__MwVnR .section_contact_label_group__fejJA .section_contact_icon_check_hidden__\+5rqs{align-items:center;border:1px solid var(--black-light);border-radius:50%;display:flex;height:1.5rem;justify-content:center;width:1.5rem}.section_contact_container_options_contact__MwVnR .section_contact_label_group__fejJA p{color:var(--black-normal);font-size:1.1rem;font-weight:400}.section_contact_container_options_contact__MwVnR .section_contact_label_group__fejJA .section_contact_checkbox__1uX3z svg{color:var(--black-light);opacity:1}.section_contact_container_options_contact__MwVnR .section_contact_label_group__fejJA .section_contact_icon_check_hidden__\+5rqs svg{opacity:0}.section_contact_container_options_contact__MwVnR .section_contact_label_group__fejJA small{bottom:-.3rem;color:var(--black-light);font-size:.7rem;font-weight:400;max-width:100%;overflow:hidden;position:absolute;right:0;text-overflow:ellipsis;white-space:nowrap}@media screen and (min-width:600px) and (max-width:1080px){.section_contact_container_contact__Bwz\+j{padding:2rem 0}.section_contact_container_contact__Bwz\+j form{width:80%}}@media screen and (max-width:600px){.section_contact_container_contact__Bwz\+j{padding:2rem 0}.section_contact_container_contact__Bwz\+j form{width:80%}.section_contact_container_options_contact__MwVnR{align-items:flex-start;flex-direction:column;gap:.7rem;margin:0 .5rem 1.5rem}.section_contact_container_options_contact__MwVnR .section_contact_label_group__fejJA:last-of-type{justify-content:flex-start}.section_contact_container_options_contact__MwVnR .section_contact_label_group__fejJA{width:100%}.section_contact_container_options_contact__MwVnR .section_contact_label_group__fejJA small{bottom:-.5rem;left:1.7rem}.section_contact_container_contact__Bwz\+j form .section_contact_btn_form_action__vAHAv{width:90%}}.section_curriculo_content_curriculo__\+zgSu{display:flex;flex-direction:column;margin:1rem 0;min-height:100vh;padding:2rem 3rem;width:100%}.section_curriculo_container_about__t6ZoT{align-items:center;display:flex;gap:2rem;height:auto;justify-content:center;margin-top:2rem;max-height:80%;width:100%}.section_curriculo_container_about__t6ZoT img{height:35rem;max-width:100%;object-fit:contain;width:30rem}.section_curriculo_container_about__t6ZoT p{color:var(--black-normal);font-size:1.1rem;font-weight:400;max-height:35rem;max-width:100%;overflow-x:hidden;overflow-y:auto;padding:0 .5rem;text-align:justify;text-overflow:ellipsis;transition:.3s}.section_curriculo_container_about__t6ZoT p::-webkit-scrollbar{background:#0000;width:7px}.section_curriculo_container_about__t6ZoT p:hover::-webkit-scrollbar-thumb{background-color:var(--black-light);border-radius:2rem}.section_curriculo_container_about__t6ZoT p mark{background-color:var(--blue-normal);padding:0 .1rem}.section_curriculo_container_about__t6ZoT p s{color:var(--black-light)}.section_curriculo_container_about__t6ZoT p em{color:var(--blue-dark)}@media screen and (min-width:600px) and (max-width:1080px){.section_curriculo_container_about__t6ZoT{flex-direction:column}.section_curriculo_container_about__t6ZoT img{box-shadow:none;height:20rem;padding:0 .5rem;width:100%}}@media screen and (max-width:600px){.section_curriculo_container_about__t6ZoT{flex-direction:column}.section_curriculo_content_curriculo__\+zgSu{padding:1rem}.section_curriculo_container_about__t6ZoT img{box-shadow:none;height:15rem;padding:0 .5rem;width:100%}}.section_primary_container_name_cargo__lCdha{display:flex;flex-direction:column;min-width:15rem;padding:.5rem 0}.section_primary_container_name_cargo__lCdha h1{color:var(--black-normal);font-size:3rem;font-weight:700;text-align:center}.section_primary_container_name_cargo__lCdha h1,.section_primary_container_name_cargo__lCdha small{max-width:16rem;overflow:hidden;text-overflow:ellipsis;text-transform:capitalize;white-space:nowrap}.section_primary_container_name_cargo__lCdha small{color:var(--black-light);font-size:1.2rem;margin-top:-.1rem;text-align:right}.section_primary_container_title__YHiBq{color:var(--black-normal);font-size:1.1rem;font-weight:400;max-height:48.9%;max-width:50%;overflow:hidden;text-align:justify;text-overflow:ellipsis}.section_primary_container_title__YHiBq mark{background-color:var(--blue-normal);padding:0 .1rem}.section_primary_container_title__YHiBq s{color:var(--black-light)}.section_primary_container_title__YHiBq em{color:var(--blue-dark)}.section_primary_container_button_main__e\+5Kh{align-items:center;display:flex;gap:1rem;height:auto;justify-content:center;margin-top:1rem;min-width:15rem}.section_primary_container_button_main__e\+5Kh a{align-items:center;border-radius:2rem;cursor:pointer;display:flex;font-size:1.2rem;font-weight:600;height:3rem;justify-content:center;text-align:center;text-transform:uppercase;transition:.3s;width:15rem}.section_primary_container_button_main__e\+5Kh a:first-of-type{background:none;border:1px solid var(--black-light);color:var(--black-light)}.section_primary_container_button_main__e\+5Kh a:first-of-type:hover{background-color:var(--blue-normal);border:none;color:var(--white-normal)}.section_primary_container_button_main__e\+5Kh a:last-of-type{background-color:var(--blue-normal);border:1px solid var(--blue-normal);color:var(--white-normal)}.section_primary_container_button_main__e\+5Kh a:last-of-type:hover{background:none;border:1px solid var(--black-light);color:var(--black-light)}@media screen and (min-width:600px) and (max-width:769px){.section_primary_container_name_cargo__lCdha h1{font-size:2.5rem}.section_primary_container_title__YHiBq{line-height:1.2rem;max-height:48.5%;max-width:60%}}@media screen and (max-width:600px){.section_primary_container_title__YHiBq{line-height:1.2rem;max-height:49%;max-width:80%}.section_primary_container_button_main__e\+5Kh{flex-direction:column}.section_primary_container_name_cargo__lCdha{margin-top:1rem}.section_primary_container_name_cargo__lCdha h1{font-size:2rem}}.sectionServices_container_services__sWVaT{display:flex;flex-direction:column;gap:2rem;min-height:100vh;padding:2rem;width:100%}.sectionServices_container_card_services__HyYBA{align-items:center;display:flex;flex-wrap:wrap;gap:4%;justify-content:center;min-height:75vh;width:100%}.sectionServices_card_sevices__y0Pqw{align-items:center;display:flex;gap:1rem;justify-content:center;min-height:15rem;width:47%}.sectionServices_icon_roudend__9XxM8{align-items:center;border:1px solid var(--gray-normal);border-radius:50%;display:flex;height:10rem;justify-content:center;width:10rem}.sectionServices_icon_roudend__9XxM8 svg{color:var(--blue-normal);font-size:3rem}.sectionServices_group_text__2eF8k{display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:center}.sectionServices_group_text__2eF8k h4{color:var(--black-normal);font-size:1.3rem;font-weight:500}.sectionServices_group_text__2eF8k h4 svg{display:none}.sectionServices_group_text__2eF8k p{color:var(--black-light);font-size:1rem;font-weight:400;line-height:1.5rem;margin-top:.2rem;max-height:100%;overflow:hidden;text-align:justify;width:100%}.sectionServices_group_text__2eF8k p a{color:var(--orange-normal);text-decoration:none}.sectionServices_group_text__2eF8k p :hover{text-decoration:underline}@media screen and (min-width:600px) and (max-width:1080px){.sectionServices_container_card_services__HyYBA{flex-direction:column}.sectionServices_card_sevices__y0Pqw{width:100%}}@media screen and (max-width:600px){.sectionServices_container_card_services__HyYBA{flex-direction:column}.sectionServices_card_sevices__y0Pqw{position:relative;width:100%}.sectionServices_icon_roudend__9XxM8{display:none}.sectionServices_icon_roudend__9XxM8 svg{font-size:1.3rem}.sectionServices_group_text__2eF8k h4{align-items:center;display:flex;gap:.5rem}.sectionServices_group_text__2eF8k h4 svg{color:var(--blue-normal);display:inline-block}}.headerDashboard_header__KyJVE{align-items:center;background-color:var(--blue-dark);display:flex;height:5rem;justify-content:space-between;padding:.5rem 2rem;position:relative;width:100%}.headerDashboard_header__KyJVE .headerDashboard_logo__teTSG{color:var(--white-normal);font-size:1.5rem;font-weight:400}.headerDashboard_header__KyJVE .headerDashboard_logoOut__zt4yo{background:none;border:none;color:var(--white-normal);font-size:2rem;font-weight:400;height:3rem;transition:.3s;width:3rem}.headerDashboard_header__KyJVE .headerDashboard_logoOut__zt4yo:hover{color:var(--blue-normal)}.headerDashboard_header__KyJVE .headerDashboard_logo__teTSG img{height:3rem;max-width:100%;width:3rem}.headerDashboard_header__KyJVE nav{align-items:center;display:flex;gap:2rem;height:100%;justify-content:center;max-width:40%;width:auto}.headerDashboard_header__KyJVE nav a svg{display:none}.headerDashboard_header__KyJVE nav a{align-items:center;color:var(--white-normal);display:flex;font-size:1.4rem;font-weight:400;justify-content:center;padding:.5rem}.headerDashboard_header__KyJVE nav a.headerDashboard_anchorActive__thtcO{border-radius:2rem;color:var(--blue-normal);transition:.3s}@media screen and (max-width:600px){.headerDashboard_header__KyJVE{padding:.5rem 1rem}.headerDashboard_header__KyJVE nav a span{display:none}.headerDashboard_header__KyJVE nav{gap:.5rem}.headerDashboard_header__KyJVE nav a svg{display:inline-block;height:2rem;width:2rem}.headerDashboard_header__KyJVE nav a.headerDashboard_anchorActive__thtcO{border-radius:50%}}.settings_container_settings__22Jw1{display:flex;flex-wrap:wrap;gap:1rem;height:auto;margin:2rem 0;padding:3rem 2rem;width:100%}.settings_container_settings__22Jw1 .settings_services_settings__gs3kg{display:flex;flex-direction:column;gap:2.3rem;height:auto;width:49%}.settings_container_settings__22Jw1 .settings_services_settings__gs3kg .settings_form_group__hL5fN:first-of-type{display:flex;flex-wrap:wrap;gap:2%;min-height:7rem;width:100%}.settings_container_settings__22Jw1 .settings_services_settings__gs3kg .settings_form_group__hL5fN:first-of-type hr{background-color:var(--white-dark);border:none;height:1px;margin-top:1rem;width:100%}.settings_container_settings__22Jw1 .settings_services_settings__gs3kg .settings_form_group__hL5fN .settings_content_upload__qyo06{height:7rem;width:23.5%}.settings_container_settings__22Jw1 .settings_home_settings__8e\+lt{display:flex;flex-direction:column;gap:2rem;height:auto;width:49%}.settings_container_settings__22Jw1 .settings_home_settings__8e\+lt .settings_form_group__hL5fN:last-of-type{gap:1rem}.settings_container_settings__22Jw1 .settings_curriculo_settings__JpD2J{display:flex;gap:2%;margin-top:3rem;min-height:30vh;width:100%}.settings_container_settings__22Jw1 .settings_curriculo_settings__JpD2J hr{display:none}.settings_container_settings__22Jw1 .settings_container_buttons_action__0Rm\+U{align-items:center;display:flex;flex-direction:column;gap:2rem;justify-content:flex-start}.settings_container_settings__22Jw1 .settings_container_buttons_action__0Rm\+U .settings_btn_save__SVoKT{margin-top:1rem}@media screen and (min-width:601px) and (max-width:1080px){.settings_container_settings__22Jw1{gap:2rem}.settings_container_settings__22Jw1 .settings_home_settings__8e\+lt,.settings_container_settings__22Jw1 .settings_services_settings__gs3kg{width:100%}.settings_container_settings__22Jw1 .settings_curriculo_settings__JpD2J{flex-direction:column;gap:2rem}.settings_container_settings__22Jw1 .settings_container_buttons_action__0Rm\+U .settings_btn_clear__yLKBq,.settings_container_settings__22Jw1 .settings_container_buttons_action__0Rm\+U .settings_btn_save__SVoKT{width:20rem}}@media screen and (max-width:601px){.settings_container_settings__22Jw1{gap:2rem;padding:2rem 1rem}.settings_container_settings__22Jw1 .settings_home_settings__8e\+lt,.settings_container_settings__22Jw1 .settings_services_settings__gs3kg{width:100%}.settings_container_settings__22Jw1 .settings_curriculo_settings__JpD2J{flex-direction:column;gap:2rem;margin-top:.5rem}.settings_container_settings__22Jw1 .settings_curriculo_settings__JpD2J hr{background-color:var(--white-dark);border:none;display:block;height:.5px;margin:0 auto;width:80%}.settings_container_settings__22Jw1 .settings_container_buttons_action__0Rm\+U .settings_btn_clear__yLKBq,.settings_container_settings__22Jw1 .settings_container_buttons_action__0Rm\+U .settings_btn_save__SVoKT{width:80%}}.providerImagesOrButtonForUpload_background_clear__X14\+B svg{color:var(--white-normal);font-size:2rem;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}.providerImagesOrButtonForUpload_background_clear__X14\+B:hover svg{opacity:1;transition:.3s}.providerImagesOrButtonForUpload_background_clear__X14\+B:hover:after{background-color:#0006;content:"";height:100%;left:0;position:absolute;top:0;transition:.3s;width:100%;z-index:1}.providerImagesOrButtonForUpload_background_upload__5DZcD{align-items:center;border:1px solid var(--gray-normal);border-radius:.2rem;cursor:pointer;display:flex;height:100%;justify-content:center;width:100%}.providerImagesOrButtonForUpload_background_upload__5DZcD svg{color:var(--blue-normal);font-size:2rem}.providerViewTextAndTextarea_viewText__WUVrF{background-color:var(--gray-normal);border-radius:.2rem;color:var(--black-light);font-size:1rem;height:15rem;overflow-y:auto;padding:1rem;width:100%}.providerViewTextAndTextarea_viewText__WUVrF::-webkit-scrollbar{background:#0000;width:7px}.providerViewTextAndTextarea_viewText__WUVrF::-webkit-scrollbar-thumb{background-color:var(--black-light);border-radius:2rem}.toolbar_container_toolbar__8YcV8{align-items:center;display:flex;gap:.5rem;justify-content:center;min-height:3rem;width:100%}.toolbar_disabled__mCJD9{pointer-events:none}.toolbar_container_toolbar__8YcV8 .toolbar_btn_format__HrPuv,.toolbar_container_toolbar__8YcV8 .toolbar_disabled__mCJD9{align-items:center;background:none;border:1px solid var(--gray-normal);border-radius:2rem;border-radius:50%;display:flex;font-size:1.2rem;font-weight:600;height:3rem;justify-content:center;text-align:center;text-transform:uppercase;transition:.3s;width:3rem}.toolbar_container_toolbar__8YcV8 .toolbar_btn_format__HrPuv:hover{background-color:var(--blue-normal);border:none;color:var(--white-normal)}.toolbar_container_toolbar__8YcV8 .toolbar_btn_format__HrPuv mark{border-radius:50%;padding:.3rem .4rem}.toolbar_container_toolbar__8YcV8 .toolbar_btn_format__HrPuv:hover mark{background:none;color:var(--white-normal)}.toolbar_container_toolbar__8YcV8 .toolbar_container_btn_formation__N5TRS{align-items:center;display:flex;gap:.5rem;height:3rem;justify-content:flex-end;width:20rem}@media screen and (max-width:601px){.toolbar_container_toolbar__8YcV8{flex-direction:column;height:8rem}.toolbar_container_toolbar__8YcV8 .toolbar_container_btn_formation__N5TRS{align-items:center;display:flex;gap:.5rem;height:4rem;justify-content:center;margin-top:.3rem;width:100%}.toolbar_container_toolbar__8YcV8 .toolbar_btn_toggleView__0eQzl{height:3rem;width:80%}}.feedbacks_container_feedBacks__2jY9P{display:flex;flex-wrap:wrap;gap:2%;min-height:calc(100vh - 11rem);padding:3rem 2rem;width:100%}.feedbacks_container_feedBacks__2jY9P .feedbacks_content_add_feedBacks__ZlzkV{align-items:center;display:flex;flex-direction:column;gap:2rem;justify-content:flex-start;min-height:calc(100vh - 11rem);width:49%}.feedbacks_container_feedBacks__2jY9P .feedbacks_content_add_feedBacks__ZlzkV h3{align-items:center;color:var(--black-light);display:flex;font-size:1.4rem;font-weight:500;justify-content:center;position:relative;text-transform:uppercase}.feedbacks_container_feedBacks__2jY9P .feedbacks_content_add_feedBacks__ZlzkV h3 svg{color:var(--black-light);font-size:2rem;margin-right:.2rem}.feedbacks_container_feedBacks__2jY9P .feedbacks_content_view_feedBacks__jgQVd{background-color:var(--white-normal);border:1px solid var(--gray-normal);border-radius:.2rem;display:flex;flex-direction:column;gap:.5rem;height:calc(100vh - 11rem);overflow-y:auto;padding:1rem 2rem;width:49%}.feedbacks_container_feedBacks__2jY9P .feedbacks_content_view_feedBacks__jgQVd li{align-items:center;border-bottom:1px solid var(--gray-normal);display:flex;gap:.5rem;justify-content:flex-start;min-height:3rem;width:100%}.feedbacks_container_feedBacks__2jY9P .feedbacks_content_view_feedBacks__jgQVd li button{background:none;border:none;color:var(--black-light);font-size:1.5rem;height:1.5rem;transition:.3s;width:1.5rem}.feedbacks_container_feedBacks__2jY9P .feedbacks_content_view_feedBacks__jgQVd li button:hover{color:var(--orange-normal)}.feedbacks_container_feedBacks__2jY9P .feedbacks_content_view_feedBacks__jgQVd li p:first-of-type{color:var(--black-light);font-size:1.1rem;max-width:calc(50% - .75rem);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:auto}.feedbacks_container_feedBacks__2jY9P .feedbacks_content_view_feedBacks__jgQVd li p:last-of-type{color:var(--black-light);display:flex;font-size:1.1rem;gap:.3rem;max-width:calc(50% - .75rem);width:auto}.feedbacks_container_feedBacks__2jY9P .feedbacks_content_view_feedBacks__jgQVd li p:last-of-type span{max-width:80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feedbacks_container_feedBacks__2jY9P .feedbacks_content_view_feedBacks__jgQVd li p svg{font-size:.7rem}.feedbacks_container_feedBacks__2jY9P .feedbacks_content_view_feedBacks__jgQVd li p:first-of-type{text-transform:capitalize}.feedbacks_container_feedBacks__2jY9P .feedbacks_content_view_feedBacks__jgQVd::-webkit-scrollbar{background:#0000;width:7px}.feedbacks_container_feedBacks__2jY9P .feedbacks_content_view_feedBacks__jgQVd::-webkit-scrollbar-thumb{background-color:var(--black-light);border-radius:2rem}.feedbacks_container_feedBacks__2jY9P .feedbacks_content_view_feedBacks__jgQVd .feedbacks_img_empty__R0JcC{margin:auto;max-width:100%;width:80%}@media screen and (max-width:601px){.feedbacks_container_feedBacks__2jY9P{flex-direction:column}.feedbacks_container_feedBacks__2jY9P .feedbacks_content_add_feedBacks__ZlzkV{min-height:70vh}.feedbacks_container_feedBacks__2jY9P .feedbacks_content_add_feedBacks__ZlzkV,.feedbacks_container_feedBacks__2jY9P .feedbacks_content_view_feedBacks__jgQVd{width:100%}.feedbacks_container_feedBacks__2jY9P{padding:2rem 1rem}}.login_section_container__gd9aY{overflow:hidden;position:relative}.login_container_form__CdlHW{background:#0009;border-radius:1rem;display:flex;flex-direction:column;gap:2.5rem;height:30rem;padding:2rem;width:30rem}.login_container_form__CdlHW .login_save_login__OdUS0{align-items:center;color:var(--white-normal);display:flex;font-size:1.2rem;font-weight:400;gap:.5rem;height:auto;justify-content:flex-start;width:100%}.login_container_form__CdlHW .login_save_login__OdUS0 input[type=checkbox]{height:1.5rem;width:1.5rem}.login_container_logo__cCPkG{height:3.5rem;left:2rem;position:absolute;top:1rem;width:3.5rem}.login_container_logo__cCPkG img{max-width:100%}@media screen and (max-width:600px){.login_container_form__CdlHW{width:80%}}.error_container__QM8bA{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center;overflow:hidden;width:100%}.error_container__QM8bA img{height:20rem;width:20rem}.error_container__QM8bA p{color:var(--black-normal);font-size:2rem;font-weight:500;margin-top:1rem;text-align:center}.error_container__QM8bA a{color:var(--black-light);font-size:1.3rem;font-weight:400;margin-top:1rem;text-align:center;transition:.3s}.error_container__QM8bA a:hover{color:var(--blue-normal)}@media screen and (max-width:600px){.error_container__QM8bA img{width:80%}}
/*# sourceMappingURL=main.e20d15f9.css.map*/