@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Quicksand:wght@400;700&display=swap);.header-container{align-items:center;color:#fff;display:flex;height:var(--high-header-height);justify-content:center;left:0;position:fixed;right:0;top:0;transition:all .4s ease;z-index:2}.header-container.active-header{background-color:var(--background-color);color:#000;height:var(--low-header-height)}.logo-container{align-items:center;display:flex;flex-direction:row;height:100%;justify-content:space-between;max-width:1200px;padding:.3rem;position:absolute;top:0;width:100%;z-index:5}.padding1{padding:1rem}.logo-container img,.title{height:100%}.desktop-menu-list{align-items:center;display:flex;height:100%;justify-content:flex-end;position:relative;width:100%;z-index:3}.desktop-list-item{box-sizing:border-box;display:inline-block;font-size:1rem;padding:1rem}.desktop-list-item:hover{color:var(--accent-color)}.mobile-menu-list{display:flex;flex-direction:column;height:100%;position:relative;transition:all .4s ease;width:100%;z-index:2}.mobile-list-item{background-color:var(--background-color);border:1px solid #eaeaea;box-sizing:border-box;color:#000;display:inline-block;font-size:1rem;padding:1rem}.active,.mobile-list-item:hover{color:var(--accent-color)}.chat-button{background-color:var(--background-color);border:1px solid var(--accent-color);border-top-left-radius:10px;bottom:0;color:var(--text-color);cursor:pointer;font-weight:800;height:3rem;margin-right:auto;max-width:1920px;padding:1rem;right:0;text-shadow:0 0 8px var(--accent-color)}.chat-button,.chat-modal{align-items:center;display:flex;justify-content:center;position:fixed}.chat-modal{background-color:#00000080;height:100%;left:0;top:0;width:100%;z-index:1000}@media screen and (max-width:899px){.header-container,.logo-container{background-color:var(--background-color)}.active-header .mobile-menu-list.visible{top:var(--low-header-height)}.inactive-header .mobile-menu-list.visible{top:var(--high-header-height)}.active-header .mobile-menu-list.invisible{top:calc(var(--low-header-height) - var(--whole-menu-height))}.inactive-header .mobile-menu-list.invisible{top:calc(var(--high-header-height) - var(--whole-menu-height))}.list-item{border:1px solid #eaeaea;color:#fff}.hamburger{align-items:center;background-color:var(--accent-color);border-radius:5px;cursor:pointer;display:block;display:flex;height:3rem;justify-content:center;width:3rem;z-index:3}.hamburger-stroke{background:#000;flex:none;height:3px;position:relative;transition:all .4s ease;width:40%}.hamburger-stroke:after,.hamburger-stroke:before{background:inherit;content:"";height:3px;position:absolute;width:100%;z-index:5}.hamburger-stroke:after{top:6px}.hamburger-stroke:before{top:-6px}.active .hamburger-stroke{transform:rotate(135deg)}.active .hamburger-stroke:after,.active .hamburger-stroke:before{top:0;transform:rotate(270deg)}}.contact-page-form-background{align-items:center;display:flex;flex-direction:column;height:100dvh;justify-content:center;width:100%}.contact-page-form-container{display:flex;flex-direction:row;justify-content:space-between;margin:auto;width:100%}.contact-page-form-wrapper{display:flex;flex-direction:column;max-width:var(--limited-width);overflow:hidden;width:80%}.contact-page-form{border:1px solid var(--background-color);border-top-right-radius:10px;color:var(--background-color);display:flex;flex-direction:column;gap:.5rem;padding:2rem;width:50%}.contact-page-form h3{padding:.5rem}.contact-page-form form{align-items:center;color:var(--background-color);display:flex;flex-direction:column;gap:1rem;width:100%}.contact-page-form input[type=text],input[type=email],textarea{padding:.5rem;width:100%}.contact-form-buttons{border:1px solid var(--background-color);border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:flex;flex-direction:row;justify-content:space-evenly}.contact-form-info{border:1px solid var(--background-color);border-top-left-radius:10px;color:var(--background-color);overflow:hidden;padding:1rem;text-align:left}.image{float:right}.invalid-field{background-color:#ffe6e6;border:1px solid #f66}@media screen and (max-width:899px){.contact-page-form-container{flex-direction:column}.contact-form-info{display:none}.contact-page-form{border-bottom-right-radius:0;border-top-right-radius:0;width:100%}.image{display:none}}.home-page-content{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;padding:1rem}.home-page-content>*{min-height:100dvh}.home-page-title,.home-page-title-container{align-items:center;display:flex;flex-direction:column;justify-content:center}.home-page-title{color:var(--background-color);height:100svh;margin:0 auto;max-width:1200px;text-align:center;text-shadow:var(--text-color) 1px 0 10px}.home-page-title h1{text-transform:uppercase}.home-page-title p{font-size:1.5em;font-weight:500;margin:0}.centered-title{color:var(--background-color);font-size:3rem;padding-bottom:2rem;padding-top:5rem;text-align:center;text-shadow:var(--text-color) 1px 0 10px}.home-page-description-container{border:1px solid var(--background-color);border-radius:30px;color:#fff;max-width:1200px;padding:1rem;text-align:center;width:90%}.home-page-description,.home-page-description-title{padding-bottom:2rem;padding-top:2rem}.home-page-services-choises{align-items:center;display:flex;flex-direction:row;gap:1rem;justify-content:center;margin:auto;max-width:1200px;width:90%}.home-page-services-choises *{border-radius:5px;height:15rem;text-align:center;width:100%}.glowing,.home-page-services-choises *{box-shadow:0 0 10px 2px var(--background-color)}.glowing{border-radius:10px}.shadow{align-items:center;background-color:#09033580;border-radius:5px;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;justify-content:center;transition:background 1s,color 1s;width:100%}.shadow:hover{background-color:#09033500;color:#000}.home-page-feedback{align-items:center;flex-direction:row;gap:1rem;height:auto;margin:auto;max-width:1200px;width:90%}.home-page-feedback,.home-page-feedback>*{display:flex;justify-content:space-between}.home-page-feedback>*{border:1px solid var(--background-color);border-radius:10px;box-shadow:0 0 5px 5px var(--background-color);color:var(--background-color);flex-direction:column;font-size:1rem;height:20rem;line-height:1.5rem;padding:2rem;width:20rem}.feedback-picture{align-items:center;display:flex;flex-direction:row;font-size:1rem;font-weight:700;gap:1rem;max-width:4rem;padding-top:1.5rem}.feedback-picture img{border-radius:50%;height:auto;max-width:100%}@media screen and (max-width:899px){.home-page-container{background-size:contain;height:auto}.home-page-title{max-height:80svh;width:100svw}.home-page-container{background-size:100 auto}.home-page-feedback,.home-page-services-choises{flex-direction:column}.home-page-feedback>*{width:100%}}.enlarging--background{animation-timeline:scroll();animation:background-enlarge;left:50%;min-height:100%;min-width:100%;overflow:hidden;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:-2}.price-page-content{align-items:center;display:flex;flex-direction:column;margin:auto;max-width:var(--limited-width);padding:2rem}.price-page-content>h2{color:#fff;line-height:4rem;padding-bottom:2rem;text-align:center;text-shadow:0 0 5px #000}.price-page-choises{flex-direction:row;justify-content:space-evenly}.price-page-choises,.price-page-choises>*{align-items:center;display:flex;gap:1rem;width:100%}.price-page-choises>*{border-radius:10px;box-shadow:0 0 10px 5px var(--background-color);color:var(--background-color);flex-direction:column;padding:1rem}.price-page-choises hr{border:1px solid var(--background-color);width:100%}.price-page-choises ul li{line-height:2rem}.checkmark-bullet:before{color:green;content:"\2713";font-size:1.5rem}.checkmark-bullet:before,.cross-bullet:before{display:inline-block;font-weight:700;margin-right:10px}.cross-bullet:before{color:red;content:"\2717";font-size:1.2rem}.price-page-icon{align-items:center;border:2px solid var(--background-color);border-radius:50%;display:flex;height:3rem;justify-content:center;width:3rem}.price-page-icon svg{width:2rem}.blue-icon svg{fill:var(--blue-color)}.gold-icon svg{fill:var(--gold-color)}.premium-icon svg{fill:var(--red-color)}@media screen and (max-width:899px){.price-page-choises{flex-direction:column}.enlarging--background{max-height:100%}}@keyframes background-enlarge{0%{min-height:100%;min-width:100%}to{min-height:150%;min-width:150%}}.service-choise{border-radius:5px;box-shadow:0 0 10px 5px var(--background-color);color:var(--background-color);flex-grow:1;height:auto;justify-content:space-between;padding:1rem;width:300px}.service-choise,.service-choise-content{align-items:center;display:flex;flex-direction:column}.service-choise-content{gap:1rem}.service-choise-title{font-weight:600;text-align:center}.service-page-icon{align-items:center;border:1px solid var(--background-color);border-radius:50%;display:flex;height:5rem;justify-content:center;width:5rem}.service-page-icon svg{height:auto;width:3rem;path{fill:#fff}}.services--background{animation-timeline:scroll();animation:background-enlarge;left:0;min-height:100%;min-width:100%;overflow:hidden;position:fixed;top:0;z-index:-2}.service-page-choises{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:0 auto;max-width:var(--limited-width)}h1{text-transform:uppercase}@media screen and (max-width:899px){.service-page-choises{grid-template-columns:repeat(1,1fr)}}.moving--background{animation-timeline:scroll();animation:background-enlarge;left:50%;min-height:100%;min-width:100%;object-fit:cover;overflow:clip;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:-2}.contacts-page-content{align-items:center;display:flex;flex-direction:column;margin:auto;max-width:var(--limited-width);padding-bottom:6rem;padding-left:2rem;padding-right:2rem}.contacts-page-content>h2{color:#fff;line-height:6rem;text-shadow:0 0 5px #000}.bigger-h3{color:#fff;font-size:clamp(1rem,1rem + 10vw,2rem);text-shadow:0 0 5px #000}.contacts-page-link{flex-direction:row;width:100%}.contacts-page-icon,.contacts-page-link{align-items:center;display:flex;justify-content:center}.contacts-page-icon{border:2px solid var(--background-color);border-radius:50%;height:2.5rem;width:2.5rem}.whatsapp-icon{fill:var(--green-color)}.facebook-icon{fill:var(--blue-color)}.instagram-icon{fill:var(--purple-color)}.contacts-page-link svg{fill:var(--background-color);height:1rem}.contacts-page-contacts-list{align-items:center;display:flex;flex-direction:row;gap:2rem;justify-content:space-evenly}.contacts-page-contacts-list>*{align-items:center;display:flex;flex-direction:column}.contacts-page-member-picture{border-radius:50%;width:5rem}.contacts-page-team-member h2{white-space:nowrap}.contacts-page-team-member svg{height:2.5rem;width:2.5rem}.team-member{align-items:flex-start;display:flex;flex-direction:row;font-size:1rem;gap:3rem;justify-content:space-between;margin:auto;max-width:var(--limited-width);padding-bottom:2rem}.team-member-picture{border:5px solid #fff;border-radius:10px;box-shadow:0 0 5px #000;max-width:400px;width:100%}.team-member-description{border:1px solid var(--background-color);border-radius:10px;box-shadow:0 0 5px var(--background-color);color:var(--background-color)}.padding-2rem{border-radius:10px;padding:2rem}.team-member-description-header{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;font-size:1.5rem;justify-content:space-between}.team-member-description-picture{display:none}.team-member-description-links{align-items:center;display:flex;flex-direction:row;gap:1rem}.team-member-info{align-items:center;display:flex;flex-direction:column;gap:1rem;padding:1rem}.team-member-info h2{font-size:2rem}.icons-container-row{align-items:center;display:flex;flex-direction:row;gap:1rem;justify-content:space-evenly}.team-member-description-name{display:flex;flex-direction:row;flex-wrap:wrap}@media screen and (max-width:899px){.team-member-description-name{align-items:center;display:flex;flex-direction:column}.team-member-description-header{align-items:center;flex-direction:row;flex-wrap:wrap;gap:1rem;justify-content:space-around}.team-member-picture{display:none}.team-member-description-picture{border-radius:50%;display:block;width:10rem}}@media screen and (max-width:620px){.contacts-page-contacts-list,.contacts-page-link{flex-direction:column}.contacts-page-link{gap:1rem}.team-member-picture{display:none}}.footer{color:#fff;font-family:Quicksand,sans-serif;height:auto;padding:3rem;width:100%}.footer-container{align-items:center;flex-direction:row;margin:auto;max-width:1200px;width:90%}.footer-container,.footer-container>*{display:flex;justify-content:space-evenly}.footer-container>*{flex-direction:column;gap:1rem}.left-footer{align-items:center;text-align:center}.right-footer{align-items:flex-start}.right-footer svg{fill:#fff;height:1.2rem;width:1.2rem}.circle{align-items:center;border:2px solid var(--background-color);border-radius:50%;display:flex;height:2.5rem;justify-content:center;width:2.5rem}.social-icons{display:flex;flex-direction:row;gap:1rem;padding:1rem}.social-icons a{align-items:center;border:2px solid var(--accent-color);border-radius:50%;display:flex;height:2.5rem;justify-content:center;width:2.5rem}.social-icons svg{height:1rem;width:1rem}.footer-links{gap:1rem;justify-content:flex-start}.footer-links,.svg-container{align-items:center;display:flex}.svg-container{border:2px solid #fff;border-radius:50%;height:2.5rem;justify-content:center;width:2.5rem}.svg-container svg{fill:#fff;width:1rem}.bottom-footer{background-color:#11202a;border-top:1px solid #2e2e2e;color:#fff;font-family:Quicksand,sans-serif;height:auto;line-height:3rem;text-align:center;width:100%}@media screen and (max-width:899px){.footer-container{flex-direction:column}}.app{width:100%}:root{--background-color:#f6f6f9;--text-color:#311d3d;--accent-color:#c9d82b;--high-header-height:114px;--low-header-height:50px;--limited-width:1800px;--whole-menu-height:300px;--purple-text-color:#5100ff;--gold-color:#caaa1a;--red-color:#dd1c56;--green-color:#25d366;--blue-color:#1877f2;--purple-color:#833ab4}html{hanging-punctuation:first last}#root{align-items:center;display:flex;flex-direction:column}*,:after,:before{box-sizing:border-box}body{font-family:Poppins,sans-serif}body,ul{margin:0;padding:0}ul{list-style:none;overflow:hidden}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:Quicksand,sans-serif;margin:0;padding:0}h1{font-size:clamp(2rem,1rem + 10vw,5rem)}h2{font-size:clamp(1rem,1rem + 10vw,3rem)}.text-centered{text-align:center}.full-width{width:100%}.save-header-height{height:114px;height:var(--high-header-height)}.full-screen-heading{line-height:100vh}.full-screen-heading,.half-screen-heading{color:#fff;text-align:center;text-shadow:0 0 5px #000}.half-screen-heading{line-height:50vh}.shader{background-color:initial;background-image:linear-gradient(135deg,#0b212bcc,#28354dcc)}.no-wrap{white-space:nowrap}.designed-button{align-items:center;background-color:initial;border:1px solid #f6f6f9;border:1px solid var(--background-color);border-radius:5px;color:#c9d82b;color:var(--accent-color);cursor:pointer;display:flex;flex-direction:row;font-size:clamp(.1rem,.1rem + 10vw,1rem);font-weight:900;gap:1rem;justify-content:center;margin:1rem;padding:clamp(.2rem,2vw,1rem) clamp(.4rem,4vw,2rem);text-transform:uppercase}.designed-button-icon{fill:#000;width:1.5rem}.padding-left-1rem{padding-left:1rem}::placeholder{font-family:Poppins,Arial,sans-serif}.flex-column{align-items:center;display:flex;flex-direction:column;justify-content:center}
/*# sourceMappingURL=main.4abb0c58.css.map*/