.home__container{width:100%;max-width:100%;overflow-x:hidden;height:max-content;min-height:100dvh;background-color:white}.container{width:100%;height:100%}.contact-section{padding:120px 20px;overflow:hidden;max-width:1440px;margin:auto}.contact-section h2{font-size:3.5rem;font-weight:800;color:#1a1a1a;letter-spacing:-.02em}.contact-section .container-container{width:100%;display:grid;grid-template-columns:1fr 600px;max-width:1440px;margin:auto;grid-gap:32px;gap:32px;padding-top:64px}.contact-section .container-container .map-container{width:100%;height:600px;background-color:blue;overflow:hidden}.contact-section .container-container .contact-form{display:flex;flex-direction:column;gap:16px}@media(max-width:1054px){.contact-section .container-container{grid-template-columns:1fr 400px}.contact-section .container-container .map-container{aspect-ratio:4/3;height:unset;width:100%}}@media(max-width:890px){.contact-section .container-container{grid-template-columns:1fr}.contact-section .container-container .map-container{aspect-ratio:4/3;height:unset;width:100%}}@media(max-width:1024px){.contact-section{padding:80px 20px}}@media(max-width:640px){.contact-section{padding:60px 20px}}.testimonials-section{padding:120px 20px;overflow:hidden}.testimonials-section h2{font-size:3.5rem;font-weight:800;text-align:center;color:#1a1a1a;letter-spacing:-.02em}.pagination-button-container{display:flex;justify-content:center;align-items:center;gap:24px;margin-top:48px}.pagination-button-container .pagination-button{width:72px;height:72px;background-color:#fff;border:1px solid rgba(0,0,0,.05);border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px rgba(0,0,0,.05);-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none}.pagination-button-container .pagination-button img{width:24px;height:24px;opacity:.8;transition:opacity .3s ease}.pagination-button-container .pagination-button:hover{background-color:#f0f0f0;transform:translateY(-2px);box-shadow:0 10px 25px rgba(0,0,0,.1)}.pagination-button-container .pagination-button:hover img{opacity:1}.pagination-button-container .pagination-button:active{transform:translateY(0) scale(.95)}@media(max-width:768px){.testimonials-section{padding:80px 16px}.testimonials-section h2{font-size:2.5rem}.pagination-button-container{gap:16px}.pagination-button-container .pagination-button{width:60px;height:60px}.pagination-button-container .pagination-button img{width:20px;height:20px}}