.any-page-heading{display:flex;flex-direction:column}.any-page-heading .header-content{display:flex;flex-wrap:wrap;align-items:flex-end;padding-bottom:16px;gap:8px}.any-page-heading .header-content .titles{flex:1 1 auto}.any-page-heading .header-content .titles .title{font-family:var(--lt);font-size:24px}.any-page-heading .header-content .titles .subtitle{font-family:var(--med);font-size:16px;color:var(--text-muted)}.any-page-heading .header-content .side-content{display:flex;justify-content:flex-end;align-items:center}.any-page-heading .header-content .side-content .action-wrapper{margin-left:16px}.any-page-heading .header-content .side-content .action-wrapper.hidden-action{display:none}.any-page-heading .header-content .side-content .action-wrapper button{white-space:nowrap}.any-page-heading .header-content .side-content .action-wrapper .any-form-field{margin-top:0}.any-page-heading .header-content .side-content .action-wrapper .any-form-field select{height:42px;font-size:14px!important}.any-page-heading .header-content .side-content .action-wrapper .any-form-field .select-caret-icon{bottom:12px}.any-page-heading .header-content .side-content .action-wrapper:first-of-type{margin-left:0}@media (max-width: 672px){.any-page-heading .header-content{flex-direction:column;align-items:flex-start}.any-page-heading .header-content .titles{min-height:35px}.any-page-heading .header-content .subtitle{min-height:23px}}.any-content-block{background-color:var(--content-background);padding:16px 24px;border-radius:var(--border-radius)}.any-content-block .content-header{display:flex;align-items:baseline;justify-content:space-between;gap:24px;flex-wrap:wrap;padding-bottom:16px;border-bottom:var(--border);margin-bottom:16px}.any-content-block .content-header .title{font-size:18px}.any-content-block .content-header>button{font-size:14px;color:var(--action)}.any-content-block .content-header>button:hover,.any-content-block .content-header>button:focus{text-decoration:underline}.any-content-block.hollow{background-color:var(--app-background)}.any-brochure-image-text{--image-fr: 32fr;--text-fr: 31fr;display:flex;flex-direction:column;align-items:center;gap:32px}@media (min-width: 700px){.any-brochure-image-text{display:grid;grid-template-columns:minmax(300px,var(--image-fr, 1fr)) var(--text-fr, 1fr);grid-gap:48px}.any-brochure-image-text.reverse{grid-template-columns:var(--text-fr, 1fr) minmax(300px,var(--image-fr, 1fr))}.any-brochure-image-text.reverse>.brochure-image-wrapper{order:2}}.any-brochure-image-text>.brochure-image-wrapper{position:relative;width:100%;box-sizing:border-box}.any-brochure-image-text>.brochure-image-wrapper img{width:100%;border-radius:var(--brochure-image-border-radius)}.any-brochure-image-text>.brochure-image-wrapper .brochure-image-content{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(70%,720px);max-width:85%;background:#0000009e;color:var(--reverse-text);padding:32px;box-sizing:border-box;text-align:center;z-index:2;border-radius:4px}.any-brochure-image-text>.brochure-image-wrapper .brochure-image-content h2,.any-brochure-image-text>.brochure-image-wrapper .brochure-image-content h3,.any-brochure-image-text>.brochure-image-wrapper .brochure-image-content p{color:var(--reverse-text)}.any-brochure-image-text>.brochure-image-wrapper .brochure-image-content.floating{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.any-brochure-image-text .copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:16px}.any-brochure-image-text .copy h2{font-size:24px;font-family:var(--bold);line-height:1.4em}.any-brochure-image-text .copy h3{font-size:18px;font-family:var(--med)}.any-brochure-image-text .copy p{color:var(--text-muted)}.any-brochure-image-text .copy .brochure-image-wrapper img{width:auto;flex:0 1 auto}.any-brochure-image-text .copy .links{display:flex;gap:60px;margin-top:24px}.any-brochure-text-text{display:grid;grid-template-columns:1fr}@media (min-width: 700px){.any-brochure-text-text{grid-template-columns:1fr 1fr}}.any-brochure-text-text .copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:48px 24px;gap:16px}@media (min-width: 700px){.any-brochure-text-text .copy{padding:64px}}.any-brochure-text-text .copy h2{font-size:24px;font-family:var(--bold);line-height:1.4em}.any-brochure-text-text .copy h3{font-size:18px;font-family:var(--bold)}.any-brochure-text-text .copy p{color:var(--text-muted)}.any-brochure-text-text .copy .brochure-text-wrapper img{width:auto;flex:0 1 auto}.any-brochure-text-text .copy .links{display:flex;gap:60px;margin-top:24px}.any-contact-form{padding:16px}.any-contact-form input,.any-contact-form textarea{background-color:var(--input-background)}.any-contact-form .disclaimer{font-size:10px;padding-top:16px}.any-contact-form .disclaimer .any-anchor-button{margin-left:4px;margin-right:4px}.any-pagination-controls{display:flex;flex-wrap:wrap;justify-content:center;background-color:rgb(var(--white));border-radius:var(--border-radius);border:var(--border-light);padding:8px;margin-top:32px}.any-pagination-controls .control-info{display:flex;align-items:center;flex:1 1 0;padding-left:12px}.any-pagination-controls .control-container{display:flex;gap:8px;align-items:center;font-size:16px}.any-pagination-controls .control-container .control-item{font-size:18px;padding:12px 16px}.any-pagination-controls .control-container .control-item.disabled{color:var(--text-muted)}.any-pagination-controls .control-container .page-list{display:flex;gap:8px;padding:0 24px}.any-pagination-controls .control-container .page-list .page-item{padding:12px 16px;border-radius:var(--border-radius)}.any-pagination-controls .control-container .page-list .page-item:hover{background-color:var(--primary-light)}.any-pagination-controls .control-container .page-list .page-item.selected{background-color:var(--primary);color:rgb(var(--white));opacity:unset}@media (max-width: 850px){.any-pagination-controls{flex-direction:column;gap:8px;align-items:center}.any-pagination-controls .control-info{padding-left:0}}@media (max-width: 600px){.any-pagination-controls .page-list li{display:none}.any-pagination-controls .page-list li:has(>.selected){display:inline}}.any-place-links .place-list{font-size:18px;columns:3}.any-place-links .place-list li{margin-bottom:16px}@media (max-width: 1024px){.any-place-links .place-list{columns:2}}@media (max-width: 600px){.any-place-links .place-list{columns:1}}.any-toast-container{position:absolute;top:64px;right:16px;z-index:1000}.any-toast-container .any-toast-alert{opacity:0;transition:opacity .5s}.any-toast-container .any-toast-alert.mounted{opacity:1}.truste_cursor_pointer{display:block;color:rgb(var(--white));text-transform:lowercase}.truste_cursor_pointer:first-letter{text-transform:uppercase}.truste_cursor_pointer:hover,.truste_cursor_pointer:focus{text-decoration:underline;color:rgb(var(--white))}#truste-consent-track{position:fixed!important;bottom:0;right:0;left:0;padding:16px 24px!important;border-top:var(--border)!important;min-width:calc(100vw - 48px)!important;background-color:var(--app-background)}#truste-consent-track #truste-consent-content{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:8px;max-width:100%;box-sizing:border-box}@media (max-width: 600px){#truste-consent-track #truste-consent-content{flex-direction:column;align-items:stretch;text-align:center}}#truste-consent-track #truste-consent-text{color:var(--text);margin:0}#truste-consent-track #truste-consent-text a{color:var(--action)!important}#truste-consent-track #truste-consent-text a:focus,#truste-consent-track #truste-consent-text a:hover{color:var(--action-hover)!important}#truste-consent-track #truste-consent-text a:active{color:var(--action-active)}#truste-consent-track #truste-consent-buttons{margin:0;display:flex;gap:8px}#truste-consent-track #truste-consent-buttons>button{width:auto!important;padding:8px 12px;white-space:nowrap;flex:1;font-family:var(--reg);font-size:14px;text-align:center;border:1px solid var(--action);border-radius:var(--brand-border-radius);box-sizing:border-box;cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--button-text);background-color:var(--action);box-shadow:var(--box-shadow-near);transition:background-color .3s,box-shadow .3s,color .3s,border .3s;text-transform:lowercase}@media (max-width: 600px){#truste-consent-track #truste-consent-buttons>button{flex-direction:column;align-items:stretch;text-align:center}}#truste-consent-track #truste-consent-buttons>button:first-letter{text-transform:uppercase}#truste-consent-track #truste-consent-buttons>button:focus,#truste-consent-track #truste-consent-buttons>button:hover{background-color:var(--action-hover);border:solid 1px var(--action-hover);box-shadow:var(--box-shadow-far)}#truste-consent-track #truste-consent-buttons>button:active{background-color:var(--action-active);box-shadow:var(--box-shadow-none);border:solid 1px var(--action-active);transition:background-color .05s,box-shadow .05s,color .05s,border .05s}#truste-consent-track #truste-consent-buttons>button#truste-show-consent{margin:0;color:var(--action);background:var(--content-background);border:1px solid var(--action)!important}#truste-consent-track #truste-consent-buttons>button#truste-consent-button{margin:0}.any-general-404 .any-alert-inline{margin-top:0}.any-general-404 .helpful-links{padding:16px;max-width:500px}.any-general-404 .helpful-links span:before{content:"~";margin:0 8px}@media (max-width: 500px){.any-general-404 .helpful-links span{display:block;height:4px}.any-general-404 .helpful-links span:before{content:none}}.global-office-link{display:flex;justify-content:flex-end;width:100%;padding-top:16px}.global-office-link .any-anchor-button{display:flex;gap:8px;align-items:center;justify-content:center}.any-testimonial-card{display:flex;flex-direction:column;justify-content:space-between;padding:24px;max-width:400px;min-width:280px;height:100%;border-radius:var(--card-border-radius);box-shadow:var(--box-shadow-near);background-color:var(--content-background);text-align:center;box-sizing:border-box}.any-testimonial-card .quote-icon{font-size:52px;color:var(--secondary);line-height:1}.any-testimonial-card .testimonial{margin-bottom:16px}.any-testimonial-card .author{font-size:18px;font-family:var(--med)}.any-testimonial-carousel{padding:32px}.any-testimonial-carousel .testimonial-list{display:flex;gap:16px;height:100%;padding:16px 4px}.content-card{display:flex;flex-direction:column;gap:16px;min-height:400px;scroll-snap-align:start}@media (max-width: 600px){.content-card{flex:0 0 100%}}@media (min-width: 600px){.content-card{flex:0 0 calc(50% - 16px)}}@media (min-width: 800px){.content-card{flex:0 0 calc(33.333% - 16px)}}.content-card sup{color:var(--white-text)}.content-card .content-card-image{position:relative;height:180px;width:100%;overflow:hidden}@media (min-width: 1024px){.content-card .content-card-image{height:300px}}.content-card .content-card-image .content-card-tag{position:absolute;left:16px;top:16px;padding:8px;background:var(--primary);font-size:12px;line-height:1;color:var(--white-text);text-decoration:none;z-index:2}.content-card .content-card-image img{width:100%;height:100%;object-fit:cover;display:block}.content-card .content-card-content{display:flex;flex-direction:column;flex-grow:1;gap:16px}.content-card .content-card-content .content-card-title{font-size:22px;font-family:var(--bold);color:var(--text);margin-bottom:8px}.content-card .content-card-content .content-card-subtitle{font-family:var(--med)}.content-card .content-card-content .content-card-description{flex-grow:1}.content-card.branded{gap:0}.content-card.branded .content-card-content{background:var(--primary);padding:32px 16px;color:var(--white-text)}.content-card.branded .content-card-content .content-card-title{color:var(--white-text);font-family:var(--regular)}.content-card.branded .content-card-content .content-card-subtitle{font-family:var(--med)}.content-card.branded .content-card-content .any-anchor-button{color:var(--white-text)}.any-content-spotlight .any-constrain{display:flex;flex-direction:column;gap:32px}.any-content-spotlight .heading{text-align:center;padding:32px 0}.any-content-spotlight .heading .title{color:var(--spotlight-title);font-family:var(--med);font-size:32px;margin-bottom:16px}.any-content-spotlight .content::-webkit-scrollbar{height:8px}.any-content-spotlight .content .content-list{display:flex;padding-bottom:16px}.any-content-spotlight .content .content-list .content-card{min-height:100%;width:100%;margin-right:24px}.any-content-spotlight .footer{padding:16px 0}.any-content-spotlight .footer .button{width:auto;margin:0 auto;display:flex}.any-listing-status-indicator{display:flex;gap:8px;align-items:center;padding-bottom:4px;justify-content:center}.any-listing-status-indicator .status-circle{height:8px;width:8px;border-radius:8px;background-color:var(--neutral-500)}.any-listing-status-indicator .status-circle.ACTIVE,.any-listing-status-indicator .status-circle.active{background-color:var(--utility-green)}.any-listing-status-indicator .status-circle.PENDING,.any-listing-status-indicator .status-circle.pending,.any-listing-status-indicator .status-circle.PENDING_BACKUP_OFFER,.any-listing-status-indicator .status-circle.pending_backup_offer{background-color:var(--utility-amber)}.any-listing-status-indicator .status-circle.COMING_SOON,.any-listing-status-indicator .status-circle.coming_soon{background-color:var(--utility-blue)}.any-listing-status-indicator .status-circle.SOLD,.any-listing-status-indicator .status-circle.sold,.any-listing-status-indicator .status-circle.RENTED,.any-listing-status-indicator .status-circle.rented{background-color:var(--utility-red)}.any-listing-status-indicator .status-value{font-size:16px}.any-listing-status-indicator .status-value.SINGLE_CARD,.any-listing-status-indicator .status-value.MULTI_UNIT_CARD{font-size:14px}.any-simple-hero .hero-image{border-radius:var(--hero-border-radius);background-color:var(--neutral-500);background-size:cover;background-repeat:no-repeat;min-height:400px}.any-simple-hero .color-band{padding:24px 24px 32px;margin-bottom:72px;background-color:var(--content-background-light);box-sizing:border-box;border-radius:0 0 var(--brand-border-radius) var(--brand-border-radius)}.any-anchor-list{background-color:transparent!important}.any-anchor-list .content-header .title{text-wrap:balance}.any-anchor-list .any-anchor-list-content{display:grid;grid-auto-flow:column;gap:16px 24px}@media (max-width: 600px){.any-anchor-list .any-anchor-list-content{grid-auto-flow:row;gap:12px 20px;grid-template-rows:unset!important}}.any-anchor-list .any-anchor-list-content .any-anchor-list-anchor{text-wrap:balance}.any-home-tabs.any-tabs{width:100%}.any-home-tabs.any-tabs .tab-labels{display:flex;gap:8px;justify-content:space-between;padding:8px;margin-bottom:4px;border-radius:var(--brand-border-radius);background-color:var(--content-background)}.any-home-tabs.any-tabs .tab-labels .tab-label{flex:1 1 0;white-space:nowrap;text-align:center;padding:12px clamp(8px,20px,32px);font-size:16px;font-family:var(--reg);color:var(--text);min-width:0;margin:0;border:1px solid transparent;border-radius:var(--brand-border-radius)}.any-home-tabs.any-tabs .tab-labels .tab-label:hover{border-color:var(--action-alt-hover);color:var(--action)}.any-home-tabs.any-tabs .tab-labels .tab-label.selected{background-color:var(--action);border-color:var(--action);color:var(--button-text)}@media (max-width: 600px){.any-home-tabs.any-tabs .tab-labels .tab-label{font-size:14px;padding:8px 12px}}@media (max-width: 320px){.any-home-tabs.any-tabs .tab-labels{flex-direction:column}}body[data-brand=C21] .any-home-tabs.any-tabs .tab-labels{padding:4px}.any-advanced-tabs .advanced-tab-label{display:flex;gap:12px;align-items:center}.any-advanced-tabs .advanced-tab-label svg{font-size:16px}.any-advanced-tabs.containers .tab-labels{background-color:var(--neutral-100);padding:16px}.any-advanced-tabs.containers .tab-labels button{margin-right:0}.any-advanced-tabs.underline .tab-labels{gap:8px}.any-advanced-tabs.underline .tab-labels .tab-label{border-left:none;border-right:none;border-top:none;border-bottom:2px solid transparent;border-radius:0;margin:0}.any-advanced-tabs.underline .tab-labels .tab-label:hover,.any-advanced-tabs.underline .tab-labels .tab-label:active,.any-advanced-tabs.underline .tab-labels .tab-label.selected{border-bottom-color:unset;text-decoration:none}.any-advanced-tabs.vertical .any-tabs{display:flex;gap:16px}.any-advanced-tabs.vertical .any-tabs .tab-labels{display:flex;flex-direction:column;height:fit-content;white-space:nowrap}.any-advanced-tabs.vertical.underline .tab-label{padding:16px;border-bottom:none;border-right:none;border-top:none;border-left:2px solid transparent}.any-advanced-tabs.vertical.underline .tab-label:hover,.any-advanced-tabs.vertical.underline .tab-label:active,.any-advanced-tabs.vertical.underline .tab-label.selected{border-left-color:unset}.any-advanced-tabs.vertical.underline .tab-label:hover{background-color:var(--primary-extra-light)}.any-advanced-tabs.vertical.underline .tab-label.selected{background-color:var(--primary-light)}@media (max-width: 700px){.any-advanced-tabs.horizontal.underline>.any-tabs>.tab-labels .tab-label{padding:8px}.any-advanced-tabs.vertical>.any-tabs>.tab-labels{padding:0}.any-advanced-tabs.vertical>.any-tabs>.tab-labels .tab-label:has(svg){margin-right:0}.any-advanced-tabs.vertical .advanced-tab-label>.label{display:none}}.any-offset-content{position:relative;width:100%;min-height:300px;min-width:320px;display:flex;flex:1 1 320px;align-items:flex-end;justify-content:flex-start;overflow:hidden;background-size:cover;background-position:center}.any-offset-content .offset-content-block{position:relative;z-index:2;background:hsla(var(--brand-hue),var(--brand-saturation),var(--brand-lightness),.95);color:var(--text-light);padding:24px;min-width:33%;max-width:65%;display:flex;flex-direction:column;justify-content:center}.any-offset-content .offset-content-block .offset-content-title,.any-offset-content .offset-content-block .offset-content-paragraph{color:var(--reverse-text)}.any-offset-content .offset-content-block .offset-content-title{font-size:18px;margin-bottom:12px;font-family:var(--med)}.any-offset-content .offset-content-block .offset-content-paragraph{margin-bottom:20px}.any-offset-content .offset-content-block .offset-content-cta{color:var(--reverse-text)}.any-offset-content.offset-content-light .offset-content-block{background:var(--app-background);color:var(--text)}.any-offset-content.offset-content-light .offset-content-block .offset-content-title,.any-offset-content.offset-content-light .offset-content-block .offset-content-paragraph,.any-offset-content.offset-content-light .offset-content-block .offset-content-cta{color:var(--text)}.any-tabbed-content .hero-image{margin:16px 0 32px;width:100%;max-height:360px;min-height:200px;object-fit:cover}.any-tabbed-content .article-categories{margin-top:20px;margin-bottom:20px}.any-tabbed-content .article-categories .title{font-family:var(--med);font-size:24px;display:block;margin-bottom:4px}.any-tabbed-content .article-categories .subtitle{font-size:16px}.any-tabbed-content h1,.any-tabbed-content h2,.any-tabbed-content h3,.any-tabbed-content strong{font-family:var(--med)!important}.any-tabbed-content h1{font-size:24px}.any-tabbed-content h2{font-size:18px}.any-tabbed-content .any-advanced-tabs.vertical .tab-labels{position:sticky;top:16px}.any-inline-select.inline{display:flex;align-items:center;gap:16px;margin-top:16px}.any-inline-select.inline .any-form-field{margin-top:0}@media (min-width: 600px){.internal-agent{display:inline-block}}.internal-agent .title{font-size:14px;color:var(--text-muted);padding-bottom:4px}.internal-agent ul.agents{padding-bottom:2px}.internal-agent ul.agents li.agent{display:flex;gap:16px;margin-bottom:8px;background-color:var(--content-background);border-radius:var(--brand-border-radius);box-shadow:var(--box-shadow-slight);overflow:hidden}.internal-agent ul.agents li.agent .pic{width:90px;min-width:90px;height:90px;overflow:hidden}.internal-agent ul.agents li.agent .pic img{object-position:top;object-fit:cover;height:100%;width:100%}.internal-agent ul.agents li.agent .pic img.no-profileImage{background-color:var(--neutral-700)}.internal-agent ul.agents li.agent .pic.with-license{width:90px;height:90px}.internal-agent ul.agents li.agent .info{align-self:center;display:grid}.internal-agent ul.agents li.agent .info .line-1{display:flex;flex-wrap:wrap;column-gap:8px;align-items:center}.internal-agent ul.agents li.agent .info .line-1 .name{text-transform:capitalize}.internal-agent ul.agents li.agent .info .line-1 .phone{font-size:14px;margin-right:16px}.internal-agent ul.agents li.agent .info .office{margin-right:16px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:14px}.internal-agent ul.agents li.agent .info .license{font-size:14px}.external-agent .data .phone{margin-left:8px}@media (min-width: 600px){.team-attribution{display:inline-block}}.team-attribution ul.teams{padding-bottom:2px}.team-attribution ul.teams li.team{display:flex;gap:16px;margin-bottom:8px;background-color:var(--content-background);border-radius:var(--brand-border-radius);box-shadow:var(--box-shadow-slight);overflow:hidden}.team-attribution ul.teams li.team .pic{width:90px;min-width:90px;height:90px;overflow:hidden}.team-attribution ul.teams li.team .pic img{object-position:center;object-fit:contain;height:100%;width:100%}.team-attribution ul.teams li.team .pic img.no-profileImage{background-color:var(--avatar-background)}.team-attribution ul.teams li.team .info{align-self:center;display:grid}.team-attribution ul.teams li.team .info .line-1{display:flex;flex-wrap:wrap;column-gap:8px;align-items:center}.team-attribution ul.teams li.team .info .line-1 .name{text-transform:capitalize}.team-attribution ul.teams li.team .info .line-1 .phone{font-size:14px;margin-right:16px}.team-attribution ul.teams li.team .info .email{margin-right:16px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:14px}.attributions-module .internal-agent,.attributions-module .external-agent,.attributions-module .team-attribution{width:100%;max-width:400px}.any-brochure-video{display:flex;gap:32px;margin-block:16px}.any-brochure-video .brochure-video-iframe{width:25%;flex:1 1 60%;aspect-ratio:16 / 9;border:none}.any-brochure-video .brochure-video-iframe iframe{width:100%;height:100%}.any-brochure-video .brochure-video-copy{width:75%;align-content:center;text-wrap:pretty}.any-brochure-video .brochure-video-copy h2{font-size:20px;margin-bottom:12px;text-wrap:balance}.any-brochure-video .brochure-video-copy a{margin-top:16px;display:block}.any-brochure-video .brochure-video-copy button{margin-top:16px;width:auto}.any-brochure-video .brochure-video-copy svg.icon{margin-left:8px}@media screen and (max-width: 768px){.any-brochure-video{flex-direction:column}.any-brochure-video .brochure-video-iframe,.any-brochure-video .brochure-video-copy,.any-brochure-video .brochure-video-copy button{width:100%}.any-brochure-video .brochure-video-copy:after{content:"";display:block;margin-bottom:16px;padding-bottom:44px;border-bottom:1px solid var(--neutral-300)}}.any-star-rating{display:flex;gap:4px;color:var(--primary);margin:8px 0 4px}.any-star-rating.card-view{justify-content:center;margin:4px 0}.any-image-blocks{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width: 600px){.any-image-blocks{grid-template-columns:repeat(2,1fr)}}@media (min-width: 940px){.any-image-blocks{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}.any-image-blocks .image-link{flex:1}.any-image-blocks .image{position:relative;width:100%;overflow:hidden}.any-image-blocks .image img{width:100%;height:100%;object-fit:cover;display:block}.any-image-blocks .image .image-title{position:absolute;font-size:20px;top:0;width:100%;padding:16px 16px 32px;color:rgb(var(--white));background:linear-gradient(to bottom,#000000e6,#0000)}.any-awards{margin-top:24px}.any-awards .awards-title{font-size:20px;margin-bottom:12px}.any-awards .awards{display:flex;flex-wrap:wrap;gap:8px 48px}.any-awards .awards .award-group{display:flex;flex-direction:column;gap:8px}.any-awards .awards .award-group .award-item{display:grid;grid-template-columns:64px 1fr}.any-team-card{display:flex;flex-direction:column;height:100%;min-width:280px;background-color:var(--content-background);border-radius:var(--card-border-radius);box-shadow:var(--box-shadow-far)}.any-team-card:hover{cursor:pointer}.any-team-card .top-container{flex:1;min-height:200px;height:inherit;padding:16px 0;border:3px solid var(--content-background);background-color:rgb(var(--white));border-top-left-radius:var(--card-border-radius);border-top-right-radius:var(--card-border-radius)}.any-team-card .top-container:hover{cursor:pointer;background-color:var(--primary-extra-light)}.any-team-card .top-container:hover .agent-name{text-decoration:underline}.any-team-card .top-container .image-frame{height:100px;width:100px;border-radius:50%;border:3px solid var(--content-background);box-shadow:var(--box-shadow-near);overflow:hidden}.any-team-card .top-container .image-frame .profile-pic{min-height:100%;object-fit:cover;object-position:center center}.any-team-card .top-container .upper-text{margin:0 16px}.any-team-card .top-container .upper-text .agent-name{padding-top:16px;font-family:var(--med);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;justify-self:center}@media (width < 600px){.any-team-card .top-container .upper-text .agent-name{width:75%;text-wrap-style:balance;white-space:wrap}}.any-team-card .top-container .upper-text .contact-info-item{display:flex;gap:12px;align-items:center;justify-content:center;color:var(--action);font-size:14px;margin-top:24px;width:100%;text-align:left}.any-team-card .top-container .upper-text .contact-info-item .icon{font-size:18px;cursor:pointer}.any-team-card .top-container .upper-text .contact-info-item span{text-overflow:ellipsis;overflow:hidden}.any-team-card .top-container .upper-text .contact-info-item:hover{text-decoration:underline}.any-team-card .top-container .upper-text .contact-info-item .brokerage-logo{height:24px;width:auto;display:block}.any-team-card .top-container .upper-text .office-name{font-family:var(--reg);font-size:14px;color:var(--text-muted)}.any-team-card .top-container .upper-text .license{font-size:13px;color:var(--text-muted)}.any-team-card .bottom-container{flex:auto;padding:12px 16px 16px;border-bottom-left-radius:var(--card-border-radius);border-bottom-right-radius:var(--card-border-radius);background-color:var(--content-background)}.carousel-wrapper{text-align:center;background-color:var(--neutral-100)}.carousel-wrapper .carousel-header-wrapper{padding:32px}.carousel-wrapper .carousel-header{font-size:28px;font-family:var(--med);color:var(--primary-dark)}.carousel-wrapper .carousel-header.has-subHeader{padding-bottom:8px}.carousel-wrapper .carousel-footer{font-size:12px;color:var(--text-muted);padding:32px;text-align:center;text-wrap:balance}.add-margin{margin:40px 0}
