@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700&display=swap);abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{text-decoration:none}ins,mark{background-color:#ff9;color:#000}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}img{text-decoration:none;border:0;line-height:0}*{margin:0;box-sizing:border-box}body,html{height:100%;width:100%;position:relative}input[type=submit]{border:none}h1,h2,h3,h4,h5,h6{font-weight:400}button,input{-webkit-appearance:none;border:none;outline:none}@font-face{font-family:Cera GR;font-style:normal;font-display:swap;font-weight:300;src:url(/fonts/cera_gr_light.otf) format("opentype")}@font-face{font-family:Cera GR Bold;font-style:normal;font-display:swap;font-weight:700;src:url(/fonts/cera_gr_bold.otf) format("opentype")}body,button[type=button],input,select{font-family:Poppins,Open Sans,sans-serif}body{overflow-x:hidden}div#App{width:100%}.center-text{text-align:center}.static-content{line-height:1.5em;margin:1em 0}.static-content--bold{font-weight:700}.form-field{display:block;position:relative}.form-field__input{display:block;width:100%;padding:var(--gutter);outline:none;border:solid 1px var(--border-colour);border-radius:var(--border-rad);background:var(--field-bg);color:var(--field-colour)}label.form-field__label{display:block;position:absolute;top:var(--gutter);left:var(--gutter);color:var(--label-colour);pointer-events:none;background:var(--field-bg);padding:0 .5em;margin-left:-.5em;transition:all .15s;border-radius:3px;text-transform:capitalize;font-weight:700}.form-field__input.form-field__input--has-value+.form-field__label,.form-field__input:active+.form-field__label,.form-field__input:focus+.form-field__label{top:0;transform:translateY(-50%);background:var(--label-focused-bg);color:var(--label-focused-colour);display:none}.form-field__input::-moz-placeholder{opacity:0}.form-field__input:-ms-input-placeholder{opacity:0}.form-field__input::placeholder{opacity:0}.form-field__input.form-field__input--has-value::-moz-placeholder,.form-field__input:active::-moz-placeholder,.form-field__input:focus::-moz-placeholder{opacity:1}.form-field__input.form-field__input--has-value:-ms-input-placeholder,.form-field__input:active:-ms-input-placeholder,.form-field__input:focus:-ms-input-placeholder{opacity:1}.form-field__input.form-field__input--has-value::placeholder,.form-field__input:active::placeholder,.form-field__input:focus::placeholder{opacity:1}.form-field.has-errors>.form-field__input{border-color:#f44336}.mobile-only{display:none}@media screen and (max-width:580px){.desktop-only{display:none}.mobile-only{display:initial}}.card__image{display:block;overflow:hidden;width:100%;position:relative}.card__image>img{width:100%}.card__body{padding:1em 1.25em}.card__footer{display:block}.static-text{line-height:1.5em;margin:var(--gutter) 0}.fade-enter-active{animation:fade-in .5s cubic-bezier(.39,.65,.08,.97)}.fade-leave-active{animation:fade-in .5s cubic-bezier(.39,.65,.08,.97) reverse}@keyframes fade-in{0%{opacity:0}to{opacity:1}}:root{font-size:16px;--page-min-height:calc(100vh - 14em);--gutter:1rem;--brand-primary:#cfe0e7;--brand-primary-complement:#132539;--brand-secondary:#132539;--brand-secondary-complement:#fff;--border-rad:0.60rem;--body-font:"Poppins","Open Sans",sans-serif;--heading-font:var(--body-font);--secondary-font:"Poppins","Open Sans",sans-serif;--heading-weight:500;--subheading-weight:500;--button-weight:bold;--button-font-size:0.95em;--button-text-transform:capitalize;--card-default-per-row:3;--card-default-spacing:calc(var(--gutter)*2);--card-box-shadow:0 0 var(--gutter) rgba(0,0,0,0.15);--card-md-default-per-row:3;--card-sm-default-per-row:2;--card-xs-default-per-row:1;--page-padding-top:0em;--page-padding-top-mobile:0em;--page-bg:#fff;--form-field-bg:#fff;--form-field-colour:var(--brand-secondary);--form-label-colour:var(--brand-secondary);--form-field-border-colour:var(--brand-secondary);--form-label-focused-bg:transparent;--form-label-focused-colour:#111;--masthead-text-shadow:0 0 0.75em #4e4e4f;--form-error-bg:transparent;--form-error-text:#ed2329}.nav-link[data-v-31bf6471]{display:block;padding:calc(var(--gutter)*0.75) calc(var(--gutter)*0.5);text-decoration:none;white-space:nowrap;text-transform:none;color:var(--link-colour);transition:all .125s;border-radius:var(--link-border-radius);cursor:pointer;font-size:1.2em}.nav-link[data-v-31bf6471]:hover{background-color:var(--link-hov-bg);color:var(--link-hov-colour)}a.nav-link.nav-link--active[data-v-31bf6471]{color:var(--brand-primary)}nav.nav[data-v-ed6dea50]{display:block}nav.nav>ul[data-v-ed6dea50]{display:flex;align-items:center;justify-content:center;--link-colour:#fff;--link-hov-colour:#fff;--link-hov-bg:transparent;--link-border-radius:0.25em;font-weight:700}nav.nav>ul>li[data-v-ed6dea50]{display:block;position:relative;height:100%;padding:0 1em}ul.nav-l2[data-v-ed6dea50]{position:absolute;top:100%;left:0;width:auto;min-width:100%;opacity:0;pointer-events:none;transform:translateY(-1em);transition:all .125s ease-in-out;background:#fff;overflow:hidden;border-radius:.5em;--link-colour:#333;--link-hov-colour:#fff;--link-hov-bg:#333;--link-border-radius:0px}.nav>ul>li.has-l2>a[data-v-ed6dea50]{background-image:url(/assets/images/icons/chevron-down.svg);background-position:100%;background-repeat:no-repeat;padding-right:1.25em;margin-right:.5em}nav.nav>ul>li.has-l2:hover>ul.nav-l2[data-v-ed6dea50]{opacity:1;transform:translateY(0);pointer-events:auto}@media screen and (max-width:1080px){nav.nav>ul[data-v-ed6dea50]{flex-direction:column;--link-colour:#333;--link-hov-colour:#fff;--link-hov-bg:#333;--link-border-radius:0;align-items:flex-start;justify-content:stretch}nav.nav>ul>li[data-v-ed6dea50]{width:100%}ul.nav-l2[data-v-ed6dea50]{position:relative;--link-colour:#333;--link-hov-colour:#fff;--link-hov-bg:#333;--link-border-radius:0px;transform:none;opacity:1;border-radius:0;pointer-events:unset}ul.nav-l2>li>a[data-v-ed6dea50]{padding-left:calc(var(--gutter)*2)}}header[data-v-2b5f4cc0]{--header-z:10;position:absolute;top:0;width:100%;transition:all .25s;z-index:var(--header-z);display:initial}header[data-v-2b5f4cc0]:before{position:absolute;content:" ";display:block;top:0;left:0;width:100%;height:calc(100% + 6em);z-index:-1;pointer-events:none}.nav-overlay[data-v-2b5f4cc0],header.header--active[data-v-2b5f4cc0],header.stuck[data-v-2b5f4cc0]{content:""}.header__inner[data-v-2b5f4cc0]{display:flex;align-items:center;justify-content:space-between;padding-top:var(--gutter);padding-bottom:var(--gutter);width:calc(100% - var(--gutter)*2);margin:0 auto}.header__brand.header__brand--desktop[data-v-2b5f4cc0]{display:block;max-width:350px}.header__brand.header__brand--desktop>a[data-v-2b5f4cc0]{display:block}.header__brand.header__brand--desktop>a>img[data-v-2b5f4cc0]{width:100%;display:block}.header__nav[data-v-2b5f4cc0]{display:block;position:relative;background:transparent;z-index:var(--header-z)}.header__brand.header__brand--mobile[data-v-2b5f4cc0],button.header__nav-mobile-toggle[data-v-2b5f4cc0]{display:none}.header__nav.header__nav--sticky[data-v-2b5f4cc0]{position:sticky;top:0}.header__hamburger[data-v-2b5f4cc0]{display:none}@media screen and (max-width:1080px){.header__brand.header__brand--desktop[data-v-2b5f4cc0]{display:none}.header__inner[data-v-2b5f4cc0]{padding:var(--gutter);height:calc(var(--gutter)*6)}.header__brand.header__brand--mobile[data-v-2b5f4cc0]{display:block;height:4rem}.header__brand.header__brand--mobile>a>img[data-v-2b5f4cc0]{display:block;height:100%}.header__nav-wrap[data-v-2b5f4cc0]{position:fixed;top:calc(var(--gutter)*6);left:100vw;width:100vw;bottom:0;z-index:10;background:#fff;transition:all .5s cubic-bezier(.39,.65,.08,.97);overflow-y:scroll}header.header--active .header__nav-wrap[data-v-2b5f4cc0]{left:0}.header__hamburger[data-v-2b5f4cc0]{position:absolute;top:var(--gutter);right:var(--gutter);background:transparent;cursor:pointer;padding:var(--gutter);padding-top:calc(var(--gutter) - 4px);padding-right:calc(var(--gutter) - 10px);display:block}.header__hamburger>.icon[data-v-2b5f4cc0]{font-size:calc(var(--gutter)*4.5)}}.loader[data-v-b15215d2]{display:block;width:2em;height:2em;margin:2em auto;animation:loader-data-v-b15215d2 1s linear infinite;border-radius:50%;border:solid .15em var(--brand-primary-complement);border-top-color:var(--brand-primary)}@keyframes loader-data-v-b15215d2{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.newsletter-signup[data-v-771aa722]{background-color:#fff;display:flex;align-items:stretch;border-radius:var(--border-rad);overflow:hidden;position:relative;padding:.75em;width:100%;max-width:570px}.newsletter-signup__input-wrap[data-v-771aa722]{display:block;position:relative;background:#fff;color:var(--brand-primary);flex-grow:1}.newsletter-signup__icon[data-v-771aa722]{position:absolute;top:50%;left:1em;height:1em;margin-top:-.5em}span.newsletter-signup__input__placeholder[data-v-771aa722]{position:absolute;top:50%;display:block;white-space:nowrap;left:1em;transform:translateY(-50%);pointer-events:none;color:var(--brand-secondary);font-weight:400}input.newsletter-signup__input[data-v-771aa722]{display:block;padding:1em;height:100%;padding-left:1em;font-size:1em;width:100%}.newsletter-signup__loading[data-v-771aa722]{background:var(--brand-secondary);position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.newsletter-signup__loading>.loader[data-v-771aa722]{margin:.75em auto}.newsletter-signup__completed[data-v-771aa722]{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--brand-secondary);z-index:1;color:#fff;display:flex;align-items:center;justify-content:center}.newsletter-signup__input__placeholder__text--mobile[data-v-771aa722]{display:none;font-size:.8em}@media screen and (max-width:640px){.newsletter-signup[data-v-771aa722]{padding:.5em}}@media screen and (max-width:420px){.newsletter-signup__input__placeholder__text--desktop[data-v-771aa722]{display:none}.newsletter-signup__input__placeholder__text--mobile[data-v-771aa722]{display:inline}}.card.card--profile[data-v-71dfb14f]{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;flex-shrink:0;border-radius:none;box-shadow:none}.card--profile__image[data-v-71dfb14f]{border-radius:50%;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;width:180px;height:180px;background-color:#fff;border:1px solid #b3cfdb}.card--profile__details[data-v-71dfb14f]{width:100%;padding:var(--gutter);padding-top:2em;line-height:1.2em;color:#fff;text-align:center}h3.card--profile__name[data-v-71dfb14f]{font-size:1.2em;font-weight:700;margin-bottom:.125em;color:var(--brand-secondary)}h4.card--profile__position[data-v-71dfb14f]{font-weight:700;margin-bottom:.5em;color:var(--brand-primary)}ul.card--profile__contact[data-v-71dfb14f]{list-style:none}li.card-profile__contact-method>a[data-v-71dfb14f]{display:block;color:inherit;text-decoration:none;padding:.25em 0;position:relative;z-index:2;min-height:1.7em}li.card-profile__contact-method:last-child>a[data-v-71dfb14f]{margin-bottom:-.5em}h4.card--profile__office[data-v-71dfb14f]{margin-bottom:.25em}.card-profile__image-placeholder[data-v-71dfb14f]{position:absolute;top:0;left:0;width:100%;height:.75em}.carousel[data-v-7403a3a0]{display:block;overflow:hidden;width:100%;padding:var(--gutter) 0}.carousel__track[data-v-7403a3a0]{position:relative;display:flex;transition:left .25s cubic-bezier(.73,.07,0,1);left:calc(-1px*var(--swipe-offset) - var(--index)*(100% - var(--gutter)))}.carousel--dragging>.carousel__track[data-v-7403a3a0]{transition:none;cursor:grab;touch-action:pan-x}.carousel__track>[data-v-7403a3a0]{flex-shrink:0;width:calc(100% - var(--gutter));padding:calc(var(--gutter)*0.5);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.carousel--dragging>.carousel__track>[data-v-7403a3a0]{pointer-events:none;touch-action:none}.carousel__track>[data-v-7403a3a0]:first-child{margin-left:calc(var(--gutter)*0.5)}ul.carousel__dots[data-v-7403a3a0]{display:flex;align-items:center;justify-content:center;list-style:none;margin:1em 0}li.carousel__dots__item[data-v-7403a3a0]{display:block;width:.75em;height:.75em;border-radius:50%;margin:0 .25em;border:solid .125em var(--brand-primary);cursor:pointer}li.carousel__dots__item.carousel__dots__item--active[data-v-7403a3a0]{background:var(--brand-primary)}.profiles[data-v-388feeca]{margin:calc(var(--gutter)*2) 0}.profiles__cards[data-v-388feeca]{display:flex;align-items:stretch;justify-content:center;flex-wrap:wrap;margin:0 calc(0px - var(--gutter)*0.5);margin-bottom:calc(0px - var(--gutter))}.profiles__profile-join-us[data-v-388feeca]{display:block;position:relative;overflow:hidden}.profiles__profile-card[data-v-388feeca],.profiles__profile-join-us[data-v-388feeca]{width:calc(25% - var(--gutter));margin:0 calc(var(--gutter)/2);margin-bottom:var(--gutter)}.profile__join-us[data-v-388feeca]{font-size:1.6em;line-height:1.2em;text-align:left;color:var(--brand-secondary);padding-bottom:30px}.profile__join-us--bold[data-v-388feeca]{font-weight:700}.profile__join-us--underline[data-v-388feeca]{text-decoration:underline}@media screen and (max-width:1080px){h3.profile__join-us[data-v-388feeca]{font-size:1.2em}}@media screen and (max-width:980px){.profiles__profile-join-us[data-v-388feeca]{width:calc(66.66666% - var(--gutter))}.profiles__profile-card[data-v-388feeca]{width:calc(33.33333% - var(--gutter))}}@media screen and (max-width:768px){.profiles__profile-join-us[data-v-388feeca]{width:calc(100% - var(--gutter))}.profiles__profile-card[data-v-388feeca]{width:calc(50% - var(--gutter))}}.profiles__carousel[data-v-388feeca]{display:none}@media screen and (max-width:580px){.profiles__profile-card[data-v-388feeca]{display:none}.profiles__carousel[data-v-388feeca]{display:block}}.cycler[data-v-1983dc50]{position:relative;width:100%;margin:0 auto;overflow:hidden}.cycler.cycler--darken[data-v-1983dc50]{filter:brightness(.5)}.cycler.inset[data-v-1983dc50]{max-width:100%;margin:0}.cycler__nav__btn[data-v-1983dc50]{display:block;position:absolute;top:50%;height:100%;-webkit-appearance:none;border:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;outline:none;z-index:1;transform:translateY(-50%);height:2.5em;width:2.5em;background:transparent;text-align:center}.cycler__nav__btn__dark[data-v-1983dc50]{background-color:hsla(0,0%,100%,.7);padding:.5em;border-radius:50%}.cycler__nav__btn img[data-v-1983dc50]{filter:invert(91%) sepia(9%) saturate(38%) hue-rotate(182deg) brightness(103%) contrast(84%);height:100%}.cycler__nav__btn.cycler__nav__btn__dark img[data-v-1983dc50]{filter:invert(8%) sepia(15%) saturate(0) hue-rotate(331deg) brightness(87%) contrast(75%)}.cycler__nav__btn.hidden[data-v-1983dc50]{visibility:hidden}.cycler__nav__btn--back[data-v-1983dc50]{left:0;margin-left:1em}.cycler__nav__btn--next[data-v-1983dc50]{right:0;margin-right:1em}.cycler__auxiliary__hide[data-v-1983dc50]{display:none}.cycler>.agile{height:100%;display:flex;flex-direction:column-reverse;flex-direction:column}.cycler .agile__track,.cycler>.agile>.agile__list{height:100%}.agile__dot{width:1em;height:1em;margin:.5em}.agile__dot button{width:100%;height:100%;background:#fff;border:1px solid var(--brand-secondary);border-radius:50%}.agile__dot--current button{background-color:var(--brand-secondary)}.agile .agile__actions{flex-direction:column;align-items:center;justify-content:center;padding-bottom:0}.cycler__hide .agile__dot{display:none}.cycler__hide .agile__nav-button{background:#fff}.cycler__hide .agile .agile__actions{width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:rect(0,0,0,0);white-space:nowrap;border-width:0}.agile__actions a{display:flex;align-items:center;cursor:pointer;text-decoration:none;color:var(--brand-secondary);padding-top:1em}.cycler__item.agent-card-cycler__item[data-v-e981e5a4]{width:100%;height:100%}.agent-card-cycler[data-v-e981e5a4] .cycler__nav__btn{display:none}@media screen and (min-width:768px){.agent-card-cycler-inner[data-v-e981e5a4]{padding:0 3em;position:relative}.agent-card-cycler[data-v-e981e5a4] .cycler__nav__btn{display:block;top:35%}.agent-card-cycler[data-v-e981e5a4] .cycler__nav__btn--back{margin-left:0;left:-3em}.agent-card-cycler[data-v-e981e5a4] .cycler__nav__btn--next{margin-right:0;right:-3em}}.side-by-side[data-v-f953995c]{display:flex;align-items:stretch;justify-content:space-between;min-height:20em}.side-by-side.reversed[data-v-f953995c]{flex-direction:row-reverse}.side-by-side__content[data-v-f953995c]{width:50%;display:block}.side-by-side__content__container[data-v-f953995c]{padding:1em;max-width:530px;margin-left:auto}.side-by-side.reversed .side-by-side__content__container[data-v-f953995c]{margin-left:0;margin-right:auto}.side-by-side__image[data-v-f953995c]{width:50%}.side-by-side__image>picture[data-v-f953995c]{width:100%;height:100%}@media screen and (max-width:1080px){.side-by-side__content__container[data-v-f953995c]{max-width:unset;margin:0 auto}}@media screen and (max-width:680px){.side-by-side__content[data-v-f953995c]{font-size:.8em;padding:2em}.side-by-side[data-v-f953995c]{align-items:center;flex-direction:column-reverse}.side-by-side__content[data-v-f953995c],.side-by-side__image[data-v-f953995c]{width:100%}.side-by-side__content[data-v-f953995c]{display:flex;align-items:center;justify-content:center}.side-by-side__content__container[data-v-f953995c]{text-align:center}}.cycler__item.award-card-cycler__item img[data-v-69c7c880]{width:100%;flex-shrink:0;padding:2em}.award-card-cycler[data-v-69c7c880] .cycler__nav__btn{display:none}@media screen and (min-width:768px){.award-card-cycler-inner[data-v-69c7c880]{padding:0 3em;position:relative}.award-card-cycler[data-v-69c7c880] .cycler__nav__btn{display:block}.award-card-cycler[data-v-69c7c880] .cycler__nav__btn--back{margin-left:0;left:-3em}.award-card-cycler[data-v-69c7c880] .cycler__nav__btn--next{margin-right:0;right:-3em}}.search-nav-cycler[data-v-5c8d45e4]{width:100%}.cycler__item.search-nav-cycler__item[data-v-5c8d45e4]{padding:0!important;padding-left:0!important;padding-right:0!important}.search__suburbs__search-btn[data-v-5c8d45e4]{width:100%;max-width:310px;height:120px;border-radius:0!important;margin-top:0!important;margin-right:0!important}.search__suburbs__search-btn--container[data-v-5c8d45e4]{display:flex;align-items:center;padding:0 1em;justify-content:center;flex-direction:column}.search__suburbs__search-btn--text[data-v-5c8d45e4]{padding-top:.5em}.desktop[data-v-880cf3d0]{display:block}.mobile[data-v-880cf3d0]{display:none}.desktop-side-by-side[data-v-880cf3d0]{display:flex}.mobile-side-by-side[data-v-880cf3d0]{display:none}footer[data-v-880cf3d0]{position:relative}footer[data-v-880cf3d0]:before{position:absolute;left:0;top:0;width:100%;height:100%;content:" ";display:block;opacity:.6}ul.footer__nav__list[data-v-880cf3d0]{list-style-type:none;list-style:none}ul.footer__nav__list li[data-v-880cf3d0]{line-height:1.625em;padding:0}ul.footer__nav__list li span[data-v-880cf3d0]{font-weight:700}ul.footer__nav__list li a[data-v-880cf3d0]{text-decoration:none;color:var(--brand-secondary)}ul.footer__nav__menu[data-v-880cf3d0]{display:flex;list-style-type:none;text-align:center;justify-content:center}ul.footer__nav__menu li[data-v-880cf3d0]{padding:1em}ul.footer__nav__menu li span[data-v-880cf3d0]{font-weight:700}ul.footer__nav__menu li a[data-v-880cf3d0]{text-decoration:none;font-weight:700;color:var(--brand-secondary)}ul.footer__social[data-v-880cf3d0]{display:flex;align-items:center;justify-content:center;list-style:none;margin:0 -.5em;margin:var(--gutter) 0;padding:1em 0;border-bottom:1px solid #e0e1e3;border-top:1px solid #e0e1e3}li.footer__social__item>img[data-v-880cf3d0]{width:100%;padding:.5em}li.footer__social__item>a[data-v-880cf3d0]:hover{border-color:var(--brand-primary)}h4.footer__nav__header[data-v-880cf3d0]{text-align:left;font-weight:var(--heading-weight);margin-bottom:2.375em;font-family:var(--body-font);font-size:1.125em;font-weight:700}h2[data-v-880cf3d0]{font-size:1em;font-weight:700;color:var(--brand-primary);padding-bottom:.5em;width:100%}.footer__bar--text[data-v-880cf3d0]{display:flex;flex-direction:column;color:#fff;padding:0 1em;min-width:320px}.footer__bar h3[data-v-880cf3d0]{font-size:1.5em;font-weight:600;font-family:var(--body-font)}.footer__bar img[data-v-880cf3d0]{width:100%;max-width:60px;margin-right:1em}ul.footer__subfooter__items[data-v-880cf3d0]{display:flex;align-items:center;justify-content:center;list-style:none;flex-wrap:wrap}ul.footer__subfooter__items>li[data-v-880cf3d0]{padding:.5em;color:#707070;font-size:.8em}ul.footer__subfooter__items>li>a[data-v-880cf3d0]{color:#707070;text-decoration:none;text-align:center}li.footer__subfooter_nav-item[data-v-880cf3d0]:after{content:"|";display:inline-block;margin-left:1em}.footer__subfooter__brand[data-v-880cf3d0]{width:5em}.footer__divider[data-v-880cf3d0]{display:block;width:100%;margin:2em 0}button.scroll-to-top[data-v-880cf3d0]{background:transparent;width:2em;height:2em;display:flex;align-items:center;justify-content:center;border:solid 1px var(--brand-secondary);border-radius:50%;font-size:1.5em;cursor:pointer}.footer__bar[data-v-880cf3d0]{display:flex;align-items:center}.footer__bar_wrapper[data-v-880cf3d0]{display:flex;justify-content:space-between}.footer__bar__body[data-v-880cf3d0]{display:flex;flex-direction:column;justify-content:center;padding-right:1em;min-width:350px}.footer__logo img[data-v-880cf3d0]{width:100%;max-width:250px;padding-bottom:1em}.footer__logo.desktop img[data-v-880cf3d0]{padding-right:4em}.footer__center[data-v-880cf3d0]{text-align:center}.background-color--offset[data-v-880cf3d0]:before{content:" ";position:absolute;bottom:0;background-color:#eff1f6;width:100%;height:50%}.offset-top[data-v-880cf3d0]{margin-top:-52px}@media screen and (max-width:1280px){ul.footer__subfooter__items[data-v-880cf3d0]{font-size:1em}}@media screen and (max-width:1001px){ul.footer__nav__menu[data-v-880cf3d0]{display:none}.offset-top[data-v-880cf3d0]{margin-top:0}}@media screen and (max-width:980px){button.scroll-to-top[data-v-880cf3d0]{display:block;margin:auto}ul.footer__nav__list[data-v-880cf3d0]{padding-top:1em}ul.footer__nav__list li[data-v-880cf3d0]{padding:.25em}li.footer__subfooter_nav-item[data-v-880cf3d0]:after{display:none}.footer__bar_wrapper[data-v-880cf3d0]{align-items:center;flex-direction:column}.footer__bar[data-v-880cf3d0]{display:block}.footer__bar h2[data-v-880cf3d0]{text-align:center}.footer__bar h3[data-v-880cf3d0]{text-align:center;padding-bottom:.5em}}.recaptcha-notice[data-v-880cf3d0]{text-align:center;color:#707070;font-size:.8em;margin-top:1em;line-height:1.4em}.recaptcha-notice>a[data-v-880cf3d0]{color:#707070}.grecaptcha-badge{visibility:hidden}.beaches-buyer-club[data-v-880cf3d0]{color:#fff;padding:4em 2em}.beaches-buyer-club img[data-v-880cf3d0]{width:100%;max-width:280px;padding-bottom:1em}.beaches-buyer-club p[data-v-880cf3d0]{font-size:1.5em;line-height:1.25em;padding-bottom:1em}.about-us[data-v-880cf3d0]{color:var(--brand-secondary);padding:4em 4em 4em 4em;width:100%}.about-us h5[data-v-880cf3d0]{font-size:1.5em}.about-us h5[data-v-880cf3d0],.about-us p[data-v-880cf3d0]{line-height:1.25em;padding-bottom:1em}@media screen and (max-width:980px){.desktop[data-v-880cf3d0]{display:none!important}.mobile[data-v-880cf3d0]{display:block!important}.desktop-side-by-side[data-v-880cf3d0]{display:none}.mobile-side-by-side[data-v-880cf3d0]{display:flex}.footer__bar--text[data-v-880cf3d0],footer[data-v-880cf3d0]{text-align:center}.footer__bar img[data-v-880cf3d0]{display:none}.footer__bar h3[data-v-880cf3d0]{padding-bottom:.25em}.footer__bar p[data-v-880cf3d0]{font-size:1.2em;padding-bottom:1em}}@media screen and (max-width:680px){.beaches-buyer-club[data-v-880cf3d0]{padding:0}.remove-gutter[data-v-880cf3d0]{margin:0 calc(var(--gutter)*-1)}}.notification[data-v-6fe230df]{display:block;width:100%;background:#fff;border-radius:var(--border-rad);overflow:hidden;box-shadow:0 0 var(--gutter) rgb(0 0 0/.15);cursor:pointer;opacity:0;transform:translateX(5em);transition:opacity .25s ease-out,transform .25s ease-out;margin:var(--gutter) 0}.notification.notification--ready[data-v-6fe230df]{transform:translateX(0);opacity:1}.notification__image[data-v-6fe230df]{width:100%;position:relative;overflow:hidden}.notification__image[data-v-6fe230df]:before{content:" ";display:block;padding-top:0;transition:all .25s}.notification__image.notification__image--loaded[data-v-6fe230df]:before{padding-top:calc(var(--image-ar)*100%)}.notification__image>img[data-v-6fe230df]{display:block;width:100%;pointer-events:none;position:absolute;top:0}.notification__body[data-v-6fe230df]{padding:var(--gutter)}h5.notification__title[data-v-6fe230df]{font-size:1.2em;font-weight:var(--heading-weight);font-family:var(--heading-font);margin-bottom:.5em}p.notification__content[data-v-6fe230df]{line-height:1.4em;font-family:var(--body-font)}.notification__footer[data-v-6fe230df]{background:#eee;padding:var(--gutter)}.notification__footer__actions[data-v-6fe230df]{display:flex;justify-content:flex-end}.notification__action[data-v-6fe230df]{display:block;padding:calc(var(--gutter)*0.75);border-radius:calc(var(--border-rad)*0.5);text-transform:var(--button-text-transform);background:var(--brand-primary);color:var(--brand-primary-complement);font-weight:700}.notification-stack[data-v-fff0f432]{position:fixed;bottom:0;right:0;z-index:10;max-width:400px;max-height:calc(100vh - var(--gutter)*2);overflow-x:hidden;overflow-y:auto;display:none;padding:0 var(--gutter)}.notification-stack.notification-stack--active[data-v-fff0f432]{display:block}.holding[data-v-cff626ea]{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:var(--gutter);text-align:center;line-height:1.4em}.holding>img[data-v-cff626ea]{width:100%;max-width:300px;margin-bottom:1.5em}.page[data-v-b0a1c94e]{background:var(--page-bg);min-height:var(--page-min-height);width:100%;padding-top:var(--page-padding-top)}@media screen and (max-width:980px){.page[data-v-b0a1c94e]{padding-top:var(--page-padding-top-mobile)}}.content-container[data-v-252484d2]{width:100%;margin:0 auto;max-width:1210px}.content-container--no-padding[data-v-252484d2]{width:100%}.content-offset-left[data-v-252484d2]{width:100%;max-width:2000px;margin-left:calc(50vw - 605px - .5em)}.content-container--full[data-v-252484d2]{max-width:100%}.content-container--wide[data-v-252484d2]{max-width:1800px}.content-container--medium[data-v-252484d2]{max-width:850px}.content-container--narrow[data-v-252484d2]{max-width:600px}@media screen and (max-width:1210px){.content-offset-left[data-v-252484d2]{width:calc(100% - var(--gutter)*2);margin:0 auto;max-width:1210px}.content-container[data-v-252484d2]{width:calc(100% - var(--gutter)*2)}}.content-row[data-v-d16a054a]{padding:calc(var(--gutter)*2) 0;position:relative}.content-row.content-row--no-padding[data-v-d16a054a]{padding:0}.content-row__content[data-v-d16a054a]{position:relative;z-index:1}.content-row__bg[data-v-d16a054a]{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50%}.content-row__bg>img[data-v-d16a054a]{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.content-row__bg.content-row__bg--darken[data-v-d16a054a]{filter:brightness(.5);background-color:#222}@media screen and (max-width:680px){.content-row.offset-top{z-index:3;margin-top:-200px}}@media screen and (max-width:640px){.content-row.offset-top{z-index:3;margin-top:-220px}}@media screen and (max-width:630px){.content-row.offset-top{z-index:3;margin-top:-200px}}@media screen and (max-width:580px){.content-row.offset-top{z-index:3;margin-top:-260px}}@media screen and (max-width:530px){.content-row.offset-top{z-index:3;margin-top:-240px}}@media screen and (max-width:338px){.content-row.offset-top{z-index:3;margin-top:-200px}}img.lazy-image.lazy-image--deferred[data-v-103a8dd4]{opacity:0}img.lazy-image[data-v-103a8dd4]{transition:opacity .5s;opacity:1;display:block}.card[data-v-53ff6986]{isolation:isolate;position:relative;overflow:hidden;border-radius:var(--border-rad);box-shadow:var(--card-box-shadow)}.card__link[data-v-53ff6986]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100}.cards[data-v-ec0a451a]{display:flex;align-items:stretch;justify-content:center;margin:0 calc(0px - var(--spacing)*0.5);flex-wrap:wrap;padding:calc(var(--spacing)*0.5) 0}.cards>.card{margin:calc(var(--spacing)*0.5);width:calc(100%/var(--per-row) - var(--spacing))}@media screen and (max-width:1024px){.cards>.card{width:calc(100%/var(--md-per-row) - var(--spacing))}}@media screen and (max-width:768px){.cards>.card{width:calc(100%/var(--sm-per-row) - var(--spacing))}}@media screen and (max-width:640px){.cards>.card{width:calc(100%/var(--xs-per-row) - var(--spacing))}}.row[data-v-4ced3914]{display:flex;justify-content:space-between;margin:0 calc(0px - var(--grid-gutter)*0.5)}.col[data-v-4ced3914]{margin:calc(var(--grid-gutter)*0.5)}.col[data-v-f8eb8bea]{display:block;width:calc(8.33333%*var(--width) - var(--gutter));padding:var(--padding)}@media screen and (max-width:980px){.col[data-v-f8eb8bea]{width:calc(8.33333%*var(--md-width) - var(--gutter))}}@media screen and (max-width:580px){.col[data-v-f8eb8bea]{width:calc(33.33333%*var(--sm-width) - var(--gutter))}}.masthead__bg>picture{position:relative}.masthead__bg>picture:before{z-index:1}.masthead:before,.masthead__bg>picture:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:25%;background:unset}.masthead:before{z-index:2}.masthead[data-v-a4230eac]{height:85vh;min-height:480px;max-height:720px;position:relative}.masthead__bg>picture[data-v-a4230eac],.masthead__bg[data-v-a4230eac]{position:absolute;top:0;left:0;width:100%;height:100%}.masthead__bg--darken[data-v-a4230eac]{filter:brightness(.9)}.masthead__content[data-v-a4230eac]{position:absolute;top:calc(50% + 4rem);left:50%;transform:translateX(-50%) translateY(-50%);z-index:2;width:calc(100% - var(--gutter)*2)}.masthead__footer[data-v-a4230eac]{padding-bottom:3em;position:absolute;bottom:0;left:0;width:100%}.masthead.masthead--relative-content[data-v-a4230eac]{height:auto}.masthead.masthead--relative-content>.masthead__content[data-v-a4230eac]{position:relative;top:0;left:0;transform:none}@media screen and (max-width:835px){.masthead[data-v-a4230eac]{height:540px;min-height:540px;max-height:540px}}@media screen and (max-width:680px){.masthead.masthead--relative-content[data-v-a4230eac]{height:auto}.masthead__content[data-v-a4230eac]{top:calc(50% - .6rem)}.masthead[data-v-a4230eac]{height:760px;min-height:760px;max-height:760px}.masthead[data-v-a4230eac]:before{height:35%;background:linear-gradient(180deg,transparent,#fff)}}@media screen and (max-width:640px){.masthead__content[data-v-a4230eac]{height:25%;top:calc(50% - 9rem)}}ul.toggle-button__items[data-v-3b58cacf]{display:flex;align-items:stretch;list-style:none;width:100%;margin:0 auto;z-index:999}li.toggle-button__item[data-v-3b58cacf]{padding:1.7em;height:2.5em;display:flex;align-items:center;background:var(--bg);color:var(--colour);font-weight:700;cursor:pointer;width:100%;max-width:100px;text-align:center;position:relative;border-top-left-radius:.5em;border-top-right-radius:.5em;margin-right:.25em}li.toggle-button__item.toggle-button__item--selected[data-v-3b58cacf]{background:var(--selected-bg)}.toggle-button__item__label[data-v-3b58cacf]{text-align:center;width:100%}.toggle-button__item__triangle[data-v-3b58cacf]{width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent;border-top:20px solid transparent;bottom:-20px;position:absolute;margin-left:auto;margin-right:auto;left:0;right:0;text-align:center;z-index:2}li.toggle-button__item.toggle-button__item--selected>.toggle-button__item__triangle[data-v-3b58cacf]{border-top:20px solid transparent;border-top-color:inherit}@media screen and (max-width:980px){ul.toggle-button__items[data-v-3b58cacf]{display:flex;align-items:stretch;list-style:none;width:100%;margin:0 auto;z-index:999}li.toggle-button__item[data-v-3b58cacf]{padding:1em .5em;height:3.5em;display:flex;align-items:center;color:var(--colour);font-weight:700;cursor:pointer;width:100%;text-align:center;position:relative}.toggle-button__item__label[data-v-3b58cacf]{text-align:center;font-size:.8em}li.toggle-button__item.toggle-button__item--selected>.toggle-button__item__triangle[data-v-3b58cacf]{border-top:20px solid transparent;border-top-color:inherit}@media screen and (max-width:640px){li.toggle-button__item[data-v-3b58cacf]{height:2.5em}}}.search-nav-cycler[data-v-5ebd3b62]{width:100%;padding:2em 0}.cycler__item.search-nav-cycler__item[data-v-5ebd3b62]{padding:.5em}.search__suburbs__search-btn--container[data-v-5ebd3b62]{display:flex;align-items:center;padding:0 1em;justify-content:center}.search__suburbs__search-btn--text[data-v-5ebd3b62]{padding-left:.3em}@media screen and (max-width:440px){.search__suburbs__search-btn--container[data-v-5ebd3b62]{height:2em}}.search-nav-cycler .agile__actions{display:none}.search__container[data-v-19a54b43]{width:100%;max-width:970px}.search-nav--desktop[data-v-19a54b43]{display:flex}.search-nav--mobile[data-v-19a54b43]{display:none}.search-nav[data-v-19a54b43]{padding:2em 0;justify-content:space-between}.search__nav[data-v-19a54b43]{z-index:1;max-width:400px}.search[data-v-19a54b43]{display:block;border:none;background:#fff;margin-bottom:var(--gutter);z-index:1;position:relative;margin:0 auto;border-top-right-radius:.5em;border-top-left-radius:.5em;border-bottom-right-radius:.5em;border-bottom-left-radius:.5em;padding:.75em}.search__suburbs__search-btn--container[data-v-19a54b43]{display:flex;align-items:center;padding:0 1em;gap:.5em}.search-nav.search-nav--desktop .btn[data-v-19a54b43]{font-weight:500;width:unset!important;margin-left:unset!important;margin-right:unset!important}.search-nav.search-nav--desktop .btn[data-v-19a54b43]:last-child{padding-right:0!important;padding-left:0!important}.search__suburbs__search-btn--text[data-v-19a54b43]{padding-left:.3em}@media screen and (max-width:440px){.search__suburbs__search-btn--container[data-v-19a54b43]{height:2em}}.search--desktop[data-v-19a54b43]{display:block}.search--mobile[data-v-19a54b43]{display:none}.search__suburbs[data-v-19a54b43]{display:flex;align-items:stretch}.search__suburbs>.icon[data-v-19a54b43]{padding:0 1em}.search__suburbs>span[data-v-19a54b43]{display:flex;align-items:center}.search__ddl[data-v-19a54b43]{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:100%;max-width:170px;border:none;font-size:1em;background:url(/assets/images/icons/md/chevron-down.svg) 0 0 no-repeat;background-position:100%!important;background-repeat:no-repeat!important;background-size:14px}.search__ddl[data-v-19a54b43]:focus-visible{border:none;outline:none}.search__divider[data-v-19a54b43]{border-left:1px solid #707070;margin-left:1em;margin-right:1em;margin-top:-1em;margin-bottom:-1em}.search__suburbs>.multi-select[data-v-19a54b43]{flex-grow:1;border-radius:0}.search__suburbs>.search__suburbs__search-btn[data-v-19a54b43]{width:12em}.search__field[data-v-19a54b43]{margin-bottom:var(--gutter)}.search__field>select[data-v-19a54b43]{padding:10px;width:100%}.search__field>.multi-select[data-v-19a54b43]{padding-bottom:10px}label.search__field__label[data-v-19a54b43]{font-size:1.2em;font-weight:700;margin-bottom:.5em;display:block;color:var(--brand-secondary)}.search__options[data-v-19a54b43]{display:flex;align-items:center;justify-content:flex-start}label.search__option[data-v-19a54b43]{padding:.5em 0;margin-right:.5em;cursor:pointer;display:flex;align-items:center}span.search__option__icon[data-v-19a54b43]{display:inline-block;width:1.2em;height:1.2em;background:#fff;box-shadow:0 0 4px rgb(0 0 0/.1);margin-right:.5em}input.search__option__checkbox[data-v-19a54b43]{display:none}span.search__option__label[data-v-19a54b43]{display:inline-block;font-size:.9em;color:var(--brand-secondary);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.suburb-dropdown[data-v-19a54b43]{border:none}@media screen and (max-width:1020px){.search-nav[data-v-19a54b43]{width:200vw;overflow:hidden;white-space:nowrap;margin-left:-3.5em}.search-nav--desktop[data-v-19a54b43]{display:none}.search-nav--mobile[data-v-19a54b43]{display:flex;margin:0 calc(var(--gutter)*-1)}}@media screen and (max-width:680px){.search__suburbs[data-v-19a54b43]{flex-direction:column}.search__ddl[data-v-19a54b43]{max-width:unset;padding:.5em;padding-right:1em!important}.search__divider[data-v-19a54b43]{border-top:1px solid #707070;border-left:unset;width:100%;margin:1em 0}}@media screen and (max-width:640px){.search[data-v-19a54b43]{border-top-left-radius:.5em}.search__options[data-v-19a54b43]{flex-wrap:wrap;margin:0 calc(var(--gutter)*-0.5)}label.search__option[data-v-19a54b43]{width:calc(50% - var(--gutter));margin:0 calc(var(--gutter)*0.5)}.search__nav[data-v-19a54b43]{text-align:center;max-width:100%;font-size:calc(10px + 1vw)}.search__nav>div[data-v-19a54b43]{max-width:75%;font-size:calc(10px + 1vw);margin:auto}.search--desktop[data-v-19a54b43]{display:none}.search--mobile[data-v-19a54b43]{display:block}}.multi-select__value{border-radius:.25rem!important}.multi-select__input,.multi-select__value{margin-top:0!important}.search__suburbs>.multi-select{display:flex;align-items:center}.multi-select__input-wrapper{width:100%}.multi-select__input-wrap{background-image:url(/assets/images/icons/md/chevron-down.svg)!important;background-position:100%!important;background-repeat:no-repeat!important;padding-right:0!important;margin-right:.5em!important;color:#000;opacity:1;background-size:14px}@media screen and (max-width:680px){.multi-select__input-wrapper{margin:0 0 1em 0!important;padding:0!important;overflow:hidden!important}.multi-select__input-wrap{margin-right:0!important}.search__suburbs__search-btn{max-width:unset!important}}.site-masthead[data-v-74005d6e]{background:var(--brand-primary);margin-bottom:4em;box-shadow:inset 0 0 1em rgb(0 0 0/.1)}.site-masthead__search[data-v-74005d6e]{font-family:Open Sans;width:100%;max-width:1001px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.site-masthead__search h1[data-v-74005d6e]{font-weight:lighter;text-align:center}h1.masthead__page-title[data-v-74005d6e]{text-align:center;font-size:2em;font-weight:700;color:#fff;text-shadow:var(--masthead-text-shadow);background-size:cover;line-height:1.2em}h2.masthead__page-subtitle[data-v-74005d6e]{text-align:center;font-size:1.2em;font-weight:700;color:#fff;margin-top:1em}h1[data-v-74005d6e]{font-size:4em;font-weight:800;color:#fff;padding-bottom:1em;width:100%}h1 .title-light[data-v-74005d6e]{font-family:Cera GR;font-weight:300}h1 .title-bold[data-v-74005d6e]{font-family:Cera GR Bold;font-weight:700}h4[data-v-74005d6e]{font-size:1.4em;font-weight:700;color:#fff;padding-top:1em;padding-bottom:3em;width:100%}.site-masthead.site-masthead--mini>.masthead[data-v-74005d6e]{height:20vh}@media screen and (max-width:880px){.site-masthead[data-v-74005d6e]{margin-bottom:4em}}@media screen and (max-width:640px){h1[data-v-74005d6e]{font-size:3em}h4[data-v-74005d6e]{font-size:1.1em}}@media screen and (max-width:580px){h1[data-v-74005d6e]{font-size:2.5em}.site-masthead.site-masthead--mini>.masthead[data-v-74005d6e]{height:auto}}.section-title[data-v-58915972]{font-size:2em;font-weight:600;font-family:var(--body-font);color:var(--brand-secondary);width:100%;padding-bottom:.5em}@media screen and (max-width:680px){.section-title[data-v-58915972]{font-size:2em;text-align:center}}.section-subtitle[data-v-a78b0d30]{font-size:1.5em;font-weight:700;color:var(--brand-primary);padding-bottom:.25em;width:100%}@media screen and (max-width:640px){.section-subtitle[data-v-a78b0d30]{font-size:1.25em;text-align:center}}.btn[data-v-1c411b25]{display:inline-block;width:100%;text-align:center;padding:calc(var(--gutter)*1) var(--gutter);background:var(--brand-primary);color:var(--brand-primary-complement);border-radius:var(--border-rad);font-weight:var(--button-weight);text-transform:var(--button-text-transform);font-size:var(--button-font-size);cursor:pointer;max-width:400px;position:relative;overflow:hidden;text-decoration:none}.btn[data-v-1c411b25]:hover{background:var(--brand-primary)!important}.btn--has-margin[data-v-1c411b25]{margin:0 auto}.btn--has-shadow[data-v-1c411b25]{box-shadow:var(--card-box-shadow)}.btn.btn--block[data-v-1c411b25]{display:block;width:100%}.btn.loading[data-v-1c411b25]{pointer-events:none}span.btn__loader[data-v-1c411b25]{position:absolute;top:0;left:0;width:100%;height:100%;background:inherit;display:none}.btn.loading>.btn__loader[data-v-1c411b25]{display:block}span.btn__loader[data-v-1c411b25]:before{box-sizing:border-box;content:" ";display:block;position:absolute;top:50%;left:50%;width:2em;height:2em;border-radius:50%;border:3px solid hsla(0,0%,100%,.25);border-top-color:#fff;animation:btn-loader-data-v-1c411b25 1s linear infinite}@keyframes btn-loader-data-v-1c411b25{0%{transform:translateX(-50%) translateY(-50%) rotate(0deg)}to{transform:translateX(-50%) translateY(-50%) rotate(1turn)}}.btn.btn--size-tiny[data-v-1c411b25]{font-size:.75em;padding:.5em 1em;border-radius:calc(var(--border-rad)*0.5)}.btn--has-icon[data-v-1c411b25]{display:inline-flex;align-items:center;justify-content:center;padding:calc(var(--gutter)*0.75) var(--gutter)}.btn.btn--block.btn--has-icon[data-v-1c411b25]{display:flex}.btn--has-icon>span.btn__icon[data-v-1c411b25]{font-size:2em;display:block;margin-right:.5em;line-height:1}.btn-group[data-v-f3c24e44]{display:flex;align-items:stretch;justify-content:center;margin:var(--gutter) 0}.btn-group>.btn[data-v-f3c24e44]{margin:0 calc(var(--gutter)*0.5)}.btn-group.btn-group--grow>.btn[data-v-f3c24e44]{flex:1}span.icon[data-v-248524d9]{display:inline-block;padding:0;margin:0;display:flex}span.icon>img[data-v-248524d9]{display:inline-block;line-height:inherit;width:1em;height:1.4em}span.icon.icon--block>img[data-v-248524d9]{display:block}.justify-content[data-v-248524d9]{justify-content:center}.ar[data-v-4527438e]{display:block;position:relative;width:100%}.ar[data-v-4527438e]:before{display:block;padding-top:calc(var(--ratio)*100%);content:""}.ar>.lazy-image,.ar>picture{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.rich-text>*{line-height:1.5em;color:inherit}.rich-text>p{margin-bottom:1em}.rich-text>p:last-child{margin-bottom:0}