@import"https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&display=swap";.toggle{display:none;cursor:pointer;position:relative}.toggle input{display:none}.toggle input+div{width:20px;height:14px;position:relative}.toggle input+div div{position:absolute;inset:0;transition:transform .5s ease}.toggle input+div div span{display:block;position:absolute;left:0;right:0}.toggle input+div div span:first-child{top:0}.toggle input+div div span:first-child:before,.toggle input+div div span:first-child:after{top:0}.toggle input+div div span:last-child{bottom:0}.toggle input+div div span:last-child:before,.toggle input+div div span:last-child:after{bottom:0}.toggle input+div div span:before,.toggle input+div div span:after{content:"";display:block;width:47%;height:2px;border-radius:1px;background:#f25a51;position:absolute;-webkit-backface-visibility:hidden;transition:transform .5s ease,border-radius .3s ease,background .4s ease}.toggle input+div div span:before{left:0;transform-origin:0 50%;transform:translate(1px) scaleX(1.1)}.toggle input+div div span:after{right:0;transform-origin:100% 50%;transform:translate(-1px) scaleX(1.1)}.toggle input+div svg{display:block;fill:none;stroke:#f25a51;stroke-width:2px;width:44px;height:44px;stroke-linecap:round;position:absolute;left:50%;top:50%;margin:-22px 0 0 -22px;stroke-dasharray:0 82.801 8 82.801;stroke-dashoffset:82.801;transform-origin:50% 50%;-webkit-backface-visibility:hidden;transform:scale(1);transition:stroke-dashoffset .5s ease,stroke-dasharray .6s ease,transform .5s ease,stroke .4s ease}.toggle input+div svg:nth-child(3){transform:rotate(180deg) scale(1)}.toggle input:checked+div div{transform:rotate(90deg)}.toggle input:checked+div div span:before,.toggle input:checked+div div span:after{background:#f25a51}.toggle input:checked+div div span:first-child:before{transform:rotate(45deg) translate(2.2px,-3px) scaleX(1.05)}.toggle input:checked+div div span:first-child:after{transform:rotate(-45deg) translate(-2.2px,-3px) scaleX(1.05)}.toggle input:checked+div div span:last-child:before{transform:rotate(-45deg) translate(2.2px,3px) scaleX(1.05)}.toggle input:checked+div div span:last-child:after{transform:rotate(45deg) translate(-2.2px,3px) scaleX(1.05)}.toggle input:checked+div svg{stroke-dashoffset:62;stroke-dasharray:0 82.801 62 82.801;transform:rotate(90deg);stroke:#f25a51}.toggle input:checked+div svg:nth-child(3){transform:rotate(270deg)}html{box-sizing:border-box;-webkit-font-smoothing:antialiased}@media screen and (max-width: 960px){.toggle{display:block}}footer{width:100%;height:50%;display:flex;align-items:center;justify-content:center;margin-top:25px;padding-bottom:50px;margin-bottom:50px;transition:.5s ease-out}footer.visible{opacity:1;transform:translateY(0)}a.loc-title{color:#e74c3c}footer .container{max-height:unset;max-width:1366px;display:flex;height:fit-content;padding:50px 50px 0;margin-top:50px;flex-direction:row;margin-bottom:50px}.footer-text{width:50%;display:flex;flex-direction:column}.footer-name{display:flex;align-items:center;gap:5px}.footer-name img{width:100px}.footer-para{margin-top:20px;font-size:1.5em;line-height:140%;color:#041827}.footer-email,.footer-rights{font-size:1em;color:#041827;font-weight:300;margin-top:10px;opacity:.75}.footer-email{font-size:.95em}.footer-email.addresses{margin:20px 0;display:flex}.footer-email.addresses .location{width:40%;display:flex;flex-direction:column;gap:10px}.footer-email.addresses .location span{opacity:1;font-weight:500}.footer-email.addresses .location .phone{font-weight:600}.footer-email.addresses .location .loc-title{font-size:1.2em;font-weight:700}@media screen and (max-width: 820px){.footer-email.addresses{flex-direction:column;align-items:center;margin-top:40px;gap:40px}.footer-email.addresses .location{width:90%}}.footer-rights{margin-top:30px}.footer-links{width:50%;display:flex}.footer-navigation,.footer-socials{width:50%;display:flex;flex-direction:column;padding-top:90px}.footer-section-title{font-size:.8em;font-weight:600;color:#041827;opacity:.5;text-transform:uppercase;letter-spacing:2px}.footer-section-link{color:#041827;font-size:1em;font-weight:600;text-decoration:none;margin-top:20px}.footer-section-link.social{font-size:2em}.footer-section-link.selected{color:#f25a51}@media screen and (max-width: 820px){footer{height:fit-content}footer .container{flex-direction:column;padding-bottom:50px}.footer-links{width:100%;justify-content:center}.footer-text{width:100%;align-items:center;text-align:center}.footer-para{width:80%}.footer-navigation,.footer-socials{align-items:center}.footer-navigation .footer-section-link,.footer-socials .footer-section-link{text-align:center}}form{text-align:center}form input,form textarea{font-size:1em;border:0;outline:0;padding:1em;-moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px;display:block;width:100%;background-color:#f5f5f5;margin-top:2em;resize:none}form input:focus,form textarea:focus{-moz-box-shadow:0 0px 2px #e74c3c!important;-webkit-box-shadow:0 0px 2px #e74c3c!important;box-shadow:0 0 2px #e74c3c!important}form #input-submit{color:#fff;background:#f25a51;cursor:pointer}form #input-submit:hover{-moz-box-shadow:0 1px 1px 1px rgba(170,170,170,.6);-webkit-box-shadow:0 1px 1px 1px rgba(170,170,170,.6);box-shadow:0 1px 1px 1px #aaa9}form textarea{height:126px}.half{float:left;width:48%;margin-bottom:1em}.right{width:50%}.left{margin-right:2%}@media (max-width: 480px){.half{width:100%;float:none;margin-bottom:0}}.cf:before,.cf:after{content:" ";display:table}.cf:after{clear:both}*{box-sizing:border-box;padding:0;margin:0;font-family:Manrope,sans-serif;scroll-behavior:smooth}html,body{width:100%;height:100%}#root{width:100%;height:100%;display:flex;justify-content:center;overflow:hidden}.wrapper{width:100%;height:100%;min-height:680px;display:flex;justify-content:center;overflow:auto}section{width:100%;height:100%;max-width:1366px;position:relative}.resp-nav{width:100%;margin-top:125px;right:0;top:0;z-index:999;height:calc(100% - 125px);position:absolute;background-color:#f25a51;display:flex;flex-direction:column;padding:50px;gap:20px;transform:translate(-200%);transition:.25s ease-in-out}.resp-nav a.resp-link{font-size:1.5em;color:#fff;text-align:left;text-decoration:none;font-weight:700}.resp-nav.show{transform:translate(0)}.container{width:100%;height:calc(100% - 175px);max-width:1366px;max-height:625px;padding:0 50px;display:flex;flex-direction:column;margin-bottom:75px}nav{padding:0 50px;width:100%;height:125px;display:flex;justify-content:space-between;align-items:center}nav .nav-logo{height:70px;width:auto}nav .nav-links{height:80px;width:fit-content;display:flex;align-items:center;gap:40px}nav .nav-links a{text-decoration:none;text-transform:uppercase;color:#041827;font-weight:600;font-size:1.1em;position:relative;cursor:pointer}nav .nav-links a:after{background:none repeat scroll 0 0 transparent;bottom:-5px;content:"";display:block;height:2px;left:50%;position:absolute;background:#f25a51;transition:width .3s ease 0s,left .3s ease 0s;width:0}nav .nav-links a:hover:after{width:100%;left:0}nav .nav-links a.selected{color:#f25a51;font-weight:700}.hero-box{width:100%;height:100%;background-color:#f9dfdd;border-radius:1.5em;position:relative;max-height:625px}.hero-box .box-wrapper{position:absolute;width:100%;height:100%;overflow:hidden;top:0;border-radius:0 0 1.5em 1.5em}.hero-box h1{position:relative;z-index:2;margin:75px 0 10px 50px;font-size:4em;color:#041827}.hero-box h1 span{color:#f25a51}.hero-box p{position:relative;z-index:2;color:#041827;margin:0 0 20px 55px;opacity:.56;width:40%}.hero-box .bg-wrapper{position:absolute;width:100%;height:70%;object-fit:cover;object-position:top center;bottom:0;z-index:1}.hero-box .bg-wrapper.still{z-index:0}.hero-box .view-listings{position:absolute;width:250px;height:75px;border:none;outline:none;color:#fff;font-size:1em;border-radius:1.5em;left:50%;transform:translate(-50%);bottom:-38.5px;font-weight:700;text-transform:uppercase;letter-spacing:2px;background-color:#f25a51;cursor:pointer;z-index:3;display:grid;place-items:center;text-decoration:none}.hero-box .back{z-index:-1;box-shadow:0 12px 36px #00000021}.hero-container{width:100%;height:600px;background-color:#000;margin-top:50px;background-position:top right;background-repeat:no-repeat;background-size:cover;animation-name:MOVE-BG;animation-duration:20s;animation-timing-function:linear;animation-direction:alternate;animation-iteration-count:infinite}.container .title{font-size:2em;color:#f25a51;font-weight:700;margin-bottom:25px}.container .image-wrapper{display:flex;width:100%}.container .image-wrapper .team-image{width:50%;min-width:314px;height:auto;border-radius:1.5em;box-shadow:0 12px 36px #00000021}.container .image-wrapper p{color:#041827;width:75%;line-height:1.75em;font-weight:600;opacity:.75}.hero-container.mortgage{padding:20px 10px}.hero-container.mortgage .hero-title{color:#f25a51;font-weight:700;font-size:5em;background-color:#0003;padding:10px 20px}.loan-programs{display:flex;flex-direction:column;width:100%;margin-top:25px}.loan-programs .loan-program{width:fit-content;min-width:400px;padding:10px;margin-left:10px;display:flex;align-items:center;gap:10px;height:50px;color:#f25a51;font-size:1.5em;transition:.25s ease-in-out}.loan-programs .loan-program:hover{transform:scale(1.05);box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;transition:all .3s cubic-bezier(.25,.8,.25,1)}.loan-programs .loan-program .loan-name{font-size:18px;color:#041827;padding:0 10px;border-left:1px solid rgba(0,0,0,.25)}@media screen and (max-width: 820px){.container.loans{height:fit-content;max-height:unset}.loan-programs{display:flex;flex-direction:column;width:100%;margin-top:25px;margin-left:0;gap:20px;margin-bottom:50px;height:100%}.loan-programs .loan-program{width:100%;min-width:unset;padding:15px 10px;display:flex;align-items:center;gap:10px;height:fit-content;min-height:50px;color:#f25a51;font-size:1.5em;transition:.25s ease-in-out}.loan-programs .loan-program:hover{transform:scale(1.05);box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;transition:all .3s cubic-bezier(.25,.8,.25,1)}.loan-programs .loan-program .loan-name{font-size:18px;color:#041827;padding:0 10px;border-left:1px solid rgba(0,0,0,.25)}}.container.team{padding-top:50px;height:fit-content}.container.team.mort{margin-bottom:0!important}.container.roster-title{height:fit-content;margin-bottom:0}.container.agents-title{height:fit-content}.container.agents-title p{color:#041827;width:75%;line-height:1em;font-weight:600;opacity:.75;margin:0 0 50px}.container.agents-title button{display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:50px;height:50px;width:200px;background-color:#f25a51;border:none;outline:none;border-radius:50px;font-size:1.2em;font-weight:700;color:#fff;cursor:pointer}.container.roster.secure{justify-content:unset;gap:20px}.container.roster{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:space-between;height:fit-content;max-height:unset}.container.roster .agent{margin:150px 5px 20px;width:250px;height:200px;display:flex;flex-direction:column;justify-content:flex-end;text-align:center;padding:1rem 1rem 2.5rem;background-color:#fff;transition:.25s ease-in;border-radius:.5em;position:relative;box-shadow:0 12px 36px #00000021}.container.roster .agent img{width:80%;aspect-ratio:1/1;border-radius:50%;position:absolute;top:-50%;left:50%;transform:translate(-50%)}.container.roster .agent .name{font-size:1.2em;font-weight:700;color:#f25a51}.container.roster .agent .post{font-size:.9em}.container.roster .agent .agent-socials{position:absolute;width:90%;height:50px;bottom:-25px;left:50%;transform:translate(-50%);display:flex;justify-content:space-evenly}.container.roster .agent .agent-socials .social-btn{height:100%;aspect-ratio:1/1;background-color:#fff;box-shadow:0 12px 36px #00000026;border-radius:50%;display:grid;place-items:center;cursor:pointer}.container.loans{height:fit-content!important}.image-wrapper.props{flex-direction:column}.hero-container.property{padding:20px 50px;background-color:transparent;height:fit-content;min-height:unset}.hero-container.property .hero-title{color:#f25a51;font-weight:700;font-size:2em}.hero-container.property .header{width:100%;margin-top:50px;height:auto;max-height:600px;object-fit:cover}.container.joinus{padding:50px;border-radius:1.5em;margin-bottom:50px;max-height:unset;height:fit-content;display:flex;flex-direction:column;background-color:#f9dfdd}.container.joinus form select{width:100%;margin-top:2em;padding:1em;font-size:1em;border-radius:8px;outline-width:0px;border:none;background-color:#f5f5f5}.container.joinus form #input-submit{width:100%}@media screen and (max-width: 1366px){.container.joinus{border-radius:0}}.container.about{padding-top:50px;margin-bottom:50px;max-height:unset;height:fit-content;display:flex;flex-direction:column}.container.about .title{margin-bottom:5px}.container.about .catchphrase{margin-bottom:40px;font-size:2.25em;color:#0d1017d3;font-weight:500}.container.about .catchphrase .highlight{color:#f25a51;font-weight:700}.container.about .aboutussection{flex:1;width:100%;display:flex}.container.about .aboutussection img{width:40%;height:100%;object-fit:cover;border-radius:1em}.container.about .aboutussection p{flex:1;padding:10px 40px 20px;white-space:now;color:#041827;font-size:1.1em}.container.about .aboutussection p span{color:#f25a51;font-weight:700}@media screen and (max-width: 820px){.container.about .aboutussection{flex-direction:column;gap:20px}.container.about .aboutussection img{width:100%;height:400px}.container.about .aboutussection p{padding:10px 20px 20px}}@media screen and (max-width: 960px){.web-wrapper.open-nav{transform:translate(-300px)}.nav-links a{display:none}}@media screen and (max-width: 820px){.hero-container.mortgage{padding:25px}.hero-container.mortgage img{width:100%;height:auto}.hero-container.mortgage .hero-title{color:#f25a51;font-weight:700;font-size:3em}.hero.container{padding:0}.hero-box{border-radius:0}.hero-box h1{font-size:3em;margin:1em 1em 0}.hero-box p{margin:20px 50px 0;width:75%}.hero-box .box-wrapper{border-radius:0}.hero-box .box-wrapper .bg-wrapper{margin-bottom:-50px;object-position:center right}}.container.contact{max-height:unset;height:fit-content;margin-bottom:50px}.container.contact .title{margin-top:50px}@media screen and (max-height: 720px){.container-spacer{width:100%;height:50px}}@keyframes MOVE-BG{0%{background-position:0 center}to{background-position:100% center}}
