.header{position:sticky;top:0;width:100vw;height:100px;z-index:999;background-color:#fff}.header .wrapper{display:flex;justify-content:center;padding:0;height:100%}.header .wrapper .navbar{display:flex;align-items:center;justify-content:space-between;flex-direction:row;height:100%}@media only screen and (max-width:1024px){.header .wrapper .navbar{width:90%}}.header .wrapper .navbar .flex-row{align-items:center}.header .wrapper .navbar .logo-container{width:261px;height:auto}.header .wrapper .navbar .logo-container img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;max-width:none}.header .wrapper .navbar .logo-container.hide{display:none}@media only screen and (max-width:768px){.header .wrapper .navbar .logo-container.hide{display:flex}}.header .wrapper .navbar .list-item{padding:0 35px}.header .wrapper .navbar .list-item a.nav-link{text-transform:uppercase;cursor:pointer;padding-bottom:15px;border-bottom:0 solid #23a44c;transition:border-bottom .2s ease-in-out}@media only screen and (max-width:1024px){.header .wrapper .navbar .list-item a.nav-link{padding-bottom:0}}.header .wrapper .navbar .list-item a.nav-link.active,.header .wrapper .navbar .list-item a.nav-link:hover{border-bottom:4px solid #23a44c}.header .wrapper .navbar .list-item a.nav-link.active{font-weight:600}.header .wrapper .menu-toggle{display:none;flex-direction:column;cursor:pointer}.header .wrapper .menu-toggle .bar{width:25px;height:3px;background-color:#333;margin:3px 0}@media screen and (max-width:1024px){.header .wrapper .menu-toggle{display:flex}.header .wrapper ul.flex-row{display:none;flex-direction:column;position:absolute;left:0;background-color:#fff;width:100%;height:100vw;top:100px;padding:10px;border:1px solid #ccc;z-index:1}.header .wrapper ul.flex-row.open{display:flex}.header .wrapper ul.flex-row .list-item{margin:10px 0}}.header .wrapper .buttons-container{display:flex;flex-direction:row;align-items:center}.header .wrapper .buttons-container .booking-dropdown{position:relative;display:inline-block}.header .wrapper .buttons-container .booking-dropdown:hover .dropdown-content{display:block}.header .wrapper .buttons-container .booking-dropdown .dropdown-content{display:none;position:absolute;top:100%;left:0;background:linear-gradient(180deg,rgba(17,19,17,.85),#111311);min-width:144px;box-shadow:0 2px 5px rgba(0,0,0,.2);z-index:1000;border-radius:20px;border:3px solid #111311;margin:-7px 7px 7px}.header .wrapper .buttons-container .booking-dropdown .dropdown-content:hover{display:block}.header .wrapper .buttons-container .booking-dropdown .dropdown-content a{display:block;padding:12px 16px;text-decoration:none;color:#fff;transition:background-color .2s ease;white-space:nowrap;text-transform:uppercase;font-size:15px;border-bottom:1px solid hsla(0,0%,100%,.1);border-radius:17px}.header .wrapper .buttons-container .booking-dropdown .dropdown-content a:hover{background:linear-gradient(141deg,#4db46e,#17883b 97.62%)}.modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:#fff;padding:40px;border-radius:20px;position:relative;width:90%;max-width:500px;box-shadow:0 4px 6px rgba(0,0,0,.1);animation:modalFadeIn .3s ease-out}.modal-content h2{text-align:center;margin-bottom:30px;color:#111311;font-size:28px}.close-button{position:absolute;top:15px;right:15px;background:none;border:none;font-size:24px;cursor:pointer;color:#111311;padding:5px;line-height:1;transition:color .2s ease}.close-button:hover{color:#23a44c}.location-buttons{display:flex;flex-direction:column;gap:15px}.location-buttons .location-button{display:block;padding:15px 20px;background:linear-gradient(180deg,rgba(17,19,17,.85),#111311);color:#fff;text-decoration:none;text-align:center;border-radius:20px;border:3px solid #111311;font-size:18px;text-transform:uppercase;transition:all .2s ease}.location-buttons .location-button:hover{background:linear-gradient(141deg,#4db46e,#17883b 97.62%);border-color:#23a44c}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media only screen and (max-width:768px){.modal-content{padding:30px 20px}.modal-content h2{font-size:24px}.location-buttons .location-button{font-size:16px;padding:12px 15px}}.footer{display:flex;flex-direction:column;background:linear-gradient(180deg,rgba(17,19,17,.85),#111311);color:#fff}.footer .footer-container{padding:70px;display:flex;justify-content:space-between}@media only screen and (max-width:768px){.footer .footer-container{flex-direction:column}}.footer .footer-container .footer-links{display:flex;flex:0 1 50%;justify-content:space-between}@media only screen and (max-width:768px){.footer .footer-container .footer-links{flex-direction:column}}.footer .footer-container .footer-links .col{display:flex;flex-direction:column}@media only screen and (max-width:768px){.footer .footer-container .footer-links .col{margin-bottom:25px;align-items:center}}.footer .footer-container .footer-links .col h4{font-size:19.623px;font-style:normal;font-weight:700;line-height:131.523%;letter-spacing:.491px;margin-bottom:25px}@media only screen and (max-width:768px){.footer .footer-container .footer-links .col h4{margin-bottom:10px}.footer .footer-container .footer-links .col ul{text-align:center}}.footer .footer-container .footer-links .col li a{font-size:12.487px;font-style:normal;font-weight:400;line-height:200%;letter-spacing:.312px}.footer .footer-container .footer-links .col li a:hover{text-decoration:underline}.footer .footer-container .social-links{display:flex;flex-direction:column;align-items:flex-end}@media only screen and (max-width:768px){.footer .footer-container .social-links{align-items:center}}.footer .footer-container .social-links h4{font-size:19.623px;font-style:normal;font-weight:700;line-height:131.523%;letter-spacing:.491px;margin-bottom:25px}@media only screen and (max-width:768px){.footer .footer-container .social-links h4{margin-bottom:10px}}.footer .footer-container .social-links .link{padding:10px 0}.footer .footer-container .social-links .socials-container{margin-top:25px}.footer .footer-bottom{display:flex;flex-direction:column;align-items:center}@media only screen and (max-width:768px){.footer .footer-bottom{text-align:center}}.footer .footer-bottom .disclaimer{display:flex;width:100vw;justify-content:center;border-bottom:1px solid #ccc;padding:15px}.footer .footer-bottom .copyright{display:flex;padding:15px 0 50px;align-items:center}.footer .footer-bottom .copyright img{margin-right:10px}.testimonial-slider{margin:20px}.testimonial-slider swiper-slide{text-align:left;padding:20px;background:linear-gradient(180deg,rgba(17,19,17,.9),#111311);box-shadow:0 4px 13px 0 rgba(0,0,0,.25);border-radius:5px;max-width:532px;height:auto;margin:0 20px}@media only screen and (max-width:768px){.testimonial-slider swiper-slide{margin:2px}}.testimonial-slider .testimonial-text{display:flex;flex-direction:column;justify-content:space-between;height:100%;font-size:25px;margin-bottom:10px;color:#fff;text-transform:uppercase}@media only screen and (max-width:1024px){.testimonial-slider .testimonial-text{font-size:20px}}.testimonial-slider .testimonial-date{font-size:25px;color:green;text-transform:uppercase}.testimonial-slider swiper-container::part(container){padding:50px 0!important}.testimonial-slider swiper-container::part(pagination){position:relative;top:-325px;height:20px}.testimonial-slider swiper-container::part(bullet){width:19.8113px;height:7.78302px;margin:0 5px;background-color:#d7d7d7;border-radius:30%;opacity:1;cursor:pointer;transition:background-color .3s ease-in-out}.testimonial-slider swiper-container::part(bullet-active){width:19.8113px;height:7.78302px;margin:0 5px;border-radius:30%;background-color:#23a44c;opacity:1}.testimonial-slider swiper-container::part(button-next),.testimonial-slider swiper-container::part(button-prev){background-color:#23a44c;color:#fff;padding:5px}.testimonial-slider swiper-container::part(button-next):hover,.testimonial-slider swiper-container::part(button-prev):hover{background-color:#fff;color:#23a44c}@media only screen and (max-width:768px){.testimonial-slider swiper-container::part(button-next),.testimonial-slider swiper-container::part(button-prev){display:none}}.about .about-hero{display:flex;background-image:url(/_next/static/media/hero-background.84712966.svg);background-repeat:no-repeat;background-position:50%;background-size:cover}.about .about-hero .hero-text{display:flex;flex-direction:column;align-items:center;text-align:center;padding:150px 8vw}.about .about-hero .hero-text .description{padding:0 10vw;margin-bottom:50px}.about .praise-ribbon{background:linear-gradient(180deg,rgba(17,19,17,.85),#111311);color:#fff;margin:0}.about .our-team{display:flex;flex-direction:column}@media only screen and (max-width:1024px){.about .our-team .wrapper{padding:0 20px}}.about .dallas-team,.about .denver-team,.about .frisco-team{display:flex;flex-direction:column;align-items:center}.about .dallas-team p.h2,.about .denver-team p.h2,.about .frisco-team p.h2{display:flex;flex-direction:column;align-items:center;padding-top:50px;padding-bottom:150px}.about .dallas-team p.h2:after,.about .denver-team p.h2:after,.about .frisco-team p.h2:after{content:"";display:block;position:relative;width:240px;height:4px;margin-top:10px;background-color:#23a44c}.about .row{display:flex;justify-content:center;flex-wrap:wrap;gap:20px;row-gap:100px}@media only screen and (max-width:768px){.about .row{flex-direction:column;row-gap:unset}}.about .container{position:relative;display:flex;flex-direction:column;flex:0 1 25%;min-width:25%;height:auto;border:3px solid #111311;background:#f8f8f8;box-shadow:0 2px 4px 0 rgba(0,0,0,.25)}@media only screen and (max-width:1024px){.about .container{width:auto;margin-top:10%;flex:0 1 40%}}@media only screen and (max-width:768px){.about .container{margin-top:25%;flex:0 1 100%}}.about .container .image-container{position:absolute;margin-top:-25%;width:160px;height:160px;aspect-ratio:1/1;border-radius:50%;border:3px solid #111311;overflow:hidden;align-self:center}.about .container .image-container img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;max-width:none}.about .container .text-container{position:relative;padding:25px;margin-top:25%}.about .container .text-container:before{content:"";display:block;position:relative;width:50%;height:17px;background-color:#23a44c;left:-25px;margin-bottom:20px}.about .container .text-container .super-header{width:101%}.about .testimonials{background-color:#f8f8f8}.about .testimonials .wrapper{display:flex;justify-content:center}.about .testimonials .wrapper h2{padding:30px 0}